opus-nt/mods/[hell]/disable start menu suggestions/modscript.py

5 lines
262 B
Python

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