Difference between revisions of "Prevent Screenlock"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` $WShell = New-Object -Com "Wscript.Shell" while (1) {$WShell.SendKeys("{SCROLLLOCK}"); sleep 60} ```")
 
(No difference)

Latest revision as of 23:30, 14 December 2021

$WShell = New-Object -Com "Wscript.Shell"
while (1) {$WShell.SendKeys("{SCROLLLOCK}"); sleep 60}