Mudanças

Ir para navegação Ir para pesquisar
sem sumário de edição
Linha 60: Linha 60:  
-Detalhes desse procedimento no site: <nowiki>http://blogs.technet.com/configmgrteam/archive/2009/05/08/wmi-troubleshooting-tips.aspx</nowiki>
 
-Detalhes desse procedimento no site: <nowiki>http://blogs.technet.com/configmgrteam/archive/2009/05/08/wmi-troubleshooting-tips.aspx</nowiki>
   −
-Ferramenta de diagnóstico do WMI: <nowiki>http://www.microsoft.com/downloads/thankyou.aspx?familyId=d7ba3cd6-18d1-4d05-b11e-4c64192ae97d&displayLang=en</nowiki>
+
Se mesmo assim não funcionar, fazer o procedimento:
 +
 
 +
C:\Windows\System32\Wbem.
 +
 
 +
@echo off
 +
 
 +
sc config winmgmt start= disabled
 +
 
 +
net stop winmgmt /y
 +
 
 +
%systemdrive%
 +
 
 +
cd %windir%\system32\wbem
 +
 
 +
for /f %%s in ('dir /b *.dll') do regsvr32 /s %%s
 +
 
 +
wmiprvse /regserver
 +
 
 +
winmgmt /regserver
 +
 
 +
sc config winmgmt start= auto
 +
 
 +
net start winmgmt
 +
 
 +
for /f %%s in ('dir /s /b *.mof *.mfl') do mofcomp %%s
    
<nowiki>--------------------------------------------------------</nowiki>
 
<nowiki>--------------------------------------------------------</nowiki>
1 347

edições

Menu de navegação