Skip to content

Instantly share code, notes, and snippets.

@carry0987
Created February 26, 2019 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carry0987/33b7c8a6762379bd343bd80ec5df198b to your computer and use it in GitHub Desktop.
Save carry0987/33b7c8a6762379bd343bd80ec5df198b to your computer and use it in GitHub Desktop.
Diskpart

diskpart.txt

select disk 1
clean
convert gpt
create partition primary
assign letter=F
format fs=ntfs label=backup quick

Do

diskpart /s diskpart.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment