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