Open an elevated Command Prompt (Run as Administrator) and run:
vssadmin list writers
All writers should show:
State: Stable
Last error: No error
Again, open Command Prompt as Admin and type these:
net stop vss
net stop swprv
regsvr32 /s ole32.dll
regsvr32 /s vss_ps.dll
vssvc /register
net start swprv
net start vss
In Start Search type Services.msc and hit the Enter key:
VSS depends on these services — make sure they're all running and set to Automatic:
Remote Procedure Call (RPC) — must be running
DCOM Server Process Launcher — must be running
COM+ Event System — must be running
Microsoft Software Shadow Copy Provider (swprv)