🧰 Registry (.reg)

Increase Icon Cache Size (Registry Tweak)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts.

By WindowsScripting.com · 428 B
IncreaseIconCacheSize.reg
Windows Registry Editor Version 5.00

; Increase Icon Cache Size
; Raises the icon cache limit, useful on machines with huge numbers of shortcuts.
;
; Usage: double-click to apply, then sign out and back in (or restart
; explorer.exe) for it to take full effect. Back up your registry first
; if you're unsure (File > Export in Registry Editor).

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Explorer]
"Max Cached Icons"="4096"