First, please
check the hard disk
for errors.
Also, this error may be caused by the backup configuration on the computer or some related components or services incorrect on the
computer, you can follow the below steps to check it:
1. Run “vssadmin list writers” to check if there is any error.
2. Register related dll files (we can ignore error messages if there is any)
cd /d %windir%\system32
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 vss_ps.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 msxml3.dll
regsvr32 msxml.dll
regsvr32 msxml4.dll
3. Verify the related services
a) Volume Shadow Copy Service.
b) Microsoft Software Shadow Copy Provider.
c) COM+ event system
d) COM+ System Application
Sabrina
TechNet Community Support
