Jump to content

[Question] Folder open/closed icons


Recommended Posts

Posted

Does anyone know the registry location for the Folder icons (open/closed) are?

For example, the search icon is located at the reg key {2559a1f0-21d7-11d4-bdaf-00c04f60b9f0}

I remeber a thread listing all the reg key values to there icons, but cant seem to locate it. (the search on this forum is tinny)


Posted (edited)

Here u go :

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"3"="MyDLL.dll,3"
"4"="MyDLL.dll,4"

Where 3 and 4 represents Closed/Opened Folder, replace MyDLL.dll with your own, or just point to an icon or icon library, like this

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"3"="C:\Windows\Icons\FolderClosed.ico"
"4"="C:\Windows\Icons\FolderOpened.ico"

Edited by BlueMe

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...