This task sequence step restores previously captured user state to the target computer. Following is a brief listing of the settings that show how this step was originally configured in one of the MDT task sequence templates.
For more information about what script accomplishes this task and what properties are used, see ZTIUserState.wsf.
For more information about this step type, see Restore User State.
The default configuration of the Restore User State task sequence step is:
Name |
Value |
Type |
Run Command Line |
Name |
Restore User State |
Description |
Not specified |
Settings
Name |
Value |
Command Line |
cscript.exe "%SCRIPTROOT%\ZTIUserState.wsf" /restore |
Start in |
Not specified |
Run this step as the following account |
Not specified |
Name |
Value |
Disable this step |
Not selected |
Success codes |
0 3010 |
Continue on error |
Not selected |
Conditional qualifier |
If all conditions are true: · If DoCapture does not equal YES · If DoCapture does not equal PREPARE |
Related Topics