Enabling and Disabling Computer Restore

by Jul 24, 2012

In a previous tip we shared how you can use PowerShell to create restore points and restore your system state in case something went bad. There are two more cmdlets that control which drives are monitored by system restore points: Enable-ComputerRestore and Disable-ComputerRestore.

This, for example, would include drives C: and D:

Enable-ComputerRestore -Drive "C:\", "D:\"

Twitter This Tip! ReTweet this Tip!