Tag Archives: mdt8443

Copy an MDT Deployment Share to a USB without building a Media Share

By | March 27, 2017
Share

*Updated to support both x86/x64 boot wims. This script copies an MDT Deployment Share to a USB drive and basically converts it to a media share in the process.  You must edit and update the “DrvLetter” variable. Please the batch file beside the “Deploy” folder. @setlocal enableextensions enabledelayedexpansion @echo off REM Variables that require updating SET… Read More »

Environment Variables set during the “Update Media” processing of MDT

By | January 25, 2017
Share

At the end of running “Update Media” for the 1st run or on any run with the “-force” argument passed, an update script can be called via the “LitetouchPE.xml” file. Here are the dynamic vars exposed that can be called via a custom script. ADKPath | C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit CONTENT |… Read More »

2 Unattend.xml settings I specify in all of my Windows 10 installations.

By | December 14, 2016
Share

   There are others, but these are 2 I include in all of my Unattend.xml files. Disable the First run animation from displaying: reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f Prevent the Network Selection box from appearing. reg add HKLM\System\CurrentControlSet\Control\Network\NewNetworkWindowOff /F …. <RunSynchronousCommand wcm:action=”add”> <Description>disable firstlogon animation for win10</Description> <Order>5</Order> <Path>reg add… Read More »