Event Viewer 中报:
Event Type: Error
Event Source: DFSR
Event Category: None
Event ID: 6104
Date: 11/6/2012
Time: 4:51:08 PM
User: N/A
Computer: XXXXXXXX
Description:
The DFS Replication service failed to register the WMI providers. Replication is disabled until the problem is resolved.
Additional Information:
Error: 2147749908 (1014)
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
自己尝试处理如下:
在 start->run->rundll32.exe setupapi,InstallHinfSection WBEM 132 %windir%\inf\wbemoc.inf,并用光盘重装WBEM没有效果。
以及CMD中运行
CD %windir%\system32\wbem
For /f %s in (‘dir /b /s *.dll’) do regsvr32 /s %s
for /f %s in (‘dir /b *.mof *.mfl’) do mofcomp %s
wmiprvse /regserver
net stop dfsr
net start dfsr
来重新注册DLL也没有效果。
求速解决,谢谢。