Jump to content

Hard Drive (C:) Icon change


Recommended Posts

I just place this in my registry edits

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]
@="C:\\Windows\\windisk.ico"

Then I place the icon I want in the $OEM$\$$ folder.

Looks like this when done.

LocalDisk.jpg

windisk.ico

Link to comment
Share on other sites


Make a file called cmdlines.txt and place it in your $OEM$ folder. Add these lines of code.

[COMMANDS]
"REGEDIT /S regkeys.reg"

Then make a file called regkeys.reg and place it also in your $OEM$ folder. Add these lines of code.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]
@="C:\\Windows\\windisk.ico"

Then make your .iso

EDIT: This also works for other drives as well, you can change the \DriveIcons\$ value to anything you want and change your CD Drive Icon, etc.

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