首页
搜索 搜索
关注

fancycache获取状态失败解决方法 新视野

2023-03-29 16:57:01 城市网

fancycache 获取状态失败是WMI出错,要重新安装。文中说如果命令:winmgmt /verifyrepository报告inconsistency就要重装WMI,我的执行结果是consistency,照样不能安装sp1,错误代码为80041010。按照文中的步骤,在有管理员权限的命令行下敲入下列命令:

net stop winmgmt

ren %windir%/System32/Wbem/Repository Repository_backup


【资料图】

net start winmgmt

winmgmt /salvagerepository

cd /d %windir%/system32/wbem

for /f %s in ("dir /b *.dll") do regsvr32 /s %s

for /f %s in ("dir /b *.mof *.mfl") do mofcomp %s

wmiprvse /regserver

重启即可

通过上面的介绍,相信大家对于这个科技领域fancycache获取状态失败解决方法也有了一定的了解了,希望小编精心整理的这篇内容能够解决你的困惑。

本文由用户上传,如有侵权请联系删除!