运行一个脚本,以管理员身份运行:

net stop winmgmt

c:

cd %systemroot%/system32/wbem

rd /S /Q repository

regsvr32 /s %systemroot%/system32/scecli.dll

regsvr32 /s %systemroot%/system32/userenv.dll

mofcomp cimwin32.mof

mofcomp cimwin32.mfl

mofcomp rsop.mof

mofcomp rsop.mfl

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

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

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

echo DONE reboot

pause

最新文章

  1. node.js表单——formidable/////z
  2. Python之路-python(面向对象进阶)
  3. 容器--Collection和AbstractCollection
  4. 【JSP jstl c标签】使用c:foreach 报错(警告)”test does not support runtime expressions“
  5. 常用jQuery代码01
  6. In Action(SPFA+01背包)
  7. python函数: 内置函数
  8. HDU 1527 (Wythoff 博弈) 取石子游戏
  9. Centos7网络配置+图形界面设置
  10. cocos2d-x中的init,onEnter,onExit......
  11. js动画(三)
  12. 白皮书之C++学习第一天
  13. 设计一下类似SpringIoC的注入工具~Lind.DI
  14. SpringBoot配置日志logback
  15. python3三角函数
  16. Java实现AES加密
  17. cece
  18. opencv安装终结版
  19. 1.3 CPU简介
  20. hexo安装总结

热门文章

  1. Centos7源码安装jdk
  2. json-server 服务器的接口
  3. Flutter工程目录
  4. hdu 4511 (AC自动机)
  5. maven setting.xml文件配置详情
  6. Delphi XE2 之 FireMonkey 入门(32) - 数据绑定: TBindingsList: TBindList、TBindPosition [未完成...]
  7. Delphi IDE使用的一些主要技巧
  8. $destroy——angular
  9. 远程桌面 使用 本地输入法(虚拟化 终端 远程接入 RemoteApp)
  10. linux系统高级命令进阶