Explanation/Reference:
Explanation:
In order to accomplish the task, you should use the Wpeutil command.
Windows PE utility (Wpeutil) is a command-line tool that is used to run various commands in a Windows PE session. It enables a user to shutdown or restart Windows PE, enable or disable a firewall, set language settings, and initialize a network. For example, the following commands can be executed:
Wpeutil shutdown

Wpeutil enablefirewall

Wpeutil reboot

Incorrect Answers:
A: The Drvload tool is used to add out-of-box drivers to an online Windows Preinstallation Environment (Windows PE) 3.0 image. This tool takes one or more driver .inf files as inputs. In order to add a driver to an offline Windows PE image, the DISM tool is used.
B: Oscdimg is a command-line tool used to create an image file of a customized 32-bit or 64-bit version of Windows PE.
C: BCDEdit is a command-line tool for managing BCD stores. It can be used for creating new stores, modifying existing stores, adding boot menu options, etc.
BCDEdit replaces Bootcfg.exe, which was used with earlier versions of Windows. BCDEdit has two major benefits:
It exposes a wider range of boot options.
It has improved scripting support.
Syntax:
BCDEdit/command [Arguments]
Some of the important commands are listed in the table below:
