Skip to content

Instantly share code, notes, and snippets.

@geoffreysmith
Created August 25, 2021 04:21
Show Gist options
  • Save geoffreysmith/2e2c68c150f989959a48f7f874fa947c to your computer and use it in GitHub Desktop.
Save geoffreysmith/2e2c68c150f989959a48f7f874fa947c to your computer and use it in GitHub Desktop.
Overwrite teams status
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