opus-nt/mods/[hell]/quick access - don't show frequent folders/modscript.py

5 lines
241 B
Python

for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer","/v","ShowFrequent","/t","REG_DWORD","/d","0x00000000","/f"])