User Tools

Site Tools


computing:windows:removable_drives

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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:
-====== Using Removable Devices Properly in Windows ======+====== Removable Devices in Windows ====== 
 + 
 +===== Using =====
  
 http://help.artaro.eu/index.php/windows-7/the-basics-of-windows-7/use-removable-devices-properly-in-windows-7.html http://help.artaro.eu/index.php/windows-7/the-basics-of-windows-7/use-removable-devices-properly-in-windows-7.html
 +
 +===== 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 "Safely Remove Hardware and Eject Media" Notification Area, select "Better performance (default)" and enable write caching.
 +
 +  * If you have a removable drive that doesn't show in the "Safely Remove Hardware and Eject Media" Notification Area, select "Quick removal".
 +
 +===== Command Line =====
 +
 +List drives:
 +
 +<file>
 +wmic logicaldisk get caption,providername,drivetype,volumename
 +</file>
 +
 +Dismount a USB storage device:
 +
 +<file>
 +C:\Windows\system32\fsutil.exe volume dismount f:
 +</file>
computing/windows/removable_drives.1322076476.txt.gz · Last modified: 2011/11/23 12:27 by gcooper