Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space KNOW and version 8.0

This error indicates a problem communicating with Volume Shadow Copy Service (VSS) writers on your system. Look in your Windows Event log for VSS error messages that give more information and check that the VSS service is started.


Check the VSS service isn't disabled

...

and change the startup type of the VSS

...

Service to Automatic.  
 
Search and select 'Services' in the Windows search bar.

Image Added

Locate Volume Shadow Copy, then right click, and select 'Properties'

Image Added


Change startup type to Automatic and click 'OK'

...


Image Added

Then Reboot
 

...

  1. Copy the following commands to Notepad:
    cd /d %windir%\system32
    net stop vss
    net stop swprv
    regsvr32 /s ol32.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 
  2.  Save the file with a .bat extension. 
  3. Run the .bat file by opening a command prompt and entering the .bat file name.


 

If that doesn't help then take the 'Other Tasks' > 'Fix VSS Problems..' menu option:

Image Added


Image Added


Finally reboot.


...