Manually change filetype icons in Windows 7

15

1

I'm trying to find the dialog tab in Windows 7 that allows a user to change the icon used for a particular file type.

In Windows XP it would be under the Folder Options properties dialog.

folder options dialog from Windows XP

Where is it on Windows 7?

I only want to change the icon of a specific filetype, to anything I want but this tab is no longer present in Folder Options of Windows 7.

winuser

Posted 2011-06-23T17:26:15.530

Reputation: 277

Answers

8

You can use File Type Manager - check this link from www.howtogeek.com for a step-by-step procedure.

Or you can choose the hard way to change the registry (not recommended though): How to Change the Icon for a File Type in Windows 7 and Vista

Nicu Zecheru

Posted 2011-06-23T17:26:15.530

Reputation: 5 234

1I've used this to differentiate .png and .jpg file types, but whatever changes I make effect them both. Any idea why? – Thomas Reinstate Monica Myron – 2015-11-10T19:55:25.193

@TommyMyron, because this answer provide solution which change default icon for filetype run-application and not directly for filetype. Namely, you change icon association provided by Progid of filetype (more accurately, you change icon for all filetypes which are opened by default prog of the filetype). – Bohdan Kuts – 2016-05-05T13:36:52.757

Great, got it working with that File Types Manager: http://www.nirsoft.net/utils/file_types_manager.html

– winuser – 2011-06-23T23:57:04.660

4

Please see the bottom section labeled "UPDATE". I left the top half to preserve the information.

I believe ths is the page you are looking for. Below is quoted information from that page. Microsoft did move a lot of stuff around in Windows 7 compared to XP, so for the exact part of the window where you are finding registered file types, this will do.

To find the registered file types on a computer running Windows Vista or Windows 7

  1. Click Start. Open Control Panel, click Control Panel Home in Windows Vista, and click Programs.

  2. Click Default Programs, and click Associate a file type or protocol with a program.

  3. On this screen, the registered file types are displayed.

For more information about how to change the file types, files, and folders that are migrated when you specify the MigUser.xml file, see Using USMT.

Below is a screenshot of the window. enter image description here

UPDATE

It seems that the first part did not work. Here is a way that is supposed to work. I did not test it, I just read a lot about it. This page showed a couple ways of completing the desired task. Both ways unfortunately require purchasing a program.

You might be able to download the free trial and change only what you want and uninstall the program. Hopefully that would cause the changes to be permanent due to the program making registry changes.

Please note that I am only trying to name easy ways.

David

Posted 2011-06-23T17:26:15.530

Reputation: 6 975

3i cant still find the button where i change the filetype icon... i can only change the program which it uses to open them. – winuser – 2011-06-23T18:26:43.787

Sorry about that @winuser. I am going to look into it a little more. I just half way tested it by getting to the screen and taking the screenshot. I thought it looked correct, so I posted it. – David – 2011-06-23T18:45:48.877

I think I found a good answer. I am updating the answer right now. – David – 2011-06-23T18:49:03.710

2

FileTypesMan is free and helps you change the icons easily:

  1. Select the extension
  2. Press F2 to edit the type
  3. Browse to a .exe or .dll file to select an icon

Marc

Posted 2011-06-23T17:26:15.530

Reputation: 226

Excellent solution. Should be the main answer. – ib11 – 2019-05-05T23:35:33.923

1

Unfortunately doing this in Windows 7 involves editing the registry.

Default Program Editor will do it. It's lightweight, freeware, and a standalone executable (no installation). It also allows you to edit the right-click menu per file type and perform a couple other file type-specific actions.

felwithe

Posted 2011-06-23T17:26:15.530

Reputation: 383