Skip to content

Instantly share code, notes, and snippets.

@mattantonelli
Created November 9, 2021 18:29
Show Gist options
  • Select an option

  • Save mattantonelli/717f9c08a029020e694b12dfd0aaa3b2 to your computer and use it in GitHub Desktop.

Select an option

Save mattantonelli/717f9c08a029020e694b12dfd0aaa3b2 to your computer and use it in GitHub Desktop.
Powershell keepalive
$wsh = New-Object -ComObject WScript.Shell
while (1) {
$wsh.SendKeys('+{F15}')
Start-Sleep -seconds 300
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment