amit_talkin Posted November 29, 2005 Posted November 29, 2005 I want to give separate Icons to my hard-drive & CD-DVD drives!!! Do you know how to do that??
nakira Posted November 29, 2005 Posted November 29, 2005 Create keys under [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons]as in this exampleWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]@="%Windir%\\Web\\MyImages\\C.ico"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\D\DefaultIcon]@="%Windir%\\Web\\MyImages\\D.ico"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\E][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\E\DefaultIcon]@="%Windir%\\Web\\MyImages\\E.ico"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\F\DefaultIcon]@="%Windir%\\Web\\MyImages\\F.ico"
amit_talkin Posted November 29, 2005 Author Posted November 29, 2005 thanks....here >>@="%Windir%\\Web\\MyImages\\F.ico" << mean???which directory should i target to??
Synapse Posted November 29, 2005 Posted November 29, 2005 the "%Windir%\\Web\\MyImages\\F.ico" is referring to an icon in (by default) C:\Windows\Web\MyImages\F.icothe MyImages Folder has to be made by you, and the F.ico is a file of what you want to change the drive icon to.if you wish to do this unattended... put the Web Folder (with the MyImages folder and the f.ico file) in $OEM$\$$
amit_talkin Posted November 29, 2005 Author Posted November 29, 2005 thanks.....i just want to do that....i want to put icons for my unattend cd!!
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