2019-08-25 08:10:31 +00:00
|
|
|
windows
|
2018-05-12 23:38:03 +00:00
|
|
|
=======
|
|
|
|
|
|
|
|
.. 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
|
2018-12-05 09:33:34 +00:00
|
|
|
shell.sendkeys("{NUMLOCK}{NUMLOCK}")
|
2018-09-04 10:09:46 +00:00
|
|
|
wscript.sleep(1000*59)
|
|
|
|
loop
|
2020-03-08 01:17:13 +00:00
|
|
|
|
|
|
|
Virtualization registry keys
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
HKEY_LOCAL_MACHINE
|
|
|
|
|
|
|
|
* SYSTEM\\ControlSet001\\Services\\hvservice
|
|
|
|
* SYSTEM\\ControlSet001\\Control\\DeviceGuard
|
|
|
|
* SOFTWARE\\Policies\\Microsoft\\Windows\\DeviceGuard
|
|
|
|
|
|
|
|
.. todo:: find out critical ones
|