Tag Archives: MDT 2013 Update 2

Setting the Wallpaper and Lockscreen in Windows 10

By | December 4, 2016
Share

Finally! I found a failsafe way to set a desired image to both the default wallpaper and lockscreen in Windows 10. Place a Wallpaper.jpg into your MDT “scripts” folder, add Powershell support to your WinPE (you will need to also add .NET support).  Then use this command line after applying the image: powershell.exe -ExecutionPolicy “ByPass”… Read More »

Add MDT Selection Profiles for each Out-of-Box Driver Folder using a PowerShell Script

By | October 23, 2016
Share

MDT Task Sequence’s Inject driver steps do not support specifying folders,  so Selection Profiles are the defacto method for bridging this gap.  Here is a script I created to ease the process of creating/importing multiple system drivers into MDT at once.  If ran more than once, it will not create duplicate selection profile entries. /BG

“Please reinsert the media (CD, DVD, or USB) needed to complete the deployment.” error when deploying via an MDT Media Share

By | July 14, 2016
Share

When a computer takes longer than MDT likes to locate the Media share to complete the Deployment, this error is presented. It will retry to locate the deployment when OK is clicked, but if this happens on a unit quite a bit, use this workaround. Add the following code to your Scripts\Litetouch.wsf ‘//—————————————————————————- ‘// Set… Read More »