Hi,

Originally Posted By: Ladmo
I already knew about changing the drive letter and path, but was just hoping I could change the actual name when a disk WAS NOT in the drive.


You can change the default name for drive E in the registry:

Code:
Windows Registry Editor Version 5.00

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\E\DefaultLabel]
@="Upper CD"


Alex