How to change icons set for all common filetype in windows 8.1?

4

I'm using windows 8.1 and want to replace all my current icon set with Free File Icons. How to do that?

These are the list of free icons offered in the set:

enter image description here

AAC, AI, AIFF, AVI, C, CPP, CSS, DAT, DMG, DOC, EXE, FLV, GIF, H, HPP, HTML, ICS, JAVA, JPG, KEY, MID, MP3, MP4, MPG, PDF, PHP, PNG, PPT, PSD, PY, QT, RAR, RB, RTF, SQL, TIFF, TXT, WAV, XLS, XML, YML, ZIP

claws

Posted 2014-02-03T12:59:01.220

Reputation: 3 627

Answers

5

The article How to Change the Default Icon of a File Extension in Windows 7 lists two methods.

Method 1 : Use the program FileTypesMan.

image 1

Method 2 : Directly change the information in the registry key HKEY_CLASSES_ROOT\.ext

image2

image3

harrymc

Posted 2014-02-03T12:59:01.220

Reputation: 306 093

2Adding to this: you can create a single REG file if you want to replace them all at once. PS: ALWAYS backup registry before messing with it. – tumchaaditya – 2014-02-11T19:41:29.070

4

This can be accomplished with a program called "Default Programs editor" downloadable from here: http://defaultprogramseditor.com/

Clicking Icon will enable you to change the default icon for all filetypes. This is compatible with windows 8.1

Hope this fixes your problem!

Blaine

Posted 2014-02-03T12:59:01.220

Reputation: 1 477

does this work with .png icons ? -- Same question for HarryMC – Knuckle-Dragger – 2014-02-11T19:49:02.113

I'm not sure. I believe you would have to first convert the .png files into .ico files. – Blaine – 2014-02-11T22:51:05.410

1

I would convert those png's into ico's so windows can recognize them as icons.

How to use .png icons in Windows 7?

Google offers plenty of freeware apps or here is an online method that might help.

http://www.convertico.com/

Then you can point the registry at the icons as mentioned by HarryMC.

Knuckle-Dragger

Posted 2014-02-03T12:59:01.220

Reputation: 1 817