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
348 stars 47 forks source link

running VD.ahk throwing error on windows 11 #27

Closed vivekkpatel closed 1 year ago

vivekkpatel commented 1 year ago

image

FuPeiJiang commented 1 year ago

what's your ahk version ? if it's really throwing on switch, then you need [v1.1.31+] https://www.autohotkey.com/docs/v1/lib/Switch.htm

vivekkpatel commented 1 year ago

That worked, Thanks.