Setting "Restore system settings and previous versions of files" option

927 views Asked by At

Using the command prompt or Windows Powershell of Windows 7 SP1, how can I set the option "Restore system settings and previous versions of files" for the creation of restore points?

1

There are 1 answers

0
David Brabant On

Execute the following command in a PowerShell console to get a list of commands related to restore points:

Get-Command -Noun *computer* | Format-Table Name, PSSnapin

Checkpoint-Computer

Disable-ComputerRestore

Enable-ComputerRestore

Get-ComputerRestorePoint