Jump to content

how do i change hard drive icons (just that)


Recommended Posts


yes, u can use anything 2 "hack"

hack = modifying the file 2 suit your needs *customizing*

open shell32.dll in the program, browse 2 the place where the icon is stored (009 gunsmokingman said) :P

right click, replace resource, browse 2 the icon u want there instead :)

Link to comment
Share on other sites

download resource hacker

open reshacker , point it to your shell32.dll

expand the tree to the item u want 2 "hack"

right click it, choose appropriate option

voila :D

That the short way it correct but you need to do this also

copy the file to a new folder on your %systemdrive%\WHATEVERNAME

This is so you can save the file, after making any changes. If you try to change any of Windows Files in

Windows It will not save.

ResIcon.PNG

Edited by gunsmokingman
Link to comment
Share on other sites

try this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]
""="c:\\icons\\local disk.ico"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D\DefaultIcon]
""="c:\\icons\\local disk.ico"

;)

Link to comment
Share on other sites

try this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]
""="c:\\icons\\local disk.ico"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D\DefaultIcon]
""="c:\\icons\\local disk.ico"

;)

that works, but i altered your code

@="c:\\WINDOWS\\Resources\\icons\\System\\hdd.ico"

instead of

""="c:\\WINDOWS\\Resources\\icons\\System\\hdd.ico"

:)

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