MDT Toolkit speed up during OSD

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 […]

Mdt Toolkit Speed Up During Osd
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. 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.
🛠️

Gear We Recommend

A few general tech accessories worth having alongside this.

Browse our General Tech Accessories picks on Amazon

As an Amazon Associate, TechyGeeksHome earns from qualifying purchases.


Discover more from TechyGeeksHome

Subscribe to get the latest posts sent to your email.

Andrew Armstrong

Andrew Armstrong is a UK-based IT professional with 26+ years of hands-on experience in Windows, Windows Server, SCCM/ConfigMgr, Active Directory, PowerShell, and enterprise infrastructure.

He founded TechyGeeksHome in 2010 and has published over 1,500 practical guides covering real-world IT problems and solutions. When not solving IT problems,

Andrew develops free Windows utilities including Ultimate Settings Panel, which has been downloaded over 850,000 times.

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.

Comments are closed.