@Snookred
Hi,
Open the command prompt as administrator and follow below mentioned steps. Check if the “hidden” and “do not assign a drive letter” attributes are set for the partition on the USB drive.
- List the disks: list disk
- Find the disk number assigned to your USB flash drive and select disk (number).
- List the partitions on the disk: list part
- Select the desired partition: select partition
- Check the partition attributes: attributes volume
- Disable these attributes with commands:
attributes volume clear NoDefaultDriveLetter
attributes volume clear hidden - Volume attributes will clear successfully
- End the diskpart session by typing: Exit
- Restart your and check USB drive should automatically be assigned a drive letter on your computer.
Hope above information can help you.
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.