Shoutout to #Pyton.
Just got a script that will simulate a key press to keep #MicrosoftTeams showing I'm online.
Also, shoutout to my boss who gave me the idea.
Just got a script that will simulate a key press to keep #MicrosoftTeams showing I'm online.
Also, shoutout to my boss who gave me the idea.
Comments
Maybe Powershell for Windows and Bash for everyone else.
But, maybe I’ll release the code on GitHub and just have people install Python.
It really isn’t that difficult to install.
I’ll be on the look out for it on GitHub for sure.
Add-Type -AssemblyName "System.Windows.Forms"
(continued)