MScholtes / VirtualDesktop

C# command line tool to manage virtual desktops in Windows 10
MIT License
606 stars 60 forks source link

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

Closed j-standfast closed 1 year ago

j-standfast commented 1 year ago

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!

NyaMisty commented 1 year ago

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

j-standfast commented 1 year ago

Interesting, got it. Too bad!

------- Original Message ------- On Saturday, December 10th, 2022 at 11:48 AM, NyaMisty @.***> wrote:

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

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

NyaMisty commented 1 year ago

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

j-standfast commented 1 year ago

Thanks very much! I'll look into it!

On Mon, Dec 12, 2022 at 4:05 PM, NyaMisty @.***> wrote:

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

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

MScholtes commented 1 year ago

Hello @j-standfast,

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

Greetings

Markus

j-standfast commented 1 year ago

Hey thanks!

On Sat, Dec 17, 2022 at 9:59 AM, MScholtes @.***> wrote:

Hello @.***(https://github.com/j-standfast),

I've added VirtualdesktopInsider.cs with the adjustments of @.***(https://github.com/NyaMisty) to support Windows 11 Insider.

Greetings

Markus

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>