Scenario
To change the drive letter of your CD-ROM drive (if it is currently E:) in Windows, you can achieve it in several manner. However, follow these steps to perform the task quickly:
Solution
Open Command Prompt as Administrator:
- Press
Windows + X→ select Command Prompt (Admin) or Windows PowerShell (Admin).
- Press
Launch DiskPart:
1diskpartList all volumes:
1list volumeIdentify the volume number of your CD-ROM drive (look for the one with type
CD-ROMand letterE).Select the CD-ROM volume:
1select volume <number>Replace
<number>with the actual volume number of the CD-ROM.Assign a new drive letter:
1assign letter=ZYou can choose any unused letter (e.g.,
Z,R, etc.).Exit DiskPart:
1exit
Documentation
Reference: Microsoft Learn.
Follow me
Thanks for reading this article. Make sure to follow me on X, subscribe to my Substack publication and bookmark my blog to read more in the future.
Credits: Photo by www.logo.wine
