You're back, thanks! Either you didn't see tip one, or you thought it was good enough to come back for tip number two, either way, we're glad you're here.
Yes, I know, pausing a Task Sequence, it's been done... well, I'm going to go a bit deeper and give you a few things you could do:
This is your typical OSD scenario, you want to pause the TS to test some command lines, a PowerShell script, etc.
That's it, a simple command to launch the command prompt. Once there, you can type in powershell and have the world at your finger tips.
Once you close the command prompt window (type EXIT), it will close, and the Task Sequence will continue.
The Basic Idea is, You disable the Progress Bar, you launch a command prompt, you do your tests, you close the command prompt and you enable the progress bar again.
The process is a bit different here and the syntax a bit more complex.
Since you're running in the full OS, you'll need ServiceUI.exe, a tool that comes with Microsoft Deployment Toolkit (MDT). You'll need to download and install it on a machine and grab the ServiceUI.exe from the installed folder: c:\Program Files\Microsoft Deployment Toolkit\Template\Distribution\Tools\x64
Command:
For more ideas of how to launch an application in WinPE, or display a popup message in WinPE, check out those posts. If you have any questions or comments, hit me up on Twitter: @RecastSoftware
Check out more Task Sequence tips: