how to rename cdrom drives?

fantasi

My Yngy is My HoneY!
Joined
24 Jan 2004
Messages
307
i used to have a zip disk on drive F of my computer. And to make it easier for the eyes, i just right clicked it and renamed it to "zip Disk (F:)". I however didnt use it anymore and decided to buy a new cdrom. in its place is now the same thing, however it still says zip disk. How do i change it back to default or if i want to, change it to "Cd-Burner (F:)" . ive tried right clicking and it doesnt work. =(
 
Hmm, is it somewhere in removable storage? Right-click My Computer> Manage> Storage> Removable Storage> find your drive and edit its properties??? I could be way off, just guesswork.
 
Control Panel -> Administrative Tools -> Computer Management -> Disk Management -> Rightclick your CD drive -> Change drive letter and paths -> Change -> Select letter -> Ok -> Ok. :)
 
Here's a script to do the job

Copy it to notepad, then save it changing the file extension to vbs.




On Error Resume Next

'Declare variables
Dim WSHShell, p, strDrive, strLabel


strDrive = Inputbox("Enter the CD drive letter you wish to change the label for:","Enter Drive Letter","X")

If strDrive = "" Then
WScript.Quit
End If

strLabel = Inputbox("Enter the label for this drive in Explorer","Enter Drive Label","CD Burner")

If strLabel = "" Then
WScript.Quit
End If

'Set the Windows Script Host Shell and assign values to variables
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\"& strDrive & "\DefaultLabel\"
WshShell.RegWrite p, strLabel

Set WshShell = Nothing

MsgBox "You must log off/log on, or reboot for the change to take effect.", 4096,"Finished"
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back