rtfd/in/public/systems/windows/index.rst
2018-09-04 12:09:46 +02:00

17 lines
303 B
ReStructuredText

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("{F16}")
wscript.sleep(1000*59)
loop