Back
Close

Computing with Data

elgeish
585.9K views

Files in Windows

To view the logical volumes, the following query uses WMIC (Windows Management Instrumentation Command-line) to list the names of logical volumes:

wmic logicaldisk get name
## Name
## C:
## D:
## 
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io