windows,systems
This commit is contained in:
parent
26478193b0
commit
55178d529d
3 changed files with 2 additions and 9 deletions
17
in/public/windows/index.rst
Normal file
17
in/public/windows/index.rst
Normal file
|
@ -0,0 +1,17 @@
|
|||
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("{NUMLOCK}{NUMLOCK}")
|
||||
wscript.sleep(1000*59)
|
||||
loop
|
Loading…
Add table
Add a link
Reference in a new issue