When developing a reference image, or any other time you just want the task sequence to take a break, the built-in LTISuspend.wsf script is quite useful. This script pauses a task sequence to enable the completion of manual tasks. Upon execution, it generates a "Resume Task Sequence" shortcut on the user's desktop, allowing the task sequence to be resumed once all manual tasks are finished.
Sample Task Sequence
Here is an example of adding the Suspend action to a build and capture task sequence, In the full Windows OS (State Restore group) add a Run Command Line action with the following settings:
Name: Suspend
Command Line: cscript.exe "%SCRIPTROOT%\LTISuspend.wsf"
