How can I use Windows Libraries icons for my own folders?

2

I relocated my Windows Libraries to a set of folders of my own:

enter image description here

Now I also want to use the same icons for these folders. How can I do that? I tried Customize under the folder's properties, but I can't seem to find the icons in shell32.dll.

Joris Groosman

Posted 2015-12-30T11:00:44.617

Reputation: 554

Answers

2

The icons for Music, Pictures and Videos are located in %SystemRoot%\system32\wmploc.dll and the icon for Documents is located in %SystemRoot%\System32\imageres.dll:

enter image description here enter image description here

enter image description here

See this answer for a list of DLL files containing icons.

FastEthernet

Posted 2015-12-30T11:00:44.617

Reputation: 3 385

You're very welcome. I edited my answer to include a link for another answer here on SU that contains a list of DLL files containing icons. – FastEthernet – 2015-12-30T11:21:06.060