MDT Toolkit speed up during OSD

microsoft black logo

Last updated on March 30th, 2023 at 07:00 pm

Read Time:45 Second

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.

Avatar for Andrew Armstrong

About Post Author

Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 23 years. Sharing experience and knowledge whenever possible! Making IT Happen.
administrator
Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

6 thoughts 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 us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.