This file contains 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 1 | |
attributes disk clear readonly | |
online disk | |
select disk 1 | |
clean | |
convert gpt | |
create partition primary | |
#format quick fs=ntfs label="data" unit=64k |