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:\"