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

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't show in the "Safely Remove Hardware and Eject Media" Notification Area, select "Quick removal".   * 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.1322078626.txt.gz · Last modified: 2011/11/23 13:03 by gcooper