Show all drives in command prompt
If you work with the Windows command prompt and want to copy files from or to a USB flash drive, then you get a problem. So how to show all drives in the commandline (cmd) from Windows? Without a list of all the drives you won’t know the drive letter of the USB flash drive and without this you won’t be able to access it.
The cmd itself doesn’t provide a command for listing all available drives. However, you can get this task done by using wmic, a command line program, which provides you access to the WMI classes by command line. And so the solution to the question is quite simple.
To show all drives in the cmd use the following command:
wmic logicaldisk get deviceid, volumename, description
Some time ago I wanted to play all the old PC games from my childhood, such as Star Wars pod racer, Need for Speed 2 and all the other great games. So I searched for the box with the old CD-ROMs, placed the first best into my laptop’s DVD drive and had to recognize that it neither run on Windows 7 nor on Windows 8. Not even in compatibility mode.
In the following article I’ll show you how to run Android in a virtual machine on your Windows. The post may appear relatively long at first glance, but actually setting up is really easy. So don’t be daunted by the article’s lenght.