windows,systems

This commit is contained in:
Marc Beninca 2019-08-25 10:10:31 +02:00
parent 26478193b0
commit 55178d529d
3 changed files with 2 additions and 9 deletions

View file

@ -1,17 +0,0 @@
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