Ok, I can't make system image or back up of my win 7 home premium, shows errors below
I have tried many ways quoted from several sources, either from answers.microsoft.com or https://social.technet.microsoft.com
As a brief summary, I tried the following things one after another
First, https://social.technet.microsoft.com/forums/windows/en-US/a5a122ce-339f-4bdb-85bf-8b25bf1a9b6f/system-restore-not-working-0x80042308-not-found (this is not working)
Step 1: Remove all restore points
========================
- Click start button, right click computer and choose properties.
- Click Advanced system settings.
- In system protection tab, select the available drives which has protection on, click Configure, click "Turn off system protection".
- Then turn on the Protection.
Step 2: Restart Volume Shadow Copy Service
===========================
- Click start button, type in services.msc and then press enter.
- locate Volume Shadow Copy Service and double click.
- Click stop button to stop the service. Then click start to restart it.
Second,
tried below commands, until it showed nothing wrong or corrupted with system files. these are not working or helping either
- chkdsk /r
- sfc /scannow
Third, https://superuser.com/questions/540956/cannot-create-restore-point-on-windows-7-64-bit-the-specified-object-was-not-f (then I'm stucked at "regsvr32 /i swprv.dll")
- In a command prompt, run the following commands.
- cd c:\Windows\System32
- net stop vss
- net stop swprv
- regsvr32 ole32.dll
- regsvr32 oleaut32.dll
- regsvr32 vss_ps.dll
- Vssvc /Register
- regsvr32 /i swprv.dll <------(I'm stucked here, with errors 0x80070715)
- regsvr32 /i eventcls.dll <-----also errors here
- regsvr32 es.dll
- regsvr32 stdprov.dll
- regsvr32 vssui.dll
- regsvr32 msxml.dll
- regsvr32 msxml3.dll
- regsvr32 msxml4.dll
- net start vss
- shutdown /r (reboot)