Skip to content

Instantly share code, notes, and snippets.

@adenkiewicz
Created July 25, 2017 11:15
Show Gist options
  • Save adenkiewicz/081b832614e7d1824554dfe63b10a5c8 to your computer and use it in GitHub Desktop.
Save adenkiewicz/081b832614e7d1824554dfe63b10a5c8 to your computer and use it in GitHub Desktop.
$shell = New-Object -com "Wscript.Shell"
while (1) {
Start-Sleep -Seconds 600
$shell.sendkeys(".")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment