Force Classic Folder Icons in Windows via Regedit
This guide explains how to use the Windows Registry Editor (Regedit) to force Windows File Explorer to display classic, static folder icons instead of modern live thumbnail previews. By making a few precise modifications to your registry values, you can restore standard folder visuals and ensure consistent icon behavior across all directories.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnter. - Click Yes if prompted by User Account Control (UAC).
Step 2: Disable Thumbnail Previews on Folders
To prevent Windows from showing previews of files inside folder icons and revert to standard icon display:
In the Registry Editor, navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedIn the right-hand pane, look for the DWORD value named
IconsOnly.- If it exists, double-click it.
- If it does not exist, right-click an empty space in the right pane,
select New > DWORD (32-bit) Value, and name it
IconsOnly.
Set the Value data to
1.Click OK.
Step 3: Override Default Folder Icons with Classic Icons
To force Windows to use a specific classic folder icon design:
Navigate to the following registry path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ExplorerCheck if a sub-key named
Shell Iconsexists underExplorer.- If it does not exist, right-click the
Explorerkey, select New > Key, and name itShell Icons.
- If it does not exist, right-click the
Select the
Shell Iconskey.In the right-hand pane, right-click an empty space and choose New > String Value.
Name this string value
3(this represents the default closed folder icon).Double-click the
3value and set its Value data to the icon path of your preferred classic folder:- To use the built-in standard folder icon:
shell32.dll,3 - To use a custom
.icofile:C:\Path\To\Your\ClassicFolder.ico
- To use the built-in standard folder icon:
Create another String Value, name it
4(representing the open folder icon), and set its value toshell32.dll,4or your custom icon path.Click OK.
Step 4: Restart Windows Explorer
For the changes to take effect immediately, restart the Windows Explorer process:
- Press
Ctrl + Shift + Escto open the Task Manager. - Locate Windows Explorer under the Processes tab.
- Right-click Windows Explorer and select Restart.
Your folders will now consistently display classic static icons
throughout File Explorer. To revert these changes in the future, set
IconsOnly back to 0 and delete the string
values created inside the Shell Icons key.