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

18 lines
303 B
ReStructuredText
Raw Normal View History

2018-05-12 23:38:03 +00:00
Windows
=======
.. warning:: v7 does BSOD if system partition beginning moves
2018-08-30 19:43:17 +00:00
Prevent short session lock timeout
----------------------------------
.vbs file:
.. code::
2018-09-04 10:09:46 +00:00
set shell = wscript.createobject("wscript.shell")
do while true
shell.sendkeys("{F16}")
wscript.sleep(1000*59)
loop