Error
VSS Error:0x8000ffff - Backup aborted! - Failed To Create Volume Snapshot
DescriptionThis error can occur for a number of reasons such as the
VSS service has not been started or other software has cause
VSS to stop working.
Solution
Make sure that the VSS service isn't disabledChanging the startup type of the
VSS service and rebooting can often resolve issues.
click on 'My Computer'. - Select 'Manage'.
- Select the 'Services' tree node.
- Right click on 'Volume Shadow Copy'
- Select Properties
- Change the startup type to 'Automatic'

#
Reboot
Re-register the VSS componentsSometimes re-registering
VSS core components can fix errors. Copy the following commands to Notepad and save the file with a ‘.bat’ extension. Run the .bat file by opening a command prompt and entering the .bat file name.
cd /d %windir%\system32
net stop
vssnet 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
vssWe also provide a program which will recreate the correct registry setting and re-register all
VSS components. Please download one of the below programs to fix your problem:
VSSfix 32bit -
downloadVSSfix 64bit -
downloadtag:image
tag:file
tag:clone