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