Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Fix for Windows 11 22H2#21

Open
renns wants to merge 1 commit into
vklachkov:mainfrom
renns:main
Open

Fix for Windows 11 22H2#21
renns wants to merge 1 commit into
vklachkov:mainfrom
renns:main

Conversation

@renns

@renns renns commented Oct 16, 2022

Copy link
Copy Markdown

IVirtualDesktopManagerInternal.GetDesktops() doesn't work on Windows 11 22H2. So I instead switched to use the registry to get a list of virtual desktop IDs.

See #18

Note, I haven't programmed in C# for several years, so I'm a little rusty. Feel free to clean the code up if the logic makes sense.

…to get list of virtual desktop IDs since it seems to no longer work with Windows11 22H2.
@Flaflo

Flaflo commented Oct 18, 2022

Copy link
Copy Markdown
Contributor

@zgdump

@dfateev-git

Copy link
Copy Markdown

Hello, @renns!
You've fixed an important bug.
Could you build a release for me with the bug fixed. Until the author has processed your pull request.
Thanks a lot!

@renns

renns commented Feb 27, 2023

Copy link
Copy Markdown
Author

@dfateev-git , I don't currently have the tooling installed anymore to build this. Also, although I fixed the immediate bug, I still had issues where the app would crash silently after a few minutes.

Another user suggested using a similar app here: https://github.com/dankrusi/WindowsVirtualDesktopHelper

I have switched to using WindowsVirtualDesktopHelper and it works no problems with Windows 11, plus also has additional features. I'd suggest switching to use that instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants