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