Skip to content

Instantly share code, notes, and snippets.

@Einstrasse
Created September 6, 2021 15:57
Show Gist options
  • Save Einstrasse/6c49cb25a0ccb8293d6c5b42683d0eb0 to your computer and use it in GitHub Desktop.
Save Einstrasse/6c49cb25a0ccb8293d6c5b42683d0eb0 to your computer and use it in GitHub Desktop.
anti-screensaver.vbs / terminator.bat
Set ws = CreateObject("WScript.shell")
Do
Wscript.Sleep 59000
ws.SendKeys "{SCROLLLOCK}{SCROLLLOCK}"
Loop
taskkill /F /IM wscript.exe /T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment