A comprehensive guide for deploying Windows 11 using Microsoft Deployment Toolkit (MDT) 8456 with offline USB media (Ventoy), based on real-world production experience.
- Complete offline deployment — no network required during OS installation
- Multi Task Sequence support with automatic computer naming
- Automated Office installation (365 or 2024)
- USB storage control (registry-based or third-party software)
- WiFi auto-configuration and Windows activation
- Interactive disk selection for multi-disk systems
- 18 documented pitfalls with tested solutions
- Read the full guide: English | 中文
- Download SelectDisk.ps1 for disk selection functionality
- Follow the step-by-step instructions
| Component | Recommended Version |
|---|---|
| Windows ADK | 22H2 (Build 22621) |
| MDT | 8456 (final release) |
| MDT Hotfix | KB4564442 |
| Boot Media | Ventoy (latest) |
- MDT doesn't run on ARM devices
- x86 WinPE missing in modern ADK versions
- GUI bugs requiring manual XML editing
- Ventoy + MDT integration challenges
- Office silent install timing issues
- Non-ASCII filename/path limitations
- MSI deployment with shared source directories
- Computer naming with Task Sequence variables
├── README.md
├── MDT-Windows11-Deployment-Guide-EN.md # Full guide (English)
├── MDT-Windows11-Deployment-Guide.md # Full guide (Chinese)
└── scripts/
└── SelectDisk.ps1 # Disk selection script for WinPE
Due to copyright restrictions, this repo does not host the MDT installer. Download from:
- Internet Archive (Wayback Machine):
https://web.archive.org/web/20240315155222/https://download.microsoft.com/download/3/3/9/339BE62D-B4B8-4956-B58D-73C4685FC492/MicrosoftDeploymentToolkit_x64.msi
Always verify the file hash after downloading from non-official sources.
Issues and pull requests are welcome. If you encounter additional pitfalls or have improvements, please share.
MDT was officially retired by Microsoft in January 2026. This guide is community-maintained and provided as-is. All Microsoft trademarks belong to Microsoft Corporation.