in→docs

This commit is contained in:
Marc Beninca 2019-08-25 22:15:32 +02:00
parent c3af60bbfd
commit 96f5a0771a
109 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,17 @@
windows
=======
.. warning:: v7 does BSOD if system partition beginning moves
Prevent short session lock timeout
----------------------------------
.vbs file:
.. code::
set shell = wscript.createobject("wscript.shell")
do while true
shell.sendkeys("{NUMLOCK}{NUMLOCK}")
wscript.sleep(1000*59)
loop