Problem
This VSS error is produced by a fault or corruption in the Windows Management Instrumentation repository. The error can also be identified by the following VSS state value: Status: 9 (VSS_WS_FAILED_AT_FREEZE)
Solution - Reset the WMI repository
- Start the computer and press f8 on boot up and select 'Safe Mode without networking'.
- Start an elevated command prompt
To make certain the WindowsManagementInstrumentation (WMI) service is not running, type:
net stop winmgmt
- In the start menu click 'computer' on the right hand side. Go to the 'windows\system32\WBEM\ folder' and rename the Repository folder to something else like 'OLDRepository' (right click and choose 'Rename Folder').
- Reboot and restart as normal.
- Go to (Start > All Programs > Accessories) and select 'Command prompt'
To stop the wmi service, type:
net stop winmgmt
Type:
winmgmt /resetRepository
Restart the system.