Comment on Microsoft Teams status

<- View Parent
dingleberrylover@lemmy.world ⁨1⁩ ⁨day⁩ ago

I have a similar one. Much simpler. Here it is:

$wsh = New-Object -ComObject WScript.Shell
while(1) {
$wsh.SendKeys(‘+F{15}‘)
Start-Sleep -seconds 59
}

source
Sort:hotnewtop