Failed to install the hcmon driver

在安装虚拟机的时候出现“Failed to install the hcmon driver”错误,是之前VM没有卸载干净,提供两个参考解决方法:

1:在C盘的驱动文件夹也就是“C:\Windows\System32\drivers”下 把hcmon.sys驱动文件删除,然后重启,就OK了。

2:如果在删除的时候遇到权限问题,尝试下直接重启再安装VM。

时间: 2024-11-05 20:35:43

Failed to install the hcmon driver的相关文章

Android Studio 1.5启动出现“SDK Manager: failed to install”问题的解决

问题描述 Android Studio 1.5是当前最新Android手机应用开发平台,下载bundle版安装后,启动Studio后出现“SDK Manager: failed to install”问题.详细信息如下: Android SDK was installed to C:\Users\jack\AppData\Local\Android\sdk Installing Archives:  Preparing to install archives  Installing SDK Pl

Failed to install xxxx.apk on device 'emulator-5554!

异常信息:[HelloAndroid] Performing com.example.helloandroid.HelloAndroid activity launch[HelloAndroid] Uploading HelloAndroid.apk onto device 'emulator-5554'[HelloAndroid] Installing HelloAndroid.apk...[HelloAndroid] Failed to install HelloAndroid.apk on

Failed to install *.apk on device *: timeout

[Failed to install *.apk on device *: timeout] 如果Android项目太大,则Eclipse在安装调试时可能会超时. 错误出现:连接真机调试的时候如果连接太久没响应就会出现timeout 解决方法:将timeout时间调长,默认是5000ms. Eclipse中,Window->Preferences->Android->DDMS选项卡中设置. 参考:http://www.cnblogs.com/not-code/archive/2011/0

jython在MyEclipse控制台出现Failed to install

1.问题 在用jython在MyEclipse中开发的时候,控制台的输出出现如下错误: console: Failed to install ": java.nio.charset.UnsupportedCharsetException: cp0. 2.解决办法 在要执行的代码上右键,Run As>Run Configurations,选择第二个页签Arguments,在VM arguments中添加: -Dpython.console.encoding=UTF-8 即可,然后Apply&

安装tomcat出现failed to install tomcat6 service错误及解决方法(转载)

安装安装版tomcat会出现failed to install tomcat6 service ,check your setting and permissio的概率是非常低的,但是最近楼主就老出现这种问题- -. 让我郁闷了好些时间.最后才发现我原来装过tomcat,而删除它时,只是简单的删除了它的文件夹,并没有删除服务里的tomcat服务,因此才出现上面的安装错误. 解决方法:      1.打开cmd,执行sc delete tomcat5(或者是tomcat6,看你的版本了),这样删除

SDK Manager failed to install 'java.exe' locking directory

转自:http://stackoverflow.com/questions/13587478/sdk-manager-failed-to-install-java-exe-locking-directory I have ran into a curious error when trying to update Android SDK Tools to revision 21 from revision 20.0.3. The ADT plug-in updated properly so n

Failed to install dst.apk on device '99bad4e8': timeout

Failed to install dst.apk on device '99bad4e8': timeout 这个是问题我在用真机测试的时候,安装时候出错的.在我这里解决的办法: 把手机开发者模式开了,允许模拟位置开了.我测试的手机是红米2A. 情况不一样,可能解决的办法不一样,这里只提供一个参考. Failed to install dst.apk on device '99bad4e8': timeout

eclipse安卓模拟器Failed to install on device 'emulator-5554': timeout处理方案

我们在用模拟器调试的时候,经常会出现Failed to install on device 'emulator-5554': timeout这个错误.其实就是有些虚拟器在部署的时候时间过于长.系统就认为time out了.而eclipse默认时长是5s,所以我们只需要把这个时间改长就可以了. eclipse -> window -> Preferences -> Android -> DDMS -> ADB connection time out(ms).把这个时间设置的长一

win10(64位)下memcache安装时报错“ failed to install service or service already installed”

环境: win8(64位)系统 错误提示: failed to install service or service already installed 解决办法: 1.找到cmd.exe文件(c:\windows\system32\cmd.exe) 2.右键cmd.exe以管理员方式运行