Skip to content

Instantly share code, notes, and snippets.

@sub314xxl
Created October 9, 2019 10:45
Show Gist options
  • Save sub314xxl/c33e50e81a4d3acc990e52959a77f7d2 to your computer and use it in GitHub Desktop.
Save sub314xxl/c33e50e81a4d3acc990e52959a77f7d2 to your computer and use it in GitHub Desktop.
param($minutes = 9999)
$myShell = New-Object -com "Wscript.Shell"
for ($i = 0; $i -lt $minutes; $i++) {
Start-Sleep -Seconds 30
$myShell.sendkeys("{F17}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment