toggle-num-lock
Toggle Num Lock
#Requires -Version 5.1
try {
$wsh = New-Object -ComObject WScript.Shell
$wsh.SendKeys('{NUMLOCK}')
exit 0
} catch {
throw
}This script has no configurable parameters.
Toggle Num Lock
#Requires -Version 5.1
try {
$wsh = New-Object -ComObject WScript.Shell
$wsh.SendKeys('{NUMLOCK}')
exit 0
} catch {
throw
}This script has no configurable parameters.