Changing label description of removal unit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anybody knows how could I change the tag name of a DVD unit, labeled as:
"DVD-RW Unit (D:)" ? But I don't want to change the assigned letter, I want
to change the description,

thanks.
 
JLA said:
Anybody knows how could I change the tag name of a DVD unit, labeled as:
"DVD-RW Unit (D:)" ? But I don't want to change the assigned letter, I want
to change the description,

Save this a .REG file:


REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\X\DefaultLabel]
@="My DVD drive"



X is the drive letter. Modify the REG file and doubleclick it.




Uwe
 
Thanks, Uwe, but please explain me a lot of better:

I think, I must create a new key. Until ...Explorer already exist. So,
must I create a new key under named DriveIcons, and so, create a new key
under called D, and so, create a new key called DefaultLabel, and then a new
ALFA value @="anything I want" , is it that right?

Thanks

Uwe Sieber said:
JLA said:
Anybody knows how could I change the tag name of a DVD unit, labeled as:
"DVD-RW Unit (D:)" ? But I don't want to change the assigned letter, I want
to change the description,

Save this a .REG file:


REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\X\DefaultLabel]
@="My DVD drive"



X is the drive letter. Modify the REG file and doubleclick it.




Uwe
 
JLA said:
Save this a .REG file:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\X\DefaultLabel]
@="My DVD drive"

X is the drive letter. Modify the REG file and doubleclick it.
Thanks, Uwe, but please explain me a lot of better:

I think, I must create a new key. Until ...Explorer already exist. So,
must I create a new key under named DriveIcons, and so, create a new key
under called D, and so, create a new key called DefaultLabel,
Perfect.

and then a new
ALFA value @="anything I want" , is it that right?


When the key DefaultLablel is created you see a predefined
string value (default). That's what the '@' in a REG file
means. So, put the drive lable in the (default) value.

Uwe
 
Back
Top