Created
June 26, 2017 13:51
-
-
Save mansouryaacoubi/dcf7dc56f205be47986f29123bc67ae9 to your computer and use it in GitHub Desktop.
Diskpart clean disk and create new partitions
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
LIST DISK | |
SELECT DISK 1 | |
CLEAN | |
CLEAN | |
CREATE PART PRI | |
SELECT PART 1 | |
ACTIVE | |
ASSIGN | |
FORMAT FS=NTFS QUICK | |
EXIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment