Add mod: explorer - use compact view

This commit is contained in:
Fierelier 2024-07-16 01:57:15 +02:00
parent 222a1714be
commit 8180a1a2b0
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
Reduce the space between items in Explorer.

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\\Advanced","/v","UseCompactMode","/t","REG_DWORD","/d","1","/f"])

View File

@ -0,0 +1 @@
quality