1 2 3 4 5 6 7 |
[System.Windows.Forms.SendKeys]::SendWait("^%({right})") Start-Sleep -Seconds 1 [System.Windows.Forms.SendKeys]::SendWait("^%({left})") Start-Sleep -Seconds 1 [System.Windows.Forms.SendKeys]::SendWait("^%({down})") Start-Sleep -Seconds 1 [System.Windows.Forms.SendKeys]::SendWait("^%({up})") |