dankrusi / WindowsVirtualDesktopHelper

App to help manage Virtual Desktops for Windows 10 and Windows 11
Other
555 stars 36 forks source link

Build 22621(31)(35).3061 and up #136

Closed y2nd66 closed 5 months ago

y2nd66 commented 9 months ago

Fix for build 22621(31)(35) and revision 3061 and up... 23H2 is 22631, but: 22631 = 22621 + Enablement Package (windows11.0-kb5027397-x64.cab) 22635 is: 22635 = 22621 + Enablement Package (windows11.0-kb5031483-x64.cab)

WanCixiong commented 8 months ago

It fixed the problem on my computer Windows 11 22H2 22621.3155

Before: return VirtualDesktopWin11_23H2_2921; After: return VirtualDesktopWin11_23H2;

Thanks

dankrusi commented 5 months ago

Hi @y2nd66 , thanks! How exactly was this a problem? Was the app not working without this change? Because since v1.10 the app actually tries all the implementations that are available, even if there is no matching logic to find the right one... Would like to understand the issue better. Best, -dan

y2nd66 commented 5 months ago

Hi @y2nd66 , thanks! How exactly was this a problem? Was the app not working without this change? Because since v1.10 the app actually tries all the implementations that are available, even if there is no matching logic to find the right one... Would like to understand the issue better. Best, -dan

because implementation VirtualDesktopWin11_Insider22631 differs (or at least differed) from VirtualDesktopWin11_23H2 and VirtualDesktopWin11_23H2_2921, i guess