Comment on Microsoft Teams status
dingleberrylover@lemmy.world 1 day agoI 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 }
Comment on Microsoft Teams status
dingleberrylover@lemmy.world 1 day agoI 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 }