Fredrik Orderud

Results 93 issues of Fredrik Orderud

It would be great if IncludeOS could be extended to also support the Hyper-V hypervisor. That would enable VMs to also be deployed on the Azure cloud, as well as...

It would be nice if the IncludeOS documentation could be updated to also cover a few sentences about Hyper-V compatibility. I don't really know much about virtualization, but I did...

Upgrade from Visual Studio 2017 to 2019 as suggested on #14. Have also renamed the `buildtools2017:latest`, `buildtools2017native:latest` and `buildtools2017web:latest` Docker image references to 2019.

## Describe the bug I'm unable to add a [Microsoft.Toolkit.Forms.UI.Controls.WebView](https://docs.microsoft.com/en-us/windows/communitytoolkit/controls/wpf-winforms/webview) control in my C# WinForms application if the process is running in [low integrity](https://docs.microsoft.com/en-us/previous-versions/dotnet/articles/bb625960(v=msdn.10)) mode. This makes me unable to...

WebView :desktop_computer:

I'm experiencing IndexError when using `GetModule(filename)` together with `gen_dir=None`. Sample code to reproduce: ``` import comtypes.client comtypes.client.gen_dir = None #comtypes.gen.__path__ = [''] # work-around for crash tlb = comtypes.client.GetModule(tlbfile) #...

help wanted

The Typelib time-stamp checking in https://github.com/enthought/comtypes/blob/master/comtypes/__init__.py#L39 does not seem to account for timezone differences. This leads to problems if a newly built TypeLib is attempted used in a more westward...

Fixes #489 by more clearly documenting that PowerShell needs to run using the `System` account, or else the script will fail. This PR contains the same changes as the already...

The `ShellLauncher` XML schema URLs used by e.g. [ShellLauncherAzureADMultiUser.xml](https://github.com/microsoft/Windows-iotcore-samples/blob/develop/Samples/ShellLauncherV2/SampleConfigXmls/ShellLauncherAzureADMultiUser.xml) appear broken. This makes it difficult to learn how to configure custom shells, since schema documentation appear unavailable. I'm experiencing the...

I'm experiencing problems configuring [Shell Launcher V2](https://docs.microsoft.com/en-us/windows/configuration/kiosk-shelllauncher) custom shell using the `ShellLauncherBridgeWmiHelpers.ps1` script as documented on https://github.com/microsoft/Windows-iotcore-samples/tree/develop/Samples/ShellLauncherV2/SampleBridgeWmiScripts Here's the error I'm observing in PowerShell (running as admin): ``` PS C:\Staging>...

Failing setup: * 64bit Python 3.9 installed to `C:\Users\\AppData\Local\Programs\Python\Python39` * `pywin32-301.win-amd64-py3.9` installed from command prompt with admin privileges. PyWin32 will then install & register `C:\Users\\AppData\Local\Programs\Python\Python39\Lib\site-packages\pywin32_system32\pythoncom39.dll` as Python scripting engine. However,...