Use Different File Type Icons For Same Default Program

ColinWG

New member
Local time
4:33 PM
Messages
29
Story time.

I am using ConText as the default program to open the following 3 file types, but I need different icons for each file type.

.eml = C:\Program Files\Windows Live\Mail\maillang.dll,20
.bas = C:\Program Files\Microsoft Visual Studio\vb98\vb6.exe,8
.txt = %SystemRoot%\system32\NOTEPAD.EXE,0

How do I go about achieving this.
 

My Computer

OS
Windows 7
Hey there,
Try using the program "FileTypesMan" found here: FileTypesMan - Alternative to 'File Types' manager of Windows

Once opened, it'll take a minute or two (maybe less) to load all different file types. Right click on the
specified file type and select the option "Edit Selected File Type" or select the file extension and press F2.
From there you'll be able to set the default icon for that file extension, provided you have the ico files.

There are probably other programs out there that do this exact same thing, but this seemed to work well for me.

Hope this helped!
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Asus
OS
Windows 7 Home Premium 64bit
CPU
Intel(R) Core(TM) i7-3610QM @ 2.30GHz
Memory
8gb
Graphics Card(s)
NVIDIA GeForce GTX 660M
Hard Drives
2 hard drives:
~C:/ has 279gb total
~D:/ has 394gb total
Antivirus
Norton Antivirus
Browser
Chrome, Firefox, Opera, Internet Explorer
I was using that, and what it's changing is not the file type icon for the file in question, but the file type icon to indicate what program is going to open the file, not what I'm looking for.

E.G.
It's modifying the icon here: HKEY_CLASSES_ROOT\Applications\ConTEXT.exe\DefaultIcon
Not here: HKEY_CLASSES_ROOT\VisualBasic.Module\DefaultIcon

For example.

That means that EVERY file I want to default open with ConText is going to look exactly the same, and you can't tell which ones are source files and which ones are text files because they look the same.
 

My Computer

OS
Windows 7
I take it nobody's ever wanted to do this?
 

My Computer

OS
Windows 7
I'm trying to do the same thing and it's so frustrating! Why isn't there a solution!! I swear at one point I had got to this to work in Windows 7 using Types, but the same thing just doesn't work at all anymore -_-.
 

My Computer

Computer type
PC/Desktop
OS
Windows 10 64bit
It's counter-intuitive, you DELETE the registry key in the applications branch, then add an old style DefaultIcon key in the file type extension you want to modify.

This will result in any file associated with the program that you didn't add a DefaultIcon key to getting the WindowsUnknown icon, but it's better than before.
 

My Computer

OS
Windows 7
Back
Top