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
Ivan -
GetVM -
Maruf Hossain -
Emunael Lator -
Top comments (0)