How to Install Windows 11 Through Network Using Windows Deployment Services (WDS)
Introduction
Installing operating systems manually on multiple computers takes a lot of time. In organizations, schools, colleges, training centers, and offices, network-based installation is widely used to deploy Windows operating systems quickly and efficiently. One of the most popular Microsoft tools used for this purpose is Windows Deployment Services.
Using Windows Server 2022 or Windows Server 2019 with WDS allows administrators to install Windows 11 on client computers over a network without using DVDs or USB drives.
This guide explains step-by-step how to install Windows 11 through the network using Windows Deployment Services (WDS). The tutorial includes:
Requirements
Server configuration
DHCP configuration
Installing WDS role
Adding boot and install images
Configuring BIOS/UEFI PXE boot
Deploying Windows 11 clients
Troubleshooting
1. What is Windows Deployment Services (WDS)?
Windows Deployment Services is a Microsoft server technology used for network-based installation of Windows operating systems.
WDS allows administrators to:
Deploy Windows over the network
Install operating systems remotely
Reduce installation time
Deploy multiple systems simultaneously
Avoid using DVDs or USB drives
WDS uses:
PXE (Preboot Execution Environment)
DHCP
TFTP
Boot images
Install images
2. Advantages of Network Installation
Faster Deployment
You can install Windows 11 on multiple computers at the same time.
Centralized Management
All installation files are stored on one server.
Reduced Manual Work
No need to insert DVDs or USB drives for every computer.
Standardized Installation
Every system receives the same configuration and Windows version.
Useful for Large Networks
Suitable for:
Schools
Offices
Colleges
Computer labs
Training institutes
3. Requirements
Hardware Requirements
Server Requirements
| Component | Recommended |
|---|---|
| Processor | Intel Xeon/Core i5 or higher |
| RAM | 8 GB or more |
| Storage | 200 GB free space |
| Network Card | Gigabit Ethernet |
Client Requirements
| Component | Requirement |
|---|---|
| Processor | 64-bit CPU |
| RAM | 4 GB minimum |
| Storage | 64 GB |
| Network Boot Support | PXE-enabled NIC |
| TPM | TPM 2.0 for Windows 11 |
4. Software Requirements
You need:
Windows Server 2022 or Server 2019
Windows 11 ISO file
Active Directory (optional but recommended)
DHCP Server
DNS Server
WDS Role
5. Network Diagram
Example network setup:
| Device | IP Address |
|---|---|
| WDS Server | 192.168.1.10 |
| DHCP Server | 192.168.1.1 |
| Client PCs | Dynamic IP |
6. Install Windows Server
First install:
Windows Server 2022
or
Windows Server 2019
After installation:
Configure static IP address
Rename server
Enable internet/network connectivity
Install updates
7. Configure Static IP Address
Steps
Open Control Panel
Select Network and Sharing Center
Click Change Adapter Settings
Right-click Ethernet
Select Properties
Select:
Internet Protocol Version 4 (TCP/IPv4)
Click Properties
Enter:
| Setting | Example |
|---|---|
| IP Address | 192.168.1.10 |
| Subnet Mask | 255.255.255.0 |
| Default Gateway | 192.168.1.1 |
| DNS Server | 192.168.1.10 |
Click OK
8. Install Active Directory (Optional)
Although WDS works without Active Directory, domain environments are recommended.
Install AD DS Role
Open Server Manager
Click Add Roles and Features
Select:
Active Directory Domain Services
Click Next
Install
After installation:
Click notification flag
Select:
Promote this server to a domain controller
Create new forest
Example:
Domain Name: company.local
Complete setup and restart server.
9. Configure DHCP Server
WDS requires DHCP for assigning IP addresses to clients.
Install DHCP Role
Open Server Manager
Select:
Add Roles and Features
Choose:
DHCP Server
Install role
Configure DHCP Scope
Example
| Setting | Value |
|---|---|
| Start IP | 192.168.1.100 |
| End IP | 192.168.1.200 |
| Subnet | 255.255.255.0 |
| Gateway | 192.168.1.1 |
Activate the scope.
10. Install Windows Deployment Services (WDS)
Steps
Open Server Manager
Click:
Add Roles and Features
Select:
Windows Deployment Services
Install:
Deployment Server
Transport Server
Click Install
11. Configure WDS
After installation:
Open:
Windows Deployment Services console
Expand server name
Right-click server
Select:
Configure Server
Configuration Wizard
Step 1 — Remote Installation Folder
Specify location:
D:\RemoteInstall
Click Next
Step 2 — PXE Server Settings
Choose:
Respond to all client computers
Enable:
Require administrator approval (optional)
Click Next
12. Obtain Windows 11 ISO
Download official Windows 11 ISO from:
Mount ISO on server.
13. Add Boot Image
Boot image starts the installation environment.
Steps
Open WDS console
Expand:
Servers
Expand:
Boot Images
Right-click:
Add Boot Image
Browse to:
Sources\boot.wim
Example:
D:\sources\boot.wim
Click Next
Name:
Windows 11 Boot Image
Finish wizard.
14. Add Install Image
Install image contains Windows 11 operating system files.
Steps
Right-click:
Install Images
Create image group
Example:
Windows11
Right-click image group
Select:
Add Install Image
Browse to:
Sources\install.wim
Select Windows editions:
Windows 11 Pro
Windows 11 Enterprise
Windows 11 Education
Click Next
Finish wizard.
15. Configure PXE Boot on Client Computer
Client computers must boot from network.
BIOS/UEFI Configuration
Restart client PC
Enter BIOS/UEFI
Common keys:
| Brand | Key |
|---|---|
| HP | F10 |
| Dell | F2 |
| Lenovo | F1/F2 |
| ASUS | Del/F2 |
Enable Network Boot
Enable:
PXE Boot
Network Stack
UEFI Network Boot
Set boot priority:
Network Boot First
Save and restart.
16. Start Network Installation
When client starts:
Press F12 for Network Service Boot
Press F12
The client downloads boot image from WDS server.
17. Windows Setup Starts
After loading:
Windows PE starts
WDS installation wizard appears
Choose:
Language
Keyboard layout
Time format
Click:
Next
18. Login to WDS Server
Enter domain credentials:
Domain\User
Example:
company\administrator
Password:
********
Click OK
19. Select Windows 11 Image
Choose desired edition:
Windows 11 Pro
Windows 11 Enterprise
Click Next
20. Configure Disk Partition
Select target hard drive.
You may:
Delete old partitions
Create new partition
Format drive
Click:
Next
Windows installation begins.
21. Installation Process
During installation:
Files copy from server
Features install
Updates configure
System reboots automatically
Time required:
15–45 minutes depending on network speed
22. Complete Windows 11 Setup
After reboot:
Configure:
Region
Keyboard
User account
Password
Privacy settings
Join domain if required.
23. Driver Installation
Install required drivers:
Chipset
Audio
Network
Graphics
Drivers may also be added directly into WDS images.
24. Configure Multicast Deployment (Optional)
Multicast reduces network bandwidth when deploying to multiple PCs.
Enable Multicast
Open WDS console
Right-click:
Multicast Transmissions
Create multicast transmission
Benefits:
Lower bandwidth usage
Faster mass deployment
25. Create Capture Image (Optional)
Capture image allows creating custom Windows images.
Steps
Right-click boot image
Select:
Create Capture Boot Image
Save image
Add image to WDS
This helps deploy preconfigured Windows installations.
26. Add Driver Packages
Steps
Expand:
Drivers
Add Driver Package
Browse INF drivers
Useful for:
Storage drivers
Network drivers
Graphics drivers
27. Unattended Installation (Optional)
Automated installation uses answer files.
Create:
unattend.xml
Benefits:
Fully automatic deployment
No user interaction
Faster installation
28. Common WDS Ports
| Protocol | Port |
|---|---|
| DHCP | 67 |
| DHCP Client | 68 |
| TFTP | 69 |
| DNS | 53 |
| PXE | 4011 |
Ensure firewall allows these ports.
29. Troubleshooting
Problem 1 — PXE-E53 No Boot Filename Received
Solution
Check DHCP configuration
Verify WDS running
Check network cable
Problem 2 — PXE Boot Not Starting
Solution
Enable PXE in BIOS
Verify network adapter supports PXE
Problem 3 — Boot Image Not Appearing
Solution
Re-add boot.wim
Restart WDS service
Problem 4 — Access Denied
Solution
Use correct:
Domain username
Password
Problem 5 — Slow Installation
Solution
Use Gigabit switch
Enable multicast
Reduce network traffic
30. Important Windows 11 Requirements
Windows 11 requires:
TPM 2.0
Secure Boot
UEFI firmware
Older systems may fail installation.
31. Benefits of Using WDS for Windows 11
| Benefit | Description |
|---|---|
| Fast Deployment | Install many PCs quickly |
| Central Management | One server controls installations |
| Reduced Cost | No DVDs/USBs |
| Automation | Unattended deployment |
| Scalability | Supports large organizations |
32. Best Practices
Use Separate Deployment VLAN
Improves performance and security.
Keep Images Updated
Update Windows images regularly.
Use SSD Storage on Server
Improves deployment speed.
Backup WDS Server
Protect images and configurations.
Use Naming Standards
Example:
WIN11-PRO-2026
33. Security Recommendations
Limit PXE boot access
Use administrator approval
Secure server room
Restrict deployment permissions
Enable firewall
34. Difference Between WDS and MDT
| Feature | WDS | MDT |
|---|---|---|
| Basic Deployment | Yes | Yes |
| Automation | Limited | Advanced |
| Task Sequences | No | Yes |
| Driver Management | Basic | Advanced |
| Application Deployment | Limited | Full |
Microsoft Deployment Toolkit (MDT) can work together with WDS.
35. Using WDS with Hyper-V
You can test deployment using:
Hyper-V
Create virtual machines and enable:
Legacy Network Adapter
Then PXE boot VM.
36. Conclusion
Using Windows Deployment Services is one of the best ways to deploy Windows 11 over a network in organizations and labs. WDS provides centralized management, faster installation, and reduced manual work.
By configuring:
Windows Server
DHCP
PXE boot
Boot images
Install images
you can install Windows 11 on multiple computers efficiently through the network.
This deployment method is ideal for:
Schools
Offices
Computer training institutes
Enterprise environments
IT labs
For advanced deployment automation, WDS can also integrate with:
Microsoft Deployment Toolkit
System Center Configuration Manager
Using these technologies together provides enterprise-level Windows deployment solutions.