Jump to content

Icon & registry


Kudos

Recommended Posts

Hi There!

do someone know where does win save the information about icons :wacko: ?

I mean, the association between a file extension and its own icon.

I wish to change all my mimetype icons with one .reg file :whistle: ....

Link to comment
Share on other sites


you can use a batch (.cmd) file this way:

REG ADD "HKLM\SOFTWARE\Classes\.bmp\DefaultIcon" /VE /D "path\bmpfile.ico" /F

some extensions will link you to sub-classes, there's plenty of info on this same forum ;)

Link to comment
Share on other sites

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)...

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...