别人碰到,记录一下,因为之前安装MATLAB时,这个问题遇见过,方法一模一样
1. 错误来源
安装VisualSVN遇到报错:
Custom action InstallWMISchemaExcute failed: Cannot query proxy blanket: No such interface supported (0x80004002)
2. 分析
http://www.visualsvn.com/support/topic/00059/
这个网站上面说,在有NVIDIA独立显卡的笔记本上运行VisualSVN可能会遇到一下两种错误:
安装或更新VisualSVN时报错:
Custom action InstallWMISchemaExcute failed: Cannot query proxy blanket: No such interface supported (0x80004002).
在VisualSVN Server Manager面板上看到错误:
Cannot query proxy blanket: no such interface supported (0x80004002)
解决方案大意是说,这个错误只会在有NVIDIA独立显卡的笔记本上出现,只要切换到集成显卡即可
3. 解决办法
1.打开NVIDIA控制面板.
2.选择3D设置->管理3D设置.
3.选择集成显卡作为优先的图形处理器.
4.点击应用.
解决….