20 February 2013

MDT: Renaming the Task Sequence ID

Once a task sequence has been created, it is grayed out not allowing for it to be changed. There is an easy workaround to accomplish this.


  1. Open up the TaskSequences.xml file. Search for the task sequence ID. Change that to your desired new name.
  2. Rename the subfolder named after the task sequence ID to the same name you changed it to inside the XML file in step 1.
That is all that is to renaming the task sequence ID.

NOTE: Before you do this, I would first backup the control directory. Changes to files in this directory can disable the entire MDT.

Related Posts:

  • PowerShell MSI Uninstaller By Application Name This is now an old version. The new version is now located in this blog posting.  Here is a function that will uninstall an MSI installed application by the name of the app. You do not need to input the entire name … Read More
  • Uninstall MSI by Application Name Here is a function that will uninstall an MSI installed application by the name of the app. You do not need to input the entire name either. For instance, say you are uninstalling all previous versions of Adobe Reader. Adobe… Read More
  • Adding ShareThis to Blogger Below is a video on how to add ShareThis to Blogger. It is a very easy process. Apparantly the process has changed since other instuction pages were created. I spent a few hours trying to figure out why injecting the javascr… Read More
  • PowerShell: Uninstall MSI by Application Name This is now an old version. The new version can be found here.  Here is a function that will uninstall an MSI installed application by the name of the app. You do not need to input the entire name either. For instanc… Read More
  • Uninstall MSI by GUID This script function will uninstall an MSI installed application by specifying the GUID and the switches. I have included the ability for the script to query the registry for the name of the application to display for user o… Read More

4 comments:

  1. Appreciate this ρost. Will try it out.

    Μy hоmepage; the best diet pill to lose weight

    ReplyDelete
  2. Cheers, worked a treat x

    ReplyDelete
  3. Doesn't appear to work in MDT 2013 - Microsoft Setup Bootstrapper crashes.. (Windows 8.1 Deployment)

    ReplyDelete