Backup Registry
Backs up the registry to a specified path.
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Backup Path | String | Yes | The full path to which the registry will be saved. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| Result | Number | Returns a success value of zero. Any value other than zero indicates failure. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
| Backup Path | String | Yes | C:\folder1\folder2 |
