SI el servicio WMI esta malo no se pueden hacer instalaciones remotas. también sirve para otros servicios
ReparaWMI.cmd
@echo off
sc config winmgmt start= disabled
net stop winmgmt /y
%systemdrive%
cd %windir%system32wbem
for /f %%s in (‘dir /b *.dll’) do regsvr32 /s %%s
regsvr32 %windir%system32tscfgwmi.dll /s
wmiprvse /regserver
winmgmt /regserver
net start winmgm
Deja un comentario