Friday, June 17, 2016

USB Device Removal using Command Prompt

  1. Type diskpart and wait for the diskpart prompt (DISKPART>)
  2. Type list volume
  3. Note the volume number of the USB drive carefully (use listed properties such as drive letter, label, type and size for help)
  4. Type select volume , where  is the volume number noted above
    Diskpart
  5. Type remove all dismount
  6. Type exit to quit Diskpart

No comments:

Post a Comment