Merge pull request #8857 from joinimran/patch-116

Update in PreReq
This commit is contained in:
Daniel Simpson
2020-12-22 12:48:12 -08:00
committed by GitHub

View File

@ -26,7 +26,7 @@ This walkthrough describes how to configure a PXE server to load Windows PE by
## Prerequisites ## Prerequisites
- A deployment computer: A computer with the [Windows Assessment and Deployment Kit](https://go.microsoft.com/fwlink/p/?LinkId=526803) (Windows ADK) installed. - A deployment computer: A computer with the [Windows Assessment and Deployment Kit](https://go.microsoft.com/fwlink/p/?LinkId=526803) (Windows ADK) and the Windows PE add-on with ADK installed.
- A DHCP server: A DHCP server or DHCP proxy configured to respond to PXE client requests is required. - A DHCP server: A DHCP server or DHCP proxy configured to respond to PXE client requests is required.
- A PXE server: A server running the TFTP service that can host Windows PE boot files that the client will download. - A PXE server: A server running the TFTP service that can host Windows PE boot files that the client will download.
- A file server: A server hosting a network file share. - A file server: A server hosting a network file share.