cd %windir%\system32\wbem
for /f %s in (‘dir /b *.dll’) do regsvr32 /s %s
From
https://community.spiceworks.com/how_to/43118-fix-vssadmin-wmi-writer-wmi-writer-retryable-error
cd %windir%\system32\wbem
for /f %s in (‘dir /b *.dll’) do regsvr32 /s %s
From
https://community.spiceworks.com/how_to/43118-fix-vssadmin-wmi-writer-wmi-writer-retryable-error