windows session lock timeout
This commit is contained in:
parent
243ffadeca
commit
26ef28dd8a
1 changed files with 13 additions and 0 deletions
|
@ -2,3 +2,16 @@ 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("{F15}")
|
||||
Wscript.Sleep(1000*59)
|
||||
Loop
|
||||
|
|
Loading…
Reference in a new issue