teknoraver

wakelock

Oct 20th, 2021 (edited)
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $wsh = New-Object -ComObject WScript.Shell
  2. while ($true) {
  3.     $wsh.SendKeys('+{SCROLLLOCK}')
  4.     Start-Sleep -seconds 59
  5. }
  6.  
Add Comment
Please, Sign In to add comment