help/in/public/systems/windows/index.rst

18 lines
303 B
ReStructuredText
Raw Normal View History

2018-05-13 01:38:03 +02:00
Windows
=======
.. warning:: v7 does BSOD if system partition beginning moves
2018-08-30 21:43:17 +02:00
Prevent short session lock timeout
----------------------------------
.vbs file:
.. code::
Set shell = WScript.CreateObject("WScript.Shell")
Do While True
shell.sendkeys("{F15}")
Wscript.Sleep(1000*59)
Loop