Is there any way in C# console application to check whether the system restore is enabled or not.
I am able to create and end restore point but looking for way to check if it is enabled or disabled?
Is there any way in C# console application to check whether the system restore
Share
You might want to check this reg key, hope this helps!
For XP –
DisableSR: 0 = enabled, 1 = disabledFor Windows 7 –
RPSessionInterval: 0 = disabled, 1 = enabled