From eaaad43189f9e24195f8eeffe75dc5dd1f5b4094 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 5 Dec 2018 10:33:34 +0100 Subject: [PATCH] windows autolock numlock --- in/public/systems/windows/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in/public/systems/windows/index.rst b/in/public/systems/windows/index.rst index abe990a..7e59785 100644 --- a/in/public/systems/windows/index.rst +++ b/in/public/systems/windows/index.rst @@ -12,6 +12,6 @@ Prevent short session lock timeout set shell = wscript.createobject("wscript.shell") do while true - shell.sendkeys("{F16}") + shell.sendkeys("{NUMLOCK}{NUMLOCK}") wscript.sleep(1000*59) loop