10-05-2021

  1. Devcon Tool Windows 7 Download
  2. Devcon.exe Windows 7 64 Bit Download
  3. Devcon Microsoft Windows 7
  4. Devcon Utility Windows 7 Download
  • As refered to by Microsoft. DevCon (Devcon.exe) is included when you install the WDK, Visual Studio, and the Windows SDK for desktop apps. But these programs take hundreds of MBs, and I don't need the full suite installed on my Windows.
  • Follow the instructions below to re-detect the device within Windows when this happens: Install the DevCon utility from Microsoft. 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.
  • Oct 31, 2011  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.
  • Download Devcon for Windows 7 Posted on Monday, June 25, 2012 by cam 2401 comments Its a small file and a big download if you want to get it from Microsoft, So I’ll.
Active3 years, 10 months ago

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.

I can't use the ia64-version of devcon.exe on my Windows7 professional x64 (AMD CPU). error message tells me, that the version of this applcation is not suitable for this version of windows and I should check whether I need to use a x64 or x86 version of this application.

The x86 version starts correctly, but all operations (remove, restart, disable etc) fail. Running from a command line with full privileges.

Devcon updateni c: windows inf test.inf.PNP0501 In this case, DevCon does not display the Hardware Installation warning. Instead, it assumes the default response, Stop Installation. As a result, DevCon cannot update the drivers and displays a failure message. Updating drivers for.PNP0501 from c: windows inf test.inf. Devcon failed. Devcon listclass usb 1394. Remove all USB devices. Devices that are removed are listed with their removal status. Devcon remove @usb. Rescan for new Plug and Play devices. Devcon rescan. List the resources that are used by all devices in the ports setup class. Devcon resources =ports. Restart the loopback adaptor ROOT.MSLOOP 0000.

Any ideas how to solve this?

yas4891yas4891

migrated from stackoverflow.comJul 3 '11 at 10:25

This question came from our site for professional and enthusiast programmers.

2 Answers

Although there is no x64 version in the package provided here, there is one in the WDK.

Devcon windows 7 download

Instructions on how to get the x64 out of the WDK can be found here

Devcon Windows 7

Main page for WDK can be found here

Moab
52.6k14 gold badges98 silver badges161 bronze badges
yas4891yas4891

That is for the Itanium architecture. Just because Itanium is 64-bit, it is VERY different from the 64-bit Windows OS'es you see here day to day. It requires a different set of chips and a different type of processor. It will not work.

Also, based according to this page, it was not designed for Windows 7.

Cristian Ciupitu
4,3471 gold badge27 silver badges41 bronze badges
KCotreauKCotreau
24.8k5 gold badges41 silver badges67 bronze badges

Not the answer you're looking for? Browse other questions tagged windows-764-bit or ask your own question.

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

Devcon Tool Windows 7 Download

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]

For instance,

Devcon.exe Windows 7 64 Bit Download

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 Windows 7

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.

Devcon Microsoft Windows 7

If you need more information, you can get the full documentation of DevCon and the download link at KB311272.

Devcon Utility Windows 7 Download

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

Related Posts: