Don’t you think it is annoying that Windows assigns drive letters automatically to certain drives such as the floppy disk drives A: and B: ? The A: drive letter is assigned even if no floppy disk drive is installed on the system. There is a way to reassign all drive keys in Windows by manipulating the registry.
A word of advise before I’m going to explain how this is done. Do not try to change the assignment of the drive letter C: which has to stay the way it is. If you change it Windows will not boot anymore. So, what you need to do is to open the Windows registry by hitting Windows + R, typing regedit and pressing Enter afterwards.
Navigate to the following key: “Hkey_Local_Machine\System\MountedDevices”. If you do not find any entries in the left window after clicking on MountedDevices you need to right-click the entry and select Permissions from the menu. The adminstrator needs full right to access the key, you can assign the rights temporary.
You do see a lot of DosDevices entries in that pane. Now, what you need to to is change the letters. Please note that I did not try what would happen if I would remove the entry for drive A: completely.
You do change drive letters the following way:
- Select the drive that you want to change
- Hit F2
- Change the letter after \ to another one that is currently not assigned
- Changing the floppy disk drive from A: to Z: would mean to change the entry \DosDevices\A: to \DosDevices\Z:
This is a pretty good way to assign a different drive to A: which can be useful if you have an old program that only writes data on drive A: for instance.
This is useful as well if you want to order your drives differently.
Read Related Posts
8 Responses to “Change all Drive Letters in Windows”
Trackbacks/Pingbacks
-
[...] Link From ghacks.net [...]

Permanently Assign Drive Letters to USB Devices
Fix Hard Drive Or DVD Not Showing Up In Windows 7
For registry edition, I recommend Reghance, which is much more cool than the Windows Regedit.
You can get it here :
http://www.majorgeeks.com/RegHance_d468.html
thanks netking :D
p.s. i had an instance where what was meant to be C:\ assigned itself G:\ during the install of XP. When i got into windows, i was able to revert to C:\ using the method you describe Martin.
In Windows XP you can go to Control Panel > Administrative Tools > Computer Management… select Storage > Disk Management… then right-click on the volume that you want and select ‘Change Drive Letter and Paths’ to change the assigned drive letter.
Also, if you choose to remove the drive letter altogether, you can then go back and assign/mount a logical drive to a specific NTFS-formatted empty folder (kinda like reassining the default folder for ‘My Documents’, but google this technique for more info and caveats before attempting!!!)…
Not sure if ‘Administrative Tools’ are only available in XP Professional but not XP Home.
fastdump is it possible to change the drive letter A: this way ?
Martin – I don’t think so…
I don’t have a floppy drive installed so I can’t test. My CDR and DVDR drives both show up under Disk Management and I can change drive letters for them.
But the letters A and B are not available to select for any drive, so your method would be the go there.
I like to assign letters to my logical drives based on their content, so D is for [My} Documents; M is for Music; X is for… well – you can guess ;) and so on.
Never had a need for A or B, but if I do, now I know what to do – thanks! :)
I used to have an external drive under Z, and I no longer have the drive. But every time I try to install software, it often fails because it can’t find volume Z. If I delete \DosDevices\Z: will it hurt anything?
This does nothing.