• 0 Posts
  • 8 Comments
Joined 17 days ago
cake
Cake day: June 4th, 2025

help-circle
  • Another option is to run a Powershell command like this:

    while ($true) { [System.Windows.Forms.SendKeys]::SendWait(“{F15}”) Start-Sleep -Seconds 300 }

    Not only does it keep your Teams status Active, it also prevents the screensaver from kicking in. This causes some wonky stuff in Citrix apps, so be sure to stop the command before you launch anything Citrix-related.