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::
|
|
|
|
|
2018-09-04 12:09:46 +02:00
|
|
|
set shell = wscript.createobject("wscript.shell")
|
|
|
|
do while true
|
2018-12-05 10:33:34 +01:00
|
|
|
shell.sendkeys("{NUMLOCK}{NUMLOCK}")
|
2018-09-04 12:09:46 +02:00
|
|
|
wscript.sleep(1000*59)
|
|
|
|
loop
|