Add mod: disable wpbt

This commit is contained in:
Fierelier 2023-03-02 17:26:41 +01:00
parent 221dd22c58
commit 07f0874085
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
Prevents execution of OEM software that ships through the UEFI's firmware.

View File

@ -0,0 +1,3 @@
for key in opusnt.regQueryKeys(opusnt.regTmpPath + "system"):
if key.lower().startswith(opusnt.regTmpPath.lower() + "system\\controlset"):
opusnt.runReg(["add",key+ "\\Control\\Session Manager","/v","DisableWpbtExecution","/t","REG_DWORD","/d","0x00000001","/f"])

View File

@ -0,0 +1 @@
stability performance security telemetry