FuPeiJiang / VD.ahk

Windows Virtual Desktop, AutoHotkey, Windows 11 support, Windows Server 2022, switch desktop, move window(wintitle) to current desktop; createDesktop, PinWindow, getCount, getDesktopNumOfWindow -> mute all windows in Virtual Desktop
MIT License
319 stars 45 forks source link

Current desktop count is always zero #60

Closed Sheppardd closed 8 months ago

Sheppardd commented 8 months ago

VD function: getCurrentDesktopNum() always return 0, same for getCount()

Tried this other function to double check if the issue is within those functions or something else: VD.goToDesktopNum(2) but it does nothing.

This started happening today, after a Windows update - may something have changed or am I missing something? PS: this has been working great in the past months

Thank you!