<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pause Task Sequence in MDT 2010</title>
	<atom:link href="http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm</link>
	<description>Deployment &#38; Network Administration</description>
	<lastBuildDate>Mon, 06 Sep 2010 05:03:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Sham</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm/comment-page-1#comment-422</link>
		<dc:creator>Sham</dc:creator>
		<pubDate>Wed, 24 Feb 2010 10:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm#comment-422</guid>
		<description>Another method is to use a simple one line AutoIT scripted exe. Create a new script with one simple message box. Like this
MsgBox (0, &quot;Pause&quot;, &quot;Please make manual changes and press OK when you are done&quot;)

Now save it and compile it to an exe. name it as say &quot;Pause.exe&quot;

Now go to your deployment share find the script folder copy the Pause.exe there.

When you need to pause your task sequence, insert a run command-line task sequence step and give the following in the command line info.

&quot;%scriptroot%\Pause.exe&quot;

When it will run, a message box will appear, you just need to drag it to the far right end to almost hide it. Then go ahead and do the manual changes you want to do. When you are done drag back the message box and click &quot;OK&quot;. Your task sequence will continue. Remember to give success code as &quot; 1 &quot; for this Pause task step.

As a good practice remember to add a restart computer step after each pause so that, if your changes require restart, you give the restart control to the MDT.</description>
		<content:encoded><![CDATA[<p>Another method is to use a simple one line AutoIT scripted exe. Create a new script with one simple message box. Like this<br />
MsgBox (0, &#8220;Pause&#8221;, &#8220;Please make manual changes and press OK when you are done&#8221;)</p>
<p>Now save it and compile it to an exe. name it as say &#8220;Pause.exe&#8221;</p>
<p>Now go to your deployment share find the script folder copy the Pause.exe there.</p>
<p>When you need to pause your task sequence, insert a run command-line task sequence step and give the following in the command line info.</p>
<p>&#8220;%scriptroot%\Pause.exe&#8221;</p>
<p>When it will run, a message box will appear, you just need to drag it to the far right end to almost hide it. Then go ahead and do the manual changes you want to do. When you are done drag back the message box and click &#8220;OK&#8221;. Your task sequence will continue. Remember to give success code as &#8221; 1 &#8221; for this Pause task step.</p>
<p>As a good practice remember to add a restart computer step after each pause so that, if your changes require restart, you give the restart control to the MDT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm/comment-page-1#comment-416</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 29 Jan 2010 13:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm#comment-416</guid>
		<description>If you are starting your career, I would start off with the MCTIP: System Administration and MCITP: Enterprise Support Tech certifications and work your way up from there.</description>
		<content:encoded><![CDATA[<p>If you are starting your career, I would start off with the MCTIP: System Administration and MCITP: Enterprise Support Tech certifications and work your way up from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibrahim</title>
		<link>http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm/comment-page-1#comment-415</link>
		<dc:creator>Ibrahim</dc:creator>
		<pubDate>Fri, 29 Jan 2010 10:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.toddlamothe.com/microsoft-deployment-toolkit/pause-task-sequence-mdt-2010.htm#comment-415</guid>
		<description>HI Todd I want ask you I had got training of MDT by MICROSOFT trainer it is provided by our company.
I just want to ask should I start my career in MDT is it useful for me. I am fresher and willing to becoming certified. I have 3 Microsoft certificates 70-270,70-290,70-291.I am INDIAN and willing work abroad is beneficial pleas give me advise...
 THANKS.</description>
		<content:encoded><![CDATA[<p>HI Todd I want ask you I had got training of MDT by MICROSOFT trainer it is provided by our company.<br />
I just want to ask should I start my career in MDT is it useful for me. I am fresher and willing to becoming certified. I have 3 Microsoft certificates 70-270,70-290,70-291.I am INDIAN and willing work abroad is beneficial pleas give me advise&#8230;<br />
 THANKS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
