opus-nt/mods/[all]/small taskbar icons/modscript.py

5 lines
247 B
Python
Raw Normal View History

2021-03-19 02:44:27 +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","TaskbarSmallIcons","/t","REG_DWORD","/d","1","/f"])