Server Manager Error - Server Manager is collecting inventory data. Wizard will be available after data collection finishes
open command prompt with admin rights and execute as below
cd C:\Windows\System32\wbem\AutoRecover
for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
cd C:\Windows\System32\wbem\AutoRecover
for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
Comments
Post a Comment