Remove disk letter assignment in Windows
Sometimes an OEM or system reserved partition may pick up a drive letter through Windows update where it shouldn’t have one, or a customer gets “hands-on” and does it on their own not knowing what they’re doing. OEM and System reserved partitions should not have drive letters, primarily because it confuses the customer.
The easy way
Try the easy way first:
- Open Disk Management
- Find the OEM or System Reserved partition that erroneously has the drive letter
- Right click the partition and remove the letter, if given the option
- If the option to remove the partition is not present, move on to the next section
The manual way
- Open command prompt as admin
- Type
diskpartand hit enter to start the diskpart program - Type
list volumeand hit enter - Find the erroneously mapped drive letter, take note of the volume number for that partition
- Type
select volume #and hit enter - Type
remove letter=Xand hit enter, where X is the drive letter in question - Check Disk Management or File Explorer to verify the drive letter mapping is removed