This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
computing:windows:removable_drives [2011/11/23 13:03] gcooper |
computing:windows:removable_drives [2013/01/24 10:27] (current) gcooper |
||
---|---|---|---|
Line 12: | Line 12: | ||
* If you have a removable drive that doesn' | * If you have a removable drive that doesn' | ||
+ | |||
+ | ===== Command Line ===== | ||
+ | |||
+ | List drives: | ||
+ | |||
+ | < | ||
+ | wmic logicaldisk get caption, | ||
+ | </ | ||
+ | |||
+ | Dismount a USB storage device: | ||
+ | |||
+ | < | ||
+ | C: | ||
+ | </ |