nerdexam
Microsoft

74-697 · Question #31

You start a computer named Computer1 from Windows Preinstallation Environment (Windows PE). You discover that you cannot access the network because the driver for the network card is not included in…

The correct answer is C. Run drvload.exe and specify the INF file of the driver. 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.

Deploy and Manage Images

Question

You start a computer named Computer1 from Windows Preinstallation Environment (Windows PE). You discover that you cannot access the network because the driver for the network card is not included in Windows PE. You obtain a valid network driver for Computer1. You need to ensure that you can access the network from Computer1 immediately. What should you do?

Options

  • ARun dism.exe and specify the /Add-Driver parameter and the INF file of the driver.
  • BRun pnputil.exe and specify the -a parameter and the folder where the driver is located.
  • CRun drvload.exe and specify the INF file of the driver.
  • DRun wpeutil.exe and specify the InitializeNetwork parameter and the folder where the driver

How the community answered

(54 responses)
  • A
    6% (3)
  • B
    9% (5)
  • C
    81% (44)
  • D
    4% (2)

Explanation

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.

Topics

#Windows PE#drvload.exe#network driver#runtime driver injection

Community Discussion

No community discussion yet for this question.

Full 74-697 Practice