Specifies the action to be taken when an LTI task sequence finishes, which is after the Summary wizard page in the Deployment Wizard.

Tip   Use this property in conjunction with the SkipFinalSummary property to skip the Summary wizard page in the Deployment Wizard and automatically perform the action.

Caution   This property value must be specified in uppercase so that the deployment scripts can read it properly.

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

 

 

LTI

˜

CustomSettings.ini

˜

 

 

 

MDT DB

˜

 

ZTI

 

 

Value

Description

action

Where action is one of the following:

·     SHUTDOWN. Shuts down the target computer.

·     REBOOT. Restarts the target computer.

·     RESTART. Same as REBOOT.

·     LOGOFF. Log off the current user. If the target computer is currently running Windows PE, then the target computer will be restarted.

·     blank. Exit the Deployment Wizard without performing any additional actions. This is the default setting.

 

Example

[Settings]

Priority=Default

 

[Default]

FinishAction=REBOOT

 

Related Topics

Property Definition