MScholtes / VirtualDesktop

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

Windows 1809 - Broken API #4

Closed CHacker24 closed 6 years ago

CHacker24 commented 6 years ago

Just upgraded to 1809 and it seems as if the API is once broken again. If you find the time to fix this, my workflow would be foxed, too and I'd be very thankful ;-)

CHacker24 commented 6 years ago

CLSIDs for IApplicationView and IApplicationViewCollection have changed. The new ones in Win1809 are:

Changing those two in the code and compiling did the trick for me. At least for my minimal vDesktop switching requirements.

LinqLover commented 6 years ago

Works for me. I made a corresponding pull request.

MScholtes commented 6 years ago

Accepted the request and added some minor changes. Hope the new version is fine since I do not have Windows 10 1809 to test.

LinqLover commented 6 years ago

Great. Love your lib so much, I could not find any other working after all googling!