windows 2012 安装期间diskpart分区

1.  Press Shift+F10 to open a command prompt.
2.  At the command prompt, type diskpart. This starts the DiskPart utility.
3.  To view a list of disks on the computer, type list disk.
4.  Select a disk by typing select disk DiskNumber, where DiskNumber is the number of the disk you want to work with.
5.  To permanently remove the partitions on the selected disk, type clean.
6.  When the cleaning process is finished, type exit to exit the DiskPart utility.

你可能感兴趣的:(windows,安装,2012,diskpart)