Skip to content

Instantly share code, notes, and snippets.

@4nd3r
Last active August 16, 2021 17:35
Show Gist options
  • Save 4nd3r/c254123ae067b9b55fcd6f9f5b01ff59 to your computer and use it in GitHub Desktop.
Save 4nd3r/c254123ae067b9b55fcd6f9f5b01ff59 to your computer and use it in GitHub Desktop.
$i = 0
$s = New-Object -Com Wscript.Shell
while (1) {
$s.SendKeys("{SCROLLLOCK}")
$global:i++
Write-Output $global:i
sleep 60
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment