16

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

yakunins
  • 438

5 Answers5

15

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

9

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

James Mertz
  • 26,529
5

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?

pseudosavant
  • 423
  • 4
  • 6
2

I just found that here: XAML Icons

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

Search view Random icons Icon editor XAML Code

Tom
  • 21
0

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.

Kunal
  • 1,899