Last active
November 18, 2016 00:51
-
-
Save murshed/137e3784cd81afcdd73da60a92fd78d1 to your computer and use it in GitHub Desktop.
diskpart command
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
| diskpart | |
| list disk | |
| select disk {number} | |
| clean | |
| create partition primary | |
| select partition 1 | |
| active | |
| format fs=fat32 quick | |
| assign | |
| exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment