Thales@sh.itjust.works to Lemmy ShitpostEnglish · 13 days agoMicrosoft Teams statussh.itjust.worksimagemessage-square213linkfedilinkarrow-up11.19Karrow-down110
arrow-up11.18Karrow-down1imageMicrosoft Teams statussh.itjust.worksThales@sh.itjust.works to Lemmy ShitpostEnglish · 13 days agomessage-square213linkfedilink
minus-squaredingleberryloverlinkfedilinkarrow-up6·13 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 }