Install WDS/MDT
- Instal on the server the Windows Deployment service.
- Install MDT Windows Deployment Tools
- Install MDT ADK Windows Assessment and Deployment Kit
only needed Deployment tools - Install ADK Win PE Windows PE
(install instructions)
Install and deploy a custom .wim
Step 1. Create a new deployment share
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image.png)
Step 2. Select a location where you would like to create the new deployment share. (Tip: Create the share not an the C:\ drive of your server)
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-1-1024x859.png)
Step 3. Select a name for the share. (If you use $ the share will be hidden)
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-2-1024x852.png)
Step 4. Choose a name for the new deployment share. This name will be shown in the deployment workbench.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-3-1024x851.png)
Step 5. No special settings requierd here.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-4-1024x858.png)
Step 6. In this step you get a summary of the settings.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-5-1024x854.png)
Step 7. Create and finish the creation of the deployment share.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-6-1024x857.png)
Step 8. The creation is succesfull.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-7.png)
Step 9. Add an operating system.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-8.png)
Step 10. We are going to choose for a custom image file. This is a .wim file that we captured.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-9-1024x856.png)
Step 11. Browse to the file and add it.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-10-1024x858.png)
Step 12. No setup files are needed.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-11-1024x853.png)
Step 13. You could change the name of the operating system when it is added to the deployment share.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-12-1024x419.png)
Step 14. You get a summary and can add the operating system.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-13-1024x549.png)
Step 15. Create a New task sequence.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-14.png)
Step 16. Choose a Name and an ID for the task sequence. A task sequence is like a list of commands you want MDT to do for you.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-15-1024x855.png)
Step 17. We are going to use a default standard task sequence and change it later on.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-16-1024x853.png)
Step 18. Add the operating system we added before.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-17-1024x860.png)
Step 19. At our set-up we are using a KMS server so we arent entering a poduct key.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-18-1024x854.png)
Step 20. Add some additional company information. This is not that important.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-19-1024x859.png)
Step 21. This handy step adds a local admin with a password that you can choose. If you don’t do this no local admin will be added (disabled).
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-20-1024x855.png)
Step 22. Summary and finish the last changes.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-21-1024x859.png)
Imporant. If you are using other language settings you need to change the master unattend of the WinPE. Otherwise the default keyboard/language will be added all the time. How to change this needs to be done now.
Step 23. Edit the task sequence and skip capture user/group.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-22-1024x926.png)
Step 24. Open the properties of the deployment share.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-23.png)
Step 25. In general disable the option x86 if you don’t use it. This will make the update/creation of the deployment share twices at fast.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-24-1024x848.png)
Step 26. Change the rules, you can find them in the cheat codes
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-25-1024x855.png)
Step 27. Change the bootstrap.ini file, you can also find this example file in cheat codes. Save this file.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-26.png)
Step 28. Disable the option Generate ISO. This is not needed an will also save you some time when generating the deployment img.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-27-1024x851.png)
Step 29. If you want to enable monitorring you need to check the option Enable monitorring.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-28-1024x855.png)
Step 30. Update the deployment share.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-29.png)
Step 31. The first option for updating is enough.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-30-1024x859.png)
Step 32. Generate the boot image files.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-31-1024x864.png)
Step 33. Add generated boot image to WDS boot images.
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-32.png)
Step 34. The boot image is created in #mdt_share_location#\boot\LiteTouch_x64.wim
![](https://tomtechproductions.be/wp-content/uploads/2019/09/image-33.png)
Step 35. Just keep clicking yes until the wizard adds the image to the WDS server.
You’re all done! You can boot from the network and install using MDT/WDS.