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