MDT Toolkit speed up during OSD

microsoft black logo
microsoft black logo

Estimated reading time: 1 minutes

I was recently given a tip on how to speed up the MDT Toolkit Package part when running the Operating System Deployments within my SCCM environment.

This is a simple yet effective change that slightly speeds things up if you have MDT integration enabled. The change is turning off a built in setting to delay the MDT toolkit from loading for 30 seconds. To do this, follow the below instructions:

Go into your MDT toolkit package source folder and in the Scripts folder locate the ZTISCCM.wsf file.

MDT Toolkit speed up during OSD 1

Then, using a tool like Notepad++ look for a line of code as per below:

wscript.sleep 30000

You should then delete that line or just comment it out of the code, then update your required distribution points and give it a try. It will knock out 30 seconds of delay for each part that you load your MDT Toolkit during OSD.

Click to rate this post!
[Total: 0 Average: 0]

Share this content:

Avatar for Andrew Armstrong

About Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

View all posts by Andrew Armstrong

6 Comments on “MDT Toolkit speed up during OSD”

    1. The post is 3 and a half years old so I think this was for v2010. Microsoft may have removed the sleep on the mdt package now.

    1. The post is 3 and a half years old so I think this was for v2010. Microsoft may have removed the sleep on the mdt package now.

    1. The post is 3 and a half years old so I think this was for v2010. Microsoft may have removed the sleep on the mdt package now.

Leave a Reply

Your email address will not be published. Required fields are marked *