2.Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \CurrentVersion \ Explorer 3.Create a DWORD value called
DesktopProcess
4.Give it a value of 1
Changing Drive Icons in Explorer
Added 9/14/01
To change the icon used for specific drives in Explorer 1.Start Regedit2.Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows /CurrentVersion / Explorer 3.Create a key called
DriveIcons
4.Within DriveIcons, create another key with the drive letter you want to change(..\DriveIcons\K)5.Create another key within the drive letter key called
DefaultIcon
6.Set the default value equal to the icon you want to use.7.If you have a file that has more than one icon in it, such as a DLL file, use thestandard
C:\full_path\icon_file.dll,x
where x is the number of the icon within the file icon_file.dll.
Changing Drive Labels in Explorer (Windows2000 and XP)
Added 9/14/01
Normally the Explorer shows drive labels as "Compact Disk", "Removable Disk" ect.To change the name of this label for specific drives:1.Start Regedit2.Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows /CurrentVersion / Explorer 3.Create a key called
DriveIcons
4.Within DriveIcons, create another key with the drive letter you want to change(..\DriveIcons\K)5.Create another within the drive letter key called
DefaultLabel
6.Give the Default Value for this key the label you want to appear for that driveletter. (Jazz Drive etc.)7.Restart the computer