Thales@sh.itjust.works to Lemmy Shitpost@lemmy.worldEnglish · 19 days agoMicrosoft Teams statussh.itjust.worksimagemessage-square213linkfedilinkarrow-up11.2Karrow-down110
arrow-up11.19Karrow-down1imageMicrosoft Teams statussh.itjust.worksThales@sh.itjust.works to Lemmy Shitpost@lemmy.worldEnglish · 19 days agomessage-square213linkfedilink
minus-squaredingleberrylover@lemmy.worldlinkfedilinkarrow-up6·19 days 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 }
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 }