Run
$wsh = New-Object -ComObject WScript.Shell; while (1) {$wsh.SendKeys('+{F15}'); Start-Sleep -seconds 59} $wsh = New-Object -ComObject WScript.Shell; while (1) {$wsh.SendKeys('{SCROLLLOCK 2}'); Start-Sleep -seconds 179}
windows
Back