Skip to content

Instantly share code, notes, and snippets.

@bbaassssiiee
Created January 21, 2026 07:57
Show Gist options
  • Select an option

  • Save bbaassssiiee/a22a147c138b815178de738db429a679 to your computer and use it in GitHub Desktop.

Select an option

Save bbaassssiiee/a22a147c138b815178de738db429a679 to your computer and use it in GitHub Desktop.
Look busy for Teams, screensaver, proctor
var WshShell = WScript.CreateObject("WScript.Shell");
for (var i = 0; i < 12 * 20; i++) { // Loop 12 * 8 times .. -> 20 hours
WshShell.SendKeys('+'); // Press shift
WScript.Sleep(100000); // Wait a minute or so
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment