WinPE Network Drivers: Initializing and adding drivers
Article
The Wpeutil command initializes the Windows PE (WinPE) network drivers as soon as WinPE boots. The default WinPE image includes support for many popular network adapters, and supports many of the same networking commands as in Windows. Windows PE includes a basic set of network drivers for many popular network adapters, and supports many of the same networking commands as in Windows.
Networking in WinPE has the following limitations:
The supported methods of connecting to file servers are TCP/IP and NetBIOS over TCP/IP. Other methods, like the Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX) network protocol are not supported.
Distributed File System (DFS) name resolution is supported for stand-alone namespaces only. It doesn't support domain namespaces. Stand-alone DFS namespaces allow for a DFS namespace that exists only on the local PC and therefore doesn't use Active Directory Domain Services (AD DS).
General wireless networking functionality is not supported in WinPE.
Connecting to an IPv4 network from Windows PE on an IPv6 network is not supported.
Starting with WinPE for Windows 10, version 1709, SMB1 protocol is disabled by default. You can enable SMB1 support by running dism.exe /enable-feature /featurename=SMB1Protocol-client.
To connect to another PC or shared folder on a network
While in Windows PE, you can connect (or map) to a shared network folder by using the net use command. If you’re connecting to a domain-joined PC, Windows PE prompts for a username and password.
net use n: \\server\share
You can also host Windows PE from a network by using Preboot Execution Environment (PXE), which is part of Windows Deployment Services.
Troubleshooting networking problems
Try adding a driver for your network device.
We recommend WinPE: Mount and Customize, especially for any driver that requires a reboot during the installation process.