diff --git a/mods/[hell]/disable automatic driver updates/modscript.py b/mods/[hell]/disable automatic driver updates/modscript.py index 8b1b3cc..cfcbd4c 100644 --- a/mods/[hell]/disable automatic driver updates/modscript.py +++ b/mods/[hell]/disable automatic driver updates/modscript.py @@ -1 +1,2 @@ opusnt.runReg(["add",opusnt.regTmpPath + "software\\Policies\\Microsoft\\Windows\\WindowsUpdate","/v","ExcludeWUDriversInQualityUpdate","/t","REG_DWORD","/d","0x00000001","/f"]) +opusnt.runReg(["add",opusnt.regTmpPath + "software\\Microsoft\\Windows\\CurrentVersion\\Device Metadata","/v","PreventDeviceMetadataFromNetwork","/t","REG_DWORD","/d","0x00000001","/f"])