- Vmware Workstation Failed To Install Hcmon Driver Windows 10 Pro
- Remove Vmware Workstation From Windows
It did not worked for me on windows 10 build 1607 it may help someone else: my user is in administrator group and as a workaround i switched user (ctrl-alt del - switch user and choosed administrator) and then i ran the msi as administrator and it installed properly.
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
Vmware Workstation Failed To Install Hcmon Driver Windows 10 Pro
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. *
- Windows 10 users have been complaining since the weekend that VMware Workstation no longer runs after a cumulative Windows 10 Update prevents it from starting. Only older versions of VMware Workstation are affected, but even users willing to pay for an upgrade may face other compatibility issues.
- See the following guides for information about installing and using VMware Remote Console. VMware Remote Console for vSphere VMware Remote Console for vRealize Automation. The following issues are fixed in this release. Corrects a USB driver from VMware Remote Console 10.0.0 and 10.0.1 that had not been signed by Microsoft.
- Failed To Install Hcmon Driver Vsphere Right-click My Computer and click Manage.
- SYS files such as hcmon.sys are third-party (eg.VMWare) device drivers or critical system files that come as part of the Windows operating system. Most SYS files allow internal PC hardware or attached hardware, such as a printer, to communicate with third-party software programs (eg. Web browsers, word processors, VM Ware Workstation 3.0 Upgrade) and the operating system (eg.
Solution 1 - Install “as adminstrator”
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…
Remove Vmware Workstation From Windows
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?
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.
Let me know if you encounter anything different or if this helped you out.