Online Home
$wsh = New-Object -ComObject WScript.Shell
$wsh.SendKeys('{NUMLOCK}')
$wsh.SendKeys('{CAPSLOCK}')
$wsh.SendKeys('{SCROLLLOCK}')
No comments:
Post a Comment