diff --git a/mods/[nu-only]/disable real-time protection/modscript.py b/mods/[nu-only]/disable real-time protection/modscript.py new file mode 100644 index 0000000..c1a8d6e --- /dev/null +++ b/mods/[nu-only]/disable real-time protection/modscript.py @@ -0,0 +1,2 @@ +# 20H2 or newer +opusnt.runReg(["add",opusnt.regTmpPath + "software\\Policies\\Microsoft\\Windows Defender\\Real-Time Protection","/v","DisableRealtimeMonitoring","/t","REG_DWORD","/d","0x00000001","/f"])