Using Command Line & diskpart

Microsoft Platform Guide

Audience
Public
Source Type
Documentation

  1. Open a command prompt:
    
    Start > Run > cmd
  2. Start up the DISKPART utility:
    
    C:\ Users\Administrators>diskpart
  3. Select the disk you wish to view (example uses disk 1, it can be any valid disk number):
    
    DISKPART> select disk 1
  4. View the details of the selected disk:
    
    DISKPART> detail disk

    More Details on Using Diskpart: Microsoft Documentation: DiskPart Command Reference