F16,lowercase

This commit is contained in:
Marc Beninca 2018-09-04 12:09:46 +02:00
parent fbc87623bc
commit 8dcff1fbab

View file

@ -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