opus-nt/mods/[hell]/disable tips tricks and suggestions/modscript.py

5 lines
265 B
Python
Raw Normal View History

for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\Software\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager","/v","SubscribedContent-338389Enabled","/t","REG_DWORD","/d","0","/f"])