📜  使用 cmd one 命令格式化您的 pc windows 10 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:49.230000             🧑  作者: Mango

代码示例1
#open command prompt as administrator
#type "diskpart", to enter disk partitioning
#type "list disk" to list the available disks connected to the pc
#type "select disk 0", which is always the one containig te operating system.
#type "clean" to format the selected memory.
# commands in order:
diskpart
list disk
select disk 0
clean