Win2008 R2 角色服务错误 代码0x80070422如何解决?

Win2008 R2 角色服务错误 代码0x80070422如何解决?

解决:

1.检查这些服务有没有运行。“Windows Installer” “Windows Modules Installer”“Windows Update”
1.1 COM+组件服务也要检查下。“System Event Notification Service” “COM+ Event System” “Distributed Transaction Coordinator”“Security Accounts Manager“

2.请尝试清理服务器的缓存(路径是Windows \ system32 \ ServerManager \ Cache),同时重启服务器之后检查是否还有相同的情况。

3.请尝试用管理员权限运行以下的命令进行修复:
cd C:\Windows\System32\wbem\AutoRecover
for /f %s in ("dir /b *.mof *.mfl") do mofcomp %s

4. 重新注册WMI组件。

cd /d %windir%\system32\wbem

for %i in (*.dll) do RegSvr32 -s %i

for %i in (*.exe) do %i /RegServer