docs→rtfd
This commit is contained in:
parent
7bc781ed11
commit
c7ec1dc5d1
131 changed files with 1 additions and 1 deletions
28
rtfd/public/windows/index.rst
Normal file
28
rtfd/public/windows/index.rst
Normal file
|
@ -0,0 +1,28 @@
|
|||
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
|
||||
|
||||
Virtualization registry keys
|
||||
----------------------------
|
||||
|
||||
HKEY_LOCAL_MACHINE
|
||||
|
||||
* SYSTEM\\ControlSet001\\Services\\hvservice
|
||||
* SYSTEM\\ControlSet001\\Control\\DeviceGuard
|
||||
* SOFTWARE\\Policies\\Microsoft\\Windows\\DeviceGuard
|
||||
|
||||
.. todo:: find out critical ones
|
Loading…
Add table
Add a link
Reference in a new issue