USBDeviceInstUtil-build-1060398: MM/DD/YY 14:25:10 ERROR: Failed to install hcmon Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment. Installing vSphere Client fails with the error “VMInstallHcmon - Failed to install hcmon driver” When installing the latest vSphere Client 6.0 on my Windows 10 computer, I got the following error “VMInstallHcmon – Failed to install hcmon driver”.
When installing the latest vSphere Client 6.0 on my Windows 10 computer, I got the following error “VMInstallHcmon – Failed to install hcmon driver”
Troubleshooting
- Try KB2006486. But I don’t see Non-Plug and Play Drivers and VMware hcmon on my Windows 10 computer
- Try renaming the C:WindowsSystem32drivershcmon.sys file. Still get the same error
Solution
- On my laptop, vSphere Client 5.5 and 6.0 (older build), and their respective Update Manager plug-in are installed
- Remove these older clients and plug-ins
- vSphere Client 6.0 installation completes successfully
So you are installing VMRC, PowerCli or vSphere client and getting that really annoying HCMON driver failed to install error, but have no idea where to start?
This article will :
- outline what causes the HCMON driver error
- provide top 3 solutions to this annoying problem.
What causes the HCMON driver error
The HCMON drive is a virtual USB driver HCMon is a virtual USB driver to allow the connection of your physical USB ports to virtual machines. When your installing the your VMware product of choice, HCMON is installed as a hardware driver, which is the problem. Windows interprets this as a user adding hardware to the PC and in many environments that is something your operating system security or administrator may not automatically allow.
*Note: Several of the following recommendations will reduce the security level of your machine, make sure you understand the implications of doing so. *
Solution 1 - Install “as adminstrator”
Vmware Workstation Failed To Install Hcmon Driver Windows 10
If you have administrator access to the PC you are installing on, the first thing to try is to simply right click what you are trying to install and select Run as Administrator. If you don’t have access you’ll have to consult your administrators.
You probably already did this though right? Next…
Solution 2 - Set Lumension Endpoint Security to allow the HCMON driver
LES is a really popular product among organisation s that want to have granular control of what information can be introduced and removed from their environment. Think disallowing or restricting USB access. You could just disable or uninstall LES, but that kind of defeats the purpose of what it’s trying to achieve. Good news, there is a reg setting that LES uses to allow HCMON to be used.
Note you'll need access to the registry and the ability to edit it to do this.
- Enable HCMON by creating a EnableHCMON registry value (DWORD type, Data 1) in HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSKParameters.
- Reboot if required.
- Install VMWare Client/PowerCli.
- Disable HCMON by removing the EnableHCMON registry value.
- Reboot the endpoint again.
Ensure you have the right version of the .NET framework for the product you are installing
Different products need different .NET versions for example as per KB-2053281 vSphere 5.1 client requires Microsoft .NET Framework 3.5.1. Make sure you are using the right version, I usually don’t find this to be a problem most products will check for dependencies and either announce it’s not there or go ahead and install it for you.
Beware of an intermittent known feature issue in vSphere 6
Thought I have never had this issue it is important to know about the issue outlined in KB-2130850. Apparently when attempting to install the VMRC for vSphere 6 on a PC which already has some versions of the vSphere client the install will fail. The recommended fix is to uninstall all versions of the vSphere client, reboot, install the VMRC client and then reinstall the vSphere Client (does anyone still use the old vSphere Client?
Vmware Remote Console Failed To Install Hcmon Driver Windows 10
I hope you have my luck and never have to do this either, as it sounds messy.
So now you know what the HCMON driver is, why sometimes it causes issues, and how to get around the more commonly known ones.
Hope this was of some help.
Vmware Client Failed To Install Hcmon Driver Windows 10
Let me know if you encounter anything different or if this helped you out.