• Still running Windows 7 or earlier? Support for Windows 7 ended on January 14th 2020. Please review the thread here for more details.

[SOLVED] cannot create system restore point after defragmentation

carl a

Contributor
Joined
Oct 25, 2015
Posts
650
I used defraggler to defrag my hard drive and afterward notice that I could not create a new restore point , the message I am getting is restore point could not be created catastrophic failure 0x8000fff.this computer is windows vista 64 bit, high tech help will be greatly appreciated. Thanks
 
Hi carl a. :)

Launch this command from an elevated command prompt:
echo. & dir c:\syste* /a /q |findstr /i /c:"<dir>" & echo. & icacls c:\syste*
I get:
Code:
[NO-PARSE]24/09/2016  22.41    <DIR>          BUILTIN\Administrators System Volume Information

c:\System Volume Information BUILTIN\Administrators:(OI)(CI)(F)
                             NT AUTHORITY\SYSTEM:(OI)(CI)(F)

Successfully processed 1 files; Failed processing 0 files[/NO-PARSE]
You should get something very similar (I think).


It could also possible the dirty bit was set, hence try to launch the following command (always from an elevated command prompt):
chkdsk c: /f
Windows usually wants to be rebooted to perform that command.
 
Last edited:
Hey Xilolee what's up . that is exactly what I got, I have also a thread open in the sfc /scannow cannot start repairs , Brian is working on that ,just to let you know the issues I am having with this machine at this time here is a picture from the cmd .
 

Attachments

  • cmd picture.jpg
    cmd picture.jpg
    124.3 KB · Views: 6
It seems your "system volume information" folder doesn't grant permissions to the administrators (but it could be normal for windows vista, I'm not sure...).
By the way, I was editing the message and I added something at the end of it that you could try.

And I think it's better if you inform BrianDrab about this topic (maybe he could agree to launch the chkdsk and it could help you to add the administrators permissions with the sfcfix tool --- this is quite simple to do also through the windows GUI...).
 
Last edited:
Hello Xilolee you are right I tried to take permission to the system volume information folder but it would not allow me to gain access to change permission. I performed a chkdsk without errors and my cbs .log has ten errors it seems as though the sfc /scannow problem and my update problem is affecting other areas of my computer.I also notice in trouble shooting that the vss event is not registered. and I will inform BrianDrab about what you discovered.
 
From an elevated command prompt copy/paste systempropertiesprotection and press enter.
Check if the checkbox near your system drive is ticked.
If it's unticked, tick it.
If it's ticked, untick it, press apply, tick it, press apply and ok.
Then re-try to create a new point.

If that won't work, try to increase the system restore folder size:
vssadmin Resize ShadowStorage /For=C: /On=C: /MaxSize=10GB
Then re-try to create a new point.

If that won't work, let's get some logs (with the hope they'll help...):
(echo. & vssadmin list providers & echo. & vssadmin list shadows & echo. & vssadmin list shadowstorage & echo. & vssadmin list volumes & echo. & vssadmin list writers) > "%userprofile%\desktop\VSSadmin results.txt"
After the command you should find "vssadmin results.txt" on your desktop: zip it and upload it here.
 
Did you wait the end of the command? (Maybe the vssadmin WinVista version is different from Win10 version)

Now I'll show you the differences between your results and mine.

The only difference in "List providers" is "Copyright 2001-2013".
The ID is the same only for this entry, hence it seems this command didn't change through all these years (from WinVista to Win10).
All of the other IDs must be different from mine.
Read More:
Your "list shadows" is EMPTY (following is mine):
Read More:
You get two results about "list shadowstorage", I only get one (similar to your second entry, that it seems the one generated with the "resize shadowstorage" at sixth post):
Read More:
You get (again) two values about "list volumes", for your C: drive (it seems); I get one for each of my partitions.
Read More:
I get the "list writers" result, you don't have that result (hence my first question at the start of this post: did you wait until the command finished/ended?):
Read More:


Therefore we must find the commands to change the main differences between your results and mine.
 
Last edited:
(All the commands should be run from an elevated command prompt)

Could you try this command (I get error on windows 10, but it seems it's supported from vista to 8)?

Code:
vssadmin create shadow /for=c:
If it fails, run vssadmin /? (and show its result).
If instead it works, launch vssadmin list shadows (and show its result).
 
yes I did wait for the command to finish/end and that was the results I gotten. I ran the same command and got the same results. The vssadmin create shadow /for=c came back as invalid command here is a view of all the commands resuts
 

Attachments

  • vssadmin.jpg
    vssadmin.jpg
    127 KB · Views: 2
The last command vssadmin list shadow was miss spelled in the command line. after correcting the spelling the result said no item found that satisfy the query
 
Try these commands (from an elevated command prompt), try to create a new restore point and post the commands results here:
(sc query sens & sc qc sens & sc query vss & sc qc vss & sc query comsysapp & sc qc comsysapp & sc query swprv & sc qc swprv & sc query eventsystem & sc qc eventsystem)|findstr /i /c:"y_n" /c:"t_t" /c:"e_n" /c:"ate"

vssadmin delete shadows /all

vssadmin Resize ShadowStorage /For=C: /On=C: /MaxSize=5GB
 
Last edited:
The resize worked the other command vssadmin is an invalid command the the first elevated command information produce it's log so here is a picture of the reports
 

Attachments

  • query.jpg
    query.jpg
    138 KB · Views: 2
  • resizing.jpg
    resizing.jpg
    134 KB · Views: 1
Try:
Code:
vssadmin delete shadows /for=c: /all 
vssadmin delete shadows /for=c: /oldest

Read More:
 
Ok... Let's see what (vss) files are present on your system:
Code:
dir es.dll /b & dir eventc*.dll /b & dir msx*.dll /b  & dir ole3*.dll /b & dir stdpr*.dll /b & dir /b swpr*.dll & dir vss*.dll /b
I get:
es.dll
eventcls.dll
msxml3.dll
msxml3r.dll
msxml6.dll
msxml6r.dll
ole32.dll
File Not Found
swprv.dll
vssapi.dll
vsstrace.dll
vss_ps.dll
 
It looks like two of us are working on this issue. Carl, this isn't good as xilolee and myself could have been causing each other issues while trying to resolve. I'll let you work with xiolee to get the restore point issue resolved. Once that is resolved and if you are still having issues with sfc, then come back to your other post and we will continue.

https://www.sysnative.com/forums/wi...ld-not-start-repair-service-3.html#post168165
 
Open notepad, copy/paste the following text in it, save the file as RegisterVSS.BAT (RegisterVSS.bat.txt won't work), right click the file and run it as an administrator.
Reboot windows and re-try to create a system restore point.

Code:
cd /d c:\windows\system32
regsvr32 /s atl.dll
regsvr32 /s blb_ps.dll
regsvr32 /s msxml3.dll
regsvr32 /s msxml6.dll
regsvr32 /s ole32.dll
regsvr32 /s spp.dll
regsvr32 /s srcore.dll
regsvr32 /s srwmi.dll
regsvr32 /s vds_ps.dll
regsvr32 /s vss_ps.dll
cd /d c:\windows\syswow64
regsvr32 /s atl.dll
regsvr32 /s msxml3.dll
regsvr32 /s msxml6.dll
regsvr32 /s ole32.dll
regsvr32 /s spp.dll
regsvr32 /s vds_ps.dll
regsvr32 /s vss_ps.dll
pause
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top