<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx</link><description>Have you ever created a build and had to pop up a message to the user/technician? - or had to start an HTA application to request some kind of user input during the build or deployment process? If you have then you will know that the task sequence window</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx#3015871</link><pubDate>Thu, 20 Mar 2008 16:25:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3015871</guid><dc:creator>Jason</dc:creator><description>&lt;p&gt;Richard,&lt;/p&gt;
&lt;p&gt;Will this script work using the Lite-Touch and if so, do I need to change the &amp;quot;Systems Management Server&amp;quot; portion to Lite-Touch Installation?&lt;/p&gt;</description></item><item><title>re: Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx#3016525</link><pubDate>Thu, 20 Mar 2008 18:21:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3016525</guid><dc:creator>DeploymentGuys</dc:creator><description>&lt;p&gt;The script will work unmodified for Lite Touch as the function is looking for the actual window title &amp;quot;Systems Management Server&amp;quot; and this is what the task sequence window is called in BDD for both Lite and Zero Touch. The only reason you would change the lines with (&amp;quot;Systems Management Server&amp;quot;) in tem was if yoiu wanted to use the script with MDT as I believe that the task sequence window is called &amp;quot;Installation Progress&amp;quot;&lt;/p&gt;
</description></item><item><title>re: Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx#3016742</link><pubDate>Thu, 20 Mar 2008 23:32:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3016742</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;I love it! &amp;nbsp;Thanks Richard. &amp;nbsp;Funny thing is I was just sending an email out to my deployment techs regarding a non silent install window that pops up behind the TS window. &amp;nbsp;I've instructed them for the time being to manually move the window so they can see the prompt to begin the install.&lt;/p&gt;
&lt;p&gt;I'll give this a shot, but before I do. &amp;nbsp;I need some clarification on what I should change with this script to get in working with MDT? &amp;nbsp;&amp;quot;Installation Progress&amp;quot;? &amp;nbsp;That doesn't sound familiar.&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx#3016753</link><pubDate>Thu, 20 Mar 2008 23:59:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3016753</guid><dc:creator>Rich</dc:creator><description>&lt;p&gt;Richard,&lt;/p&gt;
&lt;p&gt;I think it would be very helpful at this point if you could post attachments for the script to use in an MDT environment. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'd be more than happy to test the scripts out.&lt;/p&gt;
&lt;p&gt;Rich&lt;/p&gt;</description></item><item><title>re: Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx#3047369</link><pubDate>Wed, 30 Apr 2008 08:31:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3047369</guid><dc:creator>jarod.han</dc:creator><description>&lt;p&gt;when I have a task sequence to install XP and currently it auto partitions and formats in the sequence. &lt;/p&gt;
&lt;p&gt;is there a way to have it prompt before the install to manually set the partitions and format? &lt;/p&gt;</description></item><item><title>re: Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx#3047422</link><pubDate>Wed, 30 Apr 2008 09:39:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3047422</guid><dc:creator>Daniel Oxley</dc:creator><description>&lt;p&gt;Hi Jarod,&lt;/p&gt;
&lt;p&gt;You can specify which partitions you want to create with MDT! &amp;nbsp;Go see this image on Ben's blog for a screenshot:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/blogfiles/benhunter/WindowsLiveWriter/Deployment4Whostolemybuild_A1CD/clip_image008.jpg"&gt;http://blogs.technet.com/blogfiles/benhunter/WindowsLiveWriter/Deployment4Whostolemybuild_A1CD/clip_image008.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Just open your Task Sequence and find the task for partioning your disk. &amp;nbsp;In there you will be able to set up the partitions.&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;</description></item><item><title>re: Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx#3185700</link><pubDate>Mon, 19 Jan 2009 18:01:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3185700</guid><dc:creator>JBlack</dc:creator><description>&lt;p&gt;Hi, it was mentioned that a &amp;quot;DVD based deployment&amp;quot; was needed, yet the task sequence window appeared?&lt;/p&gt;
&lt;p&gt;How was this accomplished without supplying a BDD/MDT environment? &lt;/p&gt;</description></item><item><title>re: Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx#3191495</link><pubDate>Mon, 26 Jan 2009 18:00:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3191495</guid><dc:creator>Andy S</dc:creator><description>&lt;p&gt;awesome! Great work, thanks.&lt;/p&gt;</description></item><item><title>re: Useful Script Number 2 - Move the Task Sequence Window</title><link>http://blogs.technet.com/deploymentguys/archive/2008/03/19/useful-script-number-2-move-the-task-sequence-window.aspx#3193975</link><pubDate>Thu, 29 Jan 2009 00:28:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3193975</guid><dc:creator>Dan Van Drunen</dc:creator><description>&lt;p&gt;Richard,&lt;/p&gt;
&lt;p&gt;I seems Rich and I are in the same case where this would be a very useful script if it also supported MDT.&lt;/p&gt;
&lt;p&gt;Many thanks for your contributions to the Deployment Community.&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;</description></item></channel></rss>