Where are native Windows 8 icons located?

I'm talking about simple white icons that appears on start screen. I want to use them on shortcuts. So, I need a file or .dll that contains metro icons.

enter image description here

6

5 Answers

They are located in %windir%\System32\imageres.dll

2

While this isn't the "official" icons, there is the alternative of creating them through Syncfusion's Metro Studio v2 (which is currently free):

enter image description here

Syncfusion Metro Studio is a collection of over 1700 Metro-style icon templates that can be easily customized to create thousands of unique Metro icons.

There are tons of icons already made, and you can create your own:

enter image description here

2

There are several files:

  • C:\Windows\System32\DDORes.dll

Screenshot of DDORes.dll icons

  • C:\Windows\System32\imageres.dll

Screenshot of imageres.dll icons

  • C:\Windows\System32\shell32.dll

Screenshot of shell32.dll icons

  • C:\Windows\System32\dmdskres.dll

enter image description here

  • C:\Windows\System32\comres.dll

enter image description here

  • C:\Windows\System32\mmsres.dll

enter image description here

  • C:\Windows\System32\setupapi.dll

enter image description here

  • C:\Windows\explorer.exe

enter image description here

  • C:\Windows\System32\pifmgr.dll -> This ones dates back to Win95

Screenshot of pifmgr.dll icons

Listed are the ones I've found that come included in Windows 8 / Windows 8.1, does anyone know of others?

2

I just found that here: XAML Icons

Helped me a lot and is much cheaper than Metro Studio.

Search viewRandom iconsIcon editorXAML Code

2

Try using the Run command and the following folder -

C:\Users\{username}\AppData\Local\Microsoft\Windows\INetCache\

When the folder opens it will be blank, but do a search using *.ico and the favicon files should appear.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like