opus-nt/mods/[hell]/disable automatic driver updates/modscript.py

3 lines
365 B
Python
Raw Normal View History

opusnt.runReg(["add",opusnt.regTmpPath + "software\\Policies\\Microsoft\\Windows\\WindowsUpdate","/v","ExcludeWUDriversInQualityUpdate","/t","REG_DWORD","/d","0x00000001","/f"])
2021-10-13 02:59:29 +00:00
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows\\CurrentVersion\\Device Metadata","/v","PreventDeviceMetadataFromNetwork","/t","REG_DWORD","/d","0x00000001","/f"])