User Tools

Site Tools


computing:windows:list_drives

This is an old revision of the document!


How to Determine Existing Drive Letters in Windows

http://www.computerhope.com/issues/ch000854.htm

:!: These commands may require Windows Vista and newer versons of Windows.

Command Prompt

Using WMI:

wmic logicaldisk get name

or:

wmic logicaldisk get caption,providername,drivetype,volumename

Powershell

Assuming you are on windows 7 or have installed Powershell:

gwmi win32_LogicalDisk -filter DriveType=4
computing/windows/list_drives.1359046566.txt.gz · Last modified: 2013/01/24 09:56 by gcooper