Rebuild the WMI/CIM Repository: Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „*Disable and stop the winmgmt service *Remove or rename C:\Windows\System32\wbem\repository *nable and start the winmgmt service *Open Command Prompt as Admini…“)
 
K (Admin verschob die Seite Rebuild WMI/CIM Repository nach Rebuild the WMI/CIM Repository, ohne dabei eine Weiterleitung anzulegen)
 
(kein Unterschied)

Aktuelle Version vom 19. Januar 2022, 09:26 Uhr

  • Disable and stop the winmgmt service
  • Remove or rename C:\Windows\System32\wbem\repository
  • nable and start the winmgmt service
  • Open Command Prompt as Administrator
  • Run the following commands:
cd C:\Windows\System32\wbem\
for /f %s in ('dir /b *.mof') do mofcomp %s
REM NOTE: This will take a minute or so to complete.
for /f %s in ('dir /b en-us\*.mfl') do mofcomp en-us\%s