http://blogs.technet.com/b/smsan ... nstall-sdk-mof.aspx
大意貌似是 wmi 命名空间错误引发的
着重看这几段:
Cause: This can occur if the EventTrace class is missing from the root\wmi namespace on the client.
Resolution: To resolve this issue, copy mom_tracing.mof from Program Files\System Center Operations Manager 2007 on a working machine to the same directory on the affected machine. Then on the affected machine run:
mofcomp mom_tracing.mof
This will most likely lead to an error looking for the EventTrace class in WMI which the mom_tracing.mof is dependent upon. This can be verified by running wbemtest and connecting to Root\WMI, then doing a recursive Enum of the classes and looking for EventTrace as a class.
就是叫你去正常的电脑上拷一个 mom_tracing.mof,然后用 mofcomp 加载它
-------------------------------------------------------------------------
第一次知道,原来 taskkill 还跟 wmi 有关系,涨姿势了,但为毛我电脑上没有 这个 mom_tracing.mof |