Run this code within PowerShell to prevent lockouts when Idle. Simply and Effective.
$WShell = New-Object -Com Wscript.Shell
while (1) {$WShell.SendKeys("{SCROLLLOCK}"); sleep 60}
Run this code within PowerShell to prevent lockouts when Idle. Simply and Effective.
$WShell = New-Object -Com Wscript.Shell
while (1) {$WShell.SendKeys("{SCROLLLOCK}"); sleep 60}
For further actions, you may consider blocking this person and/or reporting abuse
Sergi Mamedov -
Josh Altons -
Jaji -
Manasi Netrekar -
Top comments (0)