1. Disable and stop the WMI service.
sc config winmgmt start= disabled
net stop winmgmt
2. Run the following commands.
Winmgmt /salvagerepository %windir%\System32\wbem
Winmgmt /resetrepository %windir%\System32\wbem
Winmgmt /resetrepository %windir%\System32\wbem
3. Re-enable the WMI service and then reboot the server to see how it goes.
sc config winmgmt start= auto
And then
Cd “C:\Program Files (x86)\Citrix\system32\Citrix\WMI”
for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
No comments:
Post a Comment