hi
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?
THANKS
BYE
enable-computerrestore -drive "C:\" #turn on system restoreCHECKPOINT-COMPUTER –Description “This is My System Restore Point” #create restore point
needs admin rights to run
This command enables the restore function in a partition, but it does not set the option mentioned above and its percentage of space that can be used for this function. So, how can I fix this?