Created
August 25, 2021 04:21
-
-
Save geoffreysmith/2e2c68c150f989959a48f7f874fa947c to your computer and use it in GitHub Desktop.
Overwrite teams status
This file contains 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 characters
Function Keyboard-Saver { | |
$wshell = New-Object -ComObject wscript.shell; | |
While ($True) { | |
$wshell.SendKeys("{F15}") | |
Start-Sleep 240 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment