MScholtes/VirtualDesktop

VD not working for me (on Windows 11 Insider build 25252)

j-standfast opened this issue · 6 comments

Hi, first off thanks for doing this. It's a cool project, and needed!

VD doesn't seem to be working for me, though. None of the methods triggering anything useful.

I noticed that VD.getCount() returns 0, and that my build (Windows 11 Insider 25252) may be later than the last that I saw commented at one point in the code).

I totally understand the nature of this project. If you happen to know what's up here, much appreciated!

Not working since 25211.
But in fact you shouldn't even be able to run it because it will fail at initializing.

After investigating, the change happened at 25158.1000 update.
You can simply use my branch at https://github.com/NyaMisty/VirtualDesktop_, which usually updates for Insider faster than this repo because I'm on Insider myself LOL

Hello @j-standfast,

I've added VirtualdesktopInsider.cs with the adjustments of @NyaMisty to support Windows 11 Insider.

Greetings

Markus