Created
August 25, 2021 04:21
-
-
Save geoffreysmith/2e2c68c150f989959a48f7f874fa947c to your computer and use it in GitHub Desktop.
Revisions
-
geoffreysmith created this gist
Aug 25, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ Function Keyboard-Saver { $wshell = New-Object -ComObject wscript.shell; While ($True) { $wshell.SendKeys("{F15}") Start-Sleep 240 } }