Skip to content

Instantly share code, notes, and snippets.

@JasonMorgan
Last active December 4, 2017 17:06
Show Gist options
  • Save JasonMorgan/a5abfdf495ecacfc31c8f35f1d104ab9 to your computer and use it in GitHub Desktop.
Save JasonMorgan/a5abfdf495ecacfc31c8f35f1d104ab9 to your computer and use it in GitHub Desktop.
$x = New-Object -COM WScript.Shell
Do
{
$x.SendKeys('{NUMLOCK}{NUMLOCK}')
Start-Sleep -Seconds 600
}
Until ($false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment