This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:windows:removable_drives [2011/11/23 12:27] gcooper created |
computing:windows:removable_drives [2013/01/24 10:27] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== Removable Devices in Windows ====== |
+ | |||
+ | ===== Using ===== | ||
http:// | http:// | ||
+ | |||
+ | ===== Fixed or Removable ===== | ||
+ | |||
+ | Right Click on **My Computer** -> **Manage** -> **Device Manager** -> Right Click on the **Device** -> **Properties** -> **Policies** | ||
+ | |||
+ | * If you have a fixed drive showing up in the " | ||
+ | |||
+ | * If you have a removable drive that doesn' | ||
+ | |||
+ | ===== Command Line ===== | ||
+ | |||
+ | List drives: | ||
+ | |||
+ | < | ||
+ | wmic logicaldisk get caption, | ||
+ | </ | ||
+ | |||
+ | Dismount a USB storage device: | ||
+ | |||
+ | < | ||
+ | C: | ||
+ | </ |