Skip to content

Instantly share code, notes, and snippets.

@akatakritos
Created June 12, 2020 17:19
Show Gist options
  • Save akatakritos/b5bcce7e5124b043839aac9b8cc6d627 to your computer and use it in GitHub Desktop.
Save akatakritos/b5bcce7e5124b043839aac9b8cc6d627 to your computer and use it in GitHub Desktop.
Clear-Host
Echo "Keep-alive with Scroll Lock..."
$WShell = New-Object -com "Wscript.Shell"
while ($true)
{
$WShell.sendkeys("{SCROLLLOCK}")
Start-Sleep -Milliseconds 100
$WShell.sendkeys("{SCROLLLOCK}")
Start-Sleep -Seconds (60*8)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment