I\'ve looked everywhere for this, is it actually possible to do? If you press WIN + LEFT ARROW it will mount your selected window to the left of your screen, and that\'s exa
VBScript's SendKeys doesn't support the Windows key.
SendKeys
You can use AutoIt instead:
Send("{#Left}")