MScholtes / VirtualDesktop

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

Move All Windows of ahk_exe #50

Closed HenryTheVacuum closed 1 year ago

HenryTheVacuum commented 1 year ago

F10::VD.MoveWindowToDesktopNum("ahk_exe Firefox.exe",3)

How to make this move all windows? right now only 1 of the windows moves to the specified desktop.