Online Home
#Context menu with Powershell
for ($i = 1; $i -le 500; $i++) {
[System.Windows.Forms.SendKeys]::SendWait("^+{F10}")
Write-Host "Iteration: $i"
}
No comments:
Post a Comment