Solve the Windows To Go U disk without a drive letter How to do

  
We have to use the Windows built-in Diskpart command line tool to reset the disk:
1. Open the cmd command prompt window (run as administrator);
2. Execute diskpart, and list disk, find the number of your U disk (in this case, 1), and then select the disk through select disk 1;

3. Execute the clean command to clear all data on the disk, Format and post-initialization information (this is the step to clear the NODEFAULTDRIVELETTER flag);
4. Next you have to create a disk partition to format Windows. For U disk, we default to a partition, so execute create partition primary.
5. To use the disk, you have to format it. However, if you are fed up with the command line, you can finally go to the resource manager to format it~ If you still like the command line, then we can continue to execute format fs=fat32 quick.

Execute exit twice and exit the diskpart tool and cmd. Now the U disk is back to normal, and the computer will get an automatically assigned drive letter.

Copyright © Windows knowledge All Rights Reserved