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

2 lines
163 B
Python
Raw Normal View History

2021-10-31 00:23:21 +00:00
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU","/v","NoAutoUpdate","/t","REG_DWORD","/d","0x00000001","/f"])