|
|
|
|
|
by TurkishPoptart
2026 days ago
|
|
Echo "Keep-alive with Scroll Lock..."
$WShell = New-Object -com "Wscript.Shell"
while ($true)
{
$WShell.sendkeys("{SCROLLLOCK}")
Start-Sleep -Milliseconds 300
$WShell.sendkeys("{SCROLLLOCK}")
Start-Sleep -Seconds 240
}
|
|
while true; do xdotool key Pause; sleep 240; done