TechNet Script Center logo

Welcome to the TechNet Script Center Gallery!

Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.
8 System Restore results
Sort By: rss
Modifies the system restore configuration values on a computer, setting the global interval to 100,000 seconds; the life interval to 8,000,000 seconds; and the session interval to
(0)
8/10/2009
VBScript
Returns the results (failed, succeeded, interrupted) of the last system restore performed on a computer.
(0)
8/10/2009
VBScript
Displays the current system restore configuration settings on a computer.
(0)
8/10/2009
VBScript
Returns a list of all system restore points stored on a computer, as well as detailed information about each of those restore points.
(0)
8/10/2009
VBScript
Enables system restore on a computer. This is equivalent to clearing the checkbox Turn off System Restore (found by right-clicking My Computer, clicking Properties, and then click
(0)
8/10/2009
VBScript
Disables system restore on a computer. This is equivalent to selecting the checkbox Turn off System Restore (found by right-clicking My Computer, clicking Properties, and then cli
(0)
8/10/2009
VBScript
Creates a new system restore point on a computer, specifying that the restore point was created prior to installing a new device driver.
(0)
8/10/2009
VBScript
Performs a system restore on a computer using system restore point No. 20. To perform a system restore using a different system restore point, simply change the value of the const
(0)
8/10/2009
VBScript