MScholtes / VirtualDesktop

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

Add method MoveWindowHandle #8

Closed Zoynels closed 4 years ago

Zoynels commented 4 years ago

/MoveWindow get process id on then convert to window handle, but no method to MoveWindow by Handle, so I add new method because we couldn't trully determine is in process id or window handle.

/MoveWindowHandle:(n)  move window with handle (n) to desktop with number in pipeline (short: /mwh).