opus-nt/mods/[hell]/disable news and interests widget/modscript.py
2021-06-20 16:30:16 +02:00

5 lines
251 B
Python

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