Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Hello friends,

I want to create system restore point in Windows 8.i have used SRSetRestorePoint function. I have also modify my registry provided by http://msdn.microsoft.com/en-us/library/windows/desktop/aa378941(v=vs.85).aspx[^] but this is not creating restore point after the registry modification . if any one have idea please share it. this application has return value true but this is not creating restore point.same application is creating restore point in all operating system except Windows8. So please suggest me how can we handle this situation.
Thanks in advance


Regards
Shashi
Posted

1 solution

Try this sample code[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Jan-13 16:12pm    
[OP replied:]


I have already tried this code.
Sergey Alexandrovich Kryukov 22-Jan-13 16:12pm    
I removed original post as "not an answer"
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900