Purpose:Create, remove, or list Windows system restore points.

 

Format:RESTOREPOINT [/C /D=description /R n ]

 

/C(reate)

/D(escription)

/R(emove)

 

Usage:

 

TCC must be running in an elevated session to create, remove or list restore points. RESTOREPOINT is not supported in Server versions of Windows.

 

If you don't specify any arguments, RESTOREPOINT will display the existing restore points. If there are no restore points, RESTOREPOINT will not display anything (including an error).

 

If you have disabled restore points, RESTOREPOINT will return a (Windows) error.

 

Example:

 

Create a restore point named "July-2023":

 

restorepoint /c /d=July-2023

 

Options:

 

/CCreate a restore point

 

/D=The description shown when displaying restore points

 

/RRemove the restore point whose sequence is n.