Situatie
Solutie
- Connect USB to your PC and press Windows + R keys.
- Type cmd in the Search box and hit Enter to bring up Command Prompt.
- Type the following command lines one by one and hit Enter each time:
diskpart
list disk
select disk + number (Replace 2 with the number of your USB drive.)
list volume
select volume + number (Replace 10 with the volume number of your USB flash drive.)
format fs=ntfs quick (You can also replace NTFS with FAT32 or exFAT.)
exit
Leave A Comment?