opus-nt/mods/[hell]/disable transparency/modscript.py
2021-05-20 10:57:25 +02:00

5 lines
258 B
Python

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","0x00000000","/f"])