1 2 3 4 5 6 7 |
[System.Windows.Forms.SendKeys]::SendWait("^%({RIGHT})") Start-Sleep -Seconds 2 [System.Windows.Forms.SendKeys]::SendWait("^%({LEFT})") Start-Sleep -Seconds 2 [System.Windows.Forms.SendKeys]::SendWait("^%({DOWN})") Start-Sleep -Seconds 2 [System.Windows.Forms.SendKeys]::SendWait("^%({UP})") |