opus-nt/mods/[hell2]/disable chat button/modscript.py

5 lines
248 B
Python
Raw Normal View History

2022-11-26 15:04:22 +00:00
for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced","/v","TaskbarMn","/t","REG_DWORD","/d","0x00000000","/f"])