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

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


Solution 1:

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

Solution 2:

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!

Solution 3:

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.