DevCon for Windows 10

DevCon is available for Microsoft Windows 2000 or later version and Windows Server 2003. That means that the tool is compatible with all the latest Windows versions such as Windows 8, Windows 8.1, etc. To begin using this tool, you will have to first, download DevCon from the Microsoft Support website. You will get it for a 32-bit version as well as a 64-bit version of Windows. After downloading and unzipping the file, you need to choose the version 32-bit or 64-bit, for your Windows computer. Or else, you can also put the entire unzipped DevCon folder inside your System Drive. Next, open a Command Prompt window with administrative privileges. If you are using Windows 7 or earlier versions of Windows, you can do that by searching for cmd in the Start Menu. If you are using Windows 10/8, press Win+X together and select Command Prompt (Admin). After opening the Command Prompt windows, enter the following command:

cd c:\devcon\i386 (For 32-bit)cd c:\devcon\ia64 (For 64-bit)

c:\devcon is the path where you have placed the unzipped folder.

By entering this command, you have successfully started using DevCon.

Useful commands to manage Windows Drivers using DevCon

DevCon does everything that is possible to do, using Device Manager. But, it just works in a different way – using commands. Although, you can get almost all the supported commands by entering the following command, yet, here are some of them for basic management purpose.

If you want to know the status of any hardware, you need to execute the following command- For instance-

Like the Device Manager, you can enable/disable any hardware driver using this tool. For that, you will have to enter this command- If you want to know the status, enable or disable any hardware driver, you must know the name of that hardware. In case you do not know, you can get a brief list of all names by entering the following command-

Just like Device Manager, DevCon users can also search for any hardware changes using the following command- For those, who want to know more about any particular hardware or device, this command may help- You have to enter your computer name to specify your PC as it also works on a network computer.

Advantage of using DevCon over Device Manager

The first advantage is that DevCon utility is faster than Device Manager. The second advantage is it has more flexibility. You have more options to control your installed drivers. The third and most exciting advantage of DevCon is you can manage any driver of any Windows PC in your network from any one PC. If you need more information, you can get the full documentation of DevCon and the download link at KB311272. Related read: How to get a list of all Device Drivers using Command Prompt.