- Launch the DiskPart utility by typing diskpart at the Start Menu.
- Then run the list disk command to check the status of your drive.
- Now run select disk 1 where the "1" is the corresponding number of your USB drive (hint: use the size column to match up your drives).
- Run clean.
- Once the drive is clean, you can run create partition primary.
- Now make the partition active by entering active
- Set up the file system as Fat32 by running format fs=fat32 quick.
- Enter assign to give the USB drive a drive letter
xcopy d:\*.* /s /e /f h:\
留言
發佈留言