windows autolock numlock
This commit is contained in:
parent
41f3753ec9
commit
eaaad43189
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ Prevent short session lock timeout
|
||||||
|
|
||||||
set shell = wscript.createobject("wscript.shell")
|
set shell = wscript.createobject("wscript.shell")
|
||||||
do while true
|
do while true
|
||||||
shell.sendkeys("{F16}")
|
shell.sendkeys("{NUMLOCK}{NUMLOCK}")
|
||||||
wscript.sleep(1000*59)
|
wscript.sleep(1000*59)
|
||||||
loop
|
loop
|
||||||
|
|
Loading…
Reference in a new issue