Create Restore Point
Creates a restore point of the specified type.
Privileges
Administrator (agent: LocalSystem)
This object is not supported on either Windows Server 2003 or Windows Server 2008.
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Restore Point Type | String | Yes | One of Application Install, Application Uninstall, Device Driver Uninstall, Modify Settings, or Canceled Operation. |
| Description | String | Yes | A description of the restore point. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
| Restore Point Type | String | Yes | Modify Settings |
| Description | String | Yes | Changed device startup settings |
