opus-nt/mods/[hell]/disable sample submission/modscript.py

3 lines
297 B
Python
Raw Normal View History

2021-05-19 18:57:10 +00:00
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows Defender","/v","SubmitSamplesConsent","/t","REG_DWORD","/d","0x00000002","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows Defender","/v","SpynetReporting","/t","REG_DWORD","/d","0x00000000","/f"])