Kudos Posted April 27, 2006 Posted April 27, 2006 Hi There!do someone know where does win save the information about icons ?I mean, the association between a file extension and its own icon.I wish to change all my mimetype icons with one .reg file ....
SiMoNsAyS Posted April 28, 2006 Posted April 28, 2006 you can use a batch (.cmd) file this way:REG ADD "HKLM\SOFTWARE\Classes\.bmp\DefaultIcon" /VE /D "path\bmpfile.ico" /Fsome extensions will link you to sub-classes, there's plenty of info on this same forum
Kudos Posted May 3, 2006 Author Posted May 3, 2006 i guess something's wrong... that code works with extensions not yet registered (i tried .zzz and it works), but not with the other extensions (jpg, gif, mp3)...
XPero Posted May 5, 2006 Posted May 5, 2006 It works also for mp3 and so. The help Symonsays gave you is right.Also, you can look for "mp3file", and you will see another "defaulticon" entry which you can edit. I do that in XPize.
SiMoNsAyS Posted May 5, 2006 Posted May 5, 2006 as i already said some extensions are associated with sub-classes. for example, if winamp is installed .mp3 files are associated to Winamp.file
Jiwek Posted May 7, 2006 Posted May 7, 2006 The file extension for icons is *pngI don't know if this was what you were asking for but I hope it helps
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now