up vote 8 down vote favorite
2
share [g+] share [fb]

In previous versions of Windows when I right click on a shortcut and dived in to change the icon the initial list populated with a whole catalog of default icons.

On Windows 7 (RTM) here is what I see:

Icons in Windows 7

I found those icons useful when making shortcuts to web applications.

Any idea where I can find them?! I had a little "Browse..." but couldn't find much.

Edit:

You've all so far provided excellent answers, thanks - unfortunately I can't pick you all as the right one! :( Three of the files you mentioned have had equally useful sets of DLLs:

%SystemRoot%\system32\imageres.dll
%SystemRoot%\system32\shell32.dll
%SystemRoot%\system32\DDORes.dll
link|improve this question

73% accept rate
feedback

3 Answers

up vote 5 down vote accepted

In the box that says “Look for icons in this file:”, type or browse to: %SystemRoot%\system32\SHELL32.dll

link|improve this answer
feedback

The can be all over the place. For example, browse to this location ...

C:\Windows\system32\imageres.dll

But, they can be in any DLL, EXE or ICO file. You can also download cool ones.

link|improve this answer
ImageRex.dll started with Vista, and provides the new, high-resolution, 256x256 icons. Shell32.dll maintains icons that have been around for over a decade (including the MS-DOS icon :) ) – Ian Boyd Mar 2 '10 at 19:22
feedback

Additionally, lots of device icons are stored here:

%SystemRoot%\System32\DDORes.dll

and high res stuff from devices and printers (potentially) here:

%LOCALAPPDATA%\Microsoft\Device Metadata\dmrccache\
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.