Uday's website
Published on Uday's website (https://uday.net)

Home > How to keep MS teams always active, available, green status

How to keep MS teams always active, available, green status [1]

Submitted by uday [2] on May 19, 2023 - 8:33am

1. Create a file called scroll.ps1 in a directory of your choice. The file can be named anything, but file extension needs to be .ps1

2. Copy following code to it.

Clear-host
Echo "Toggling Scrolllock..."
$WShell = New-Object -com "Wscript.Shell"
while ($true) {
$WShell.sendkeys("{SCROLLLOCK}")
Echo "1.."
Start-Sleep -Milliseconds 200
$WShell.sendkeys("{SCROLLLOCK}")
Start-Sleep -Seconds 250
Echo "2.."
}

3. Right click the file and select "Run with Powershell"

4. To stop it from running, use Control + C to cancel.

Rating: 

 Valid XHTML 1.0 StrictCreative Commons LicenseVerbatim copying and redistribution of this entire page are permitted provided this notice is preserved. All content on this website including archives (including text, photographs, audio files and any other original work), unless otherwise noted, is licensed under a Creative Commons License or later.


Source URL:https://uday.net/How-to-keep-MS-teams-always-active-available-green

Links
[1] https://uday.net/How-to-keep-MS-teams-always-active-available-green [2] https://uday.net/user/1