Microsoft Exam Questions

You need to dynamically load a network adapter device driver in Windows PE

You start a computer by using Windows Preinstallation Environment (Windows PE).

You need to dynamically load a network adapter device driver in Windows PE.

What should you do?

A.
Run Peimg.exe and specify the device driver path.

B.
Run Drvload.exe and specify the device driver path.

C.
Run Winpeshl.exe and specify a custom Winpeshl.ini file.

D.
Run Wpeutil.exe and specify the InitializeNetwork command.

Explanation:
Drvload
The Drvload tool adds out-of-box drivers to a booted Windows PE image. It takes one or more driver .inf files as inputs. To add a driver to an offline Windows PE image, use the peimg tool.

NOT Winpeshl
Winpeshl.ini controls whether a customized shell is loaded in Windows PE instead of the default Command Prompt window. To load a customized shell, create a file named Winpeshl.ini and place it in %SYSTEMROOT%\System32 of your customized Windows PE image. The .ini file must have the following section and entry.

NOT Wpeutil
The Windows PE utility (Wpeutil) is a command-line tool that enables you to run various commands in a Windows PE session. For example, you can shut down or restart Windows PE, enable or disable a firewall, set language settings, and initialize a network.