Cannot take snapshot. Error: VSS Provider not registered
I had this issue with one of the storagecraft backups.
Open command prompt and run the following commands one at a time
net stop vsnapvss
vsnapvss.exe /unregister
vsnapvss.exe /Service
net start vsnapvss