opus-nt/mods/[hell]/disable transparency/modscript.py

5 lines
249 B
Python
Raw Normal View History

2021-05-19 22:06:20 +00:00
for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize","/v","EnableTransparency","/t","REG_DWORD","/d","0","/f"])