Home Helpful Windows Commands
Post
Cancel

Helpful Windows Commands

Useful windows commands for PowerShell/CMD prompt

DiskPart

diskpart
1- list disk #lists system disks
2- select disk #select the disk you want to work on by selecting the number shown with list disk command 
3- clean #removes partition table
4- create partition primary #creates a primary partition
5- format FS=NTFS #formats the drive using NTFS
6- format --help #shows additional format options and use cases
This post is licensed under CC BY 4.0 by the author.