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

5 lines
239 B
Python
Raw Normal View History

2024-07-15 22:53:57 +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","TaskbarDa","/t","REG_DWORD","/d","0","/f"])