Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description
The error indicates a problem communicating with VSS writers on your system. Please have a look in your Windows Event log for VSS error messages that might give more information and check that the VSS service is started.?

Solution
Make sure thatthe VSS service isn't disabled

Changing the startup type of the VSSservice and rebooting can often resolve issues.
 

...

cd /d %windir%\system32
net stop vss
net stop swprv
regsvr32 /s ole32.dll
regsvr32 /s oleaut32.dll
regsvr32 /s vss_ps.dll
vssvc /register
regsvr32 /s /i swprv.dll
regsvr32 /s /i eventcls.dll
regsvr32 /s es.dll
regsvr32 /s stdprov.dll
regsvr32 /s vssui.dll
regsvr32 /s msxml.dll
regsvr32 /s msxml3.dll
regsvr32 /s msxml4.dll
vssvc /register
net start swprv
net start vss

Search terms
tag:backup
tag:image
tag:file
tag:clone

 


...