Disable windows driverupdates and driversearching

Open registry editor and change this dword value from 1 to 0 like the image below. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching] “SearchOrderConfig”=dword:00000000 and then you can do this, just to be sure… ?? Click Start, right-click Computer, and then click Properties. (Windows 7) Click on Start, search for “View advanced system settings”. (Windows 10) On the System Properties dialog box, click the Hardware tab, […]

Replace Lockscreen and Wallpaper in Windows 10

Rename your Background/Wallpaper you like to use for your deployment to Wallpaper.jpg and copy the Wallpaper.jpg to your MDT “scripts” folder.   Now add Powershell and .NET support to your WinPE image.   Then add an Command Line in the TaskSequence like this and copy the text below inside the Command Line like this. powershell.exe -ExecutionPolicy “ByPass” -Command “Get-ChildItem \”%OSDISK%\Windows\img*.jpg\” -Recurse | […]

PackageAware drivers for your printer are missing and you need a workaround!

This issue occurred when you install the Security update for Windows “Security Update for Windows Print Spooler Components” (3170005). Download the correct KB for your Windows version in the links below: Windows 10 1607 supportive technique information 3194798 Windows 7 and Windows Server 2008 R2 supportive technique information 3192403 Windows Server 2012 supportive technique information 3192406 Best practice is to use […]

Media not found “Please reinsert the media (CD, DVD, or USB) needed to complete the deployment.”

If you are using MDT and have created a Offline USB-drive Media for your Windows install, then this screen can appear because of the delay from Device Manager and the hardware scan to find the USB controller when the computer restarts.   Hold your horses, there is a workaround… !!   The workaround is to put a delay in the Litetouch.wsf script, presented below. Copy […]