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

2 lines
178 B
Python
Raw Normal View History

opusnt.runReg(["add",opusnt.regTmpPath + "software\\Policies\\Microsoft\\Windows\\WindowsUpdate","/v","ExcludeWUDriversInQualityUpdate","/t","REG_DWORD","/d","0x00000001","/f"])