在"添加或删除程序"中的"添加/删除Windows组件"出现"无法加载安装程序库wbemupgd.dll,或找不到函数OcEntry"时按如下解决:
32位机: 我的电脑--属性--高级--环境变量--path里面编辑,在变量值后面加上 ;%SystemRoot%;%SystemRoot%\system32;%SystemRoot%\System32\Wbem
64位机: 我的电脑--属性--高级--环境变量--path里面编辑,在变量值后面加上 ;%SystemRoot%;%SystemRoot%\sysWow64;%SystemRoot%\SysWow64\Wbem;%SystemRoot%\system32;%SystemRoot%\System32\Wbem
|