From 8dcff1fbabcf51eae5b92bd87487483c61167e1d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 4 Sep 2018 12:09:46 +0200 Subject: [PATCH] F16,lowercase --- in/public/systems/windows/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/in/public/systems/windows/index.rst b/in/public/systems/windows/index.rst index 482fff7..abe990a 100644 --- a/in/public/systems/windows/index.rst +++ b/in/public/systems/windows/index.rst @@ -10,8 +10,8 @@ Prevent short session lock timeout .. code:: - Set shell = WScript.CreateObject("WScript.Shell") - Do While True - shell.sendkeys("{F15}") - Wscript.Sleep(1000*59) - Loop + set shell = wscript.createobject("wscript.shell") + do while true + shell.sendkeys("{F16}") + wscript.sleep(1000*59) + loop