Add mod: quick access - don't show frequent folders

This commit is contained in:
Fierelier 2021-12-27 10:03:14 +01:00
parent 517319c2e4
commit 79283ea917

View File

@ -0,0 +1,4 @@
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"])