Created
January 21, 2015 19:17
-
-
Save aalvesjr/6d004f4103c9c6fbbcb0 to your computer and use it in GitHub Desktop.
Formatar pendrive via CMD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Diskpart (Uma nova janela será aberta, espere até o cursor aparecer) | |
2. List Disk | |
3. Select Disk 1 (substitua o 1 pelo número referente ao seu pendrive) | |
4. Clean | |
5. Create partition primary | |
6. Active | |
7. Format fs=fat32 quick | |
8. Assign | |
9. Exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment