Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. net stop winmgmt
  2. pause
  3. c:
  4. cd c:\windows\system32\wbem
  5. rd /S /Q repository
  6. regsvr32 /s %systemroot%\system32\scecli.dll
  7. regsvr32 /s %systemroot%\system32\userenv.dll
  8. mofcomp cimwin32.mof
  9. mofcomp cimwin32.mfl
  10. mofcomp rsop.mof
  11. mofcomp rsop.mfl
  12. for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s
  13. for /f %%s in ('dir /b *.mof') do mofcomp %%s
  14. for /f %%s in ('dir /b *.mfl') do mofcomp %%s
  15. net start winmgmt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement