Sammy20 Posted February 5, 2006 Posted February 5, 2006 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)
BlueMe Posted February 5, 2006 Posted February 5, 2006 (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 February 5, 2006 by BlueMe
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now