How to Install Windows 11 Through Network Using Windows Deployment Services (WDS)

 

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

ComponentRecommended
ProcessorIntel Xeon/Core i5 or higher
RAM8 GB or more
Storage200 GB free space
Network CardGigabit Ethernet

Client Requirements

ComponentRequirement
Processor64-bit CPU
RAM4 GB minimum
Storage64 GB
Network Boot SupportPXE-enabled NIC
TPMTPM 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:

DeviceIP Address
WDS Server192.168.1.10
DHCP Server192.168.1.1
Client PCsDynamic IP

6. Install Windows Server

First install:

  • Windows Server 2022

or

  • Windows Server 2019

After installation:

  1. Configure static IP address

  2. Rename server

  3. Enable internet/network connectivity

  4. Install updates


7. Configure Static IP Address

Steps

  1. Open Control Panel

  2. Select Network and Sharing Center

  3. Click Change Adapter Settings

  4. Right-click Ethernet

  5. Select Properties

  6. Select:

    • Internet Protocol Version 4 (TCP/IPv4)

  7. Click Properties

Enter:

SettingExample
IP Address192.168.1.10
Subnet Mask255.255.255.0
Default Gateway192.168.1.1
DNS Server192.168.1.10

Click OK


8. Install Active Directory (Optional)

Although WDS works without Active Directory, domain environments are recommended.

Install AD DS Role

  1. Open Server Manager

  2. Click Add Roles and Features

  3. Select:

    • Active Directory Domain Services

  4. Click Next

  5. Install

After installation:

  1. Click notification flag

  2. Select:

    • Promote this server to a domain controller

  3. 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

  1. Open Server Manager

  2. Select:

    • Add Roles and Features

  3. Choose:

    • DHCP Server

  4. Install role


Configure DHCP Scope

Example

SettingValue
Start IP192.168.1.100
End IP192.168.1.200
Subnet255.255.255.0
Gateway192.168.1.1

Activate the scope.


10. Install Windows Deployment Services (WDS)

Steps

  1. Open Server Manager

  2. Click:

    • Add Roles and Features

  3. Select:

    • Windows Deployment Services

Install:

  • Deployment Server

  • Transport Server

Click Install


11. Configure WDS

After installation:

  1. Open:

    • Windows Deployment Services console

  2. Expand server name

  3. Right-click server

  4. 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:

Microsoft Windows 11 Download

Mount ISO on server.


13. Add Boot Image

Boot image starts the installation environment.

Steps

  1. Open WDS console

  2. Expand:

    • Servers

  3. Expand:

    • Boot Images

  4. 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

  1. Right-click:

    • Install Images

  2. Create image group

Example:

Windows11
  1. Right-click image group

  2. 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

  1. Restart client PC

  2. Enter BIOS/UEFI

Common keys:

BrandKey
HPF10
DellF2
LenovoF1/F2
ASUSDel/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:

  1. Files copy from server

  2. Features install

  3. Updates configure

  4. 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

  1. Open WDS console

  2. Right-click:

    • Multicast Transmissions

  3. Create multicast transmission

Benefits:

  • Lower bandwidth usage

  • Faster mass deployment


25. Create Capture Image (Optional)

Capture image allows creating custom Windows images.

Steps

  1. Right-click boot image

  2. Select:

    • Create Capture Boot Image

  3. Save image

  4. Add image to WDS

This helps deploy preconfigured Windows installations.


26. Add Driver Packages

Steps

  1. Expand:

    • Drivers

  2. Add Driver Package

  3. 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

ProtocolPort
DHCP67
DHCP Client68
TFTP69
DNS53
PXE4011

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

BenefitDescription
Fast DeploymentInstall many PCs quickly
Central ManagementOne server controls installations
Reduced CostNo DVDs/USBs
AutomationUnattended deployment
ScalabilitySupports 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

FeatureWDSMDT
Basic DeploymentYesYes
AutomationLimitedAdvanced
Task SequencesNoYes
Driver ManagementBasicAdvanced
Application DeploymentLimitedFull

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.

Post a Comment

Previous Post Next Post