DBarras Posted May 2, 2005 Posted May 2, 2005 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.windisk.ico
Gouki Posted May 2, 2005 Posted May 2, 2005 Where do I put that code before doing an .iso? So when the .iso is made the icon stays that way?Thanks!
DBarras Posted May 2, 2005 Author Posted May 2, 2005 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 .isoEDIT: 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.
kandy Posted May 2, 2005 Posted May 2, 2005 Hi,I have windows xp and I do not have that key on my register. Someone knows why?
Takeshi Posted May 2, 2005 Posted May 2, 2005 Hi,I have windows xp and I do not have that key on my register. Someone knows why?<{POST_SNAPBACK}>The reg key is not needed for Windows default drive icons, only when you customise them.Likewise ofr a lot of reg tweaks and policies.
DBarras Posted May 4, 2005 Author Posted May 4, 2005 Yeah, I've noticed a lot of these I need a key for the registry
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