Devcon Windows 7
Devcon Windows 7 4,0/5 9854 votes

Windows Device Manager is certainly a useful built-in tool to manage, uninstall and disable drivers without having an expert knowledge. The Device Manager seems handy and anyone with some basic knowledge of Windows, can open it and use it. However, today I am going to introduce you to such a program that helps users manage installed Windows drivers, right from the Command Prompt. DevCon is that free command-line utility, which lets users manage drivers from the command line.

DevCon for Windows

Mar 04, 2015  DevCon is available for Microsoft Windows 2000 or later version and Windows Server 2003. That means that the tool is compatible with all the. Getting Devcon.exe onto and working with Windows 7 The DevCon utility is a command-line utility that acts as an alternative to Device Manager. Using DevCon, you can enable, disable, restart, update, remove, and query individual devices or groups of devices. Windows Device Console (Devcon.exe); 2 minutes to read; In this article. DevCon (Devcon.exe), the Device Console, is a command-line tool that displays detailed information about devices on computers running Windows.

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 32-bit version as well as 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 version of Windows, you can do that by searching for cmd in the Start Menu. If you are using Windows 8 or later versions, press Win+X together and select Command Prompt (Admin).

After opening the Command Prompt windows, enter the following command:

  • cd c:devconi386 (For 32-bit)
  • cd c:devconia64 (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.

devcon.exe help

If you want to know the status of any hardware, you need to following command,

devcon.exe status [device name]

Devcon Tool Windows 7 Download

For instance,

devcon.exe status *CDROM*

Like the Device Manager, you can enable/disable any hardware driver using this tool. For that, you will have to enter this command,

devcon.exe enable [device name]

devcon.exe disable [device name]

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,

devcon classes

Just like Device Manager, DevCon users can also search for any hardware changes using the following command,

devconrescan

For those, who want to know more about any particular hardware or device, this command may help,

devcon.exe –m:YourComputerName find devicename

You have to enter your computer name to specify your PC as it also works on 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.

TIP: Download this tool to quickly find & fix Windows errors automatically

Related Posts:

Active2 years, 7 months ago

i have a problem using devcon.exe in windows 7 for the purpose of removing drivers, it worked fine in windows xp.
i remove the drivers using 'dp_delete' and 'Remove'- none of which work in windows 7.
anyone has an idea why it might happen?
thanks

bksbks
8511 gold badge14 silver badges39 bronze badges

2 Answers

  1. Download the “Windows Driver Kit (WDK) 7.1.0″ from MS, it is an ISO image several hundreds meg

  2. Using UniversalExtractor (http://legroom.net/software/uniextract), extract the ISO to a temporary directory.

  3. Again using UniversalExtractor, extract the install file 'WDKsetuptools_x64fre.msi' to a temporary directory.

  4. In that temporary directory you will find 'WinDDK7600.16385.win7_wdk.100208-1538toolsdevconamd64devcon.exe'. This devcon works fine under W7x64 Pro.

Along the way UniversalExtractor will prompt you with some warnings, just click OK.

(source)

user247702user247702
17.5k10 gold badges87 silver badges132 bronze badges

Just an idea for another one that have the same issue and can migrate it: you can use wmic instead devcon. Its work better and it's Query Oriented Language (WMI) View toolbar mac.

Leandro

Devcon Failed Windows 7

Leandro
4,27011 gold badges51 silver badges89 bronze badges

Devcon.exe Windows 7 32 Bit Download

Not the answer you're looking for? Browse other questions tagged scriptingwindows-7batch-file or ask your own question.