Ciantic / VirtualDesktopAccessor

DLL for accessing Windows 11/10 Virtual Desktop features from e.g. AutoHotkey
MIT License
772 stars 93 forks source link

Is 24H2 supported? #96

Closed parfait8566 closed 1 month ago

parfait8566 commented 1 month ago

Since 24H2 officially release, I'd like to know if it's supported before updating

Lej77 commented 1 month ago

It likely isn't since there hasn't been an update for a while and 24H2 seems to require some changes, see Win11 24H2 · Issue #26 · Slion/VirtualDesktop.

Edit: I read through the source code of the linked commit and the only change I could find was the addition of the SwitchDesktopAndMoveForegroundView method to the IVirtualDesktopManagerInternal interface. All the interface ids seems to have remained the same.

parfait8566 commented 1 month ago

Yeah, works fine on 24H2.