nerdexam
Microsoft

98-365 · Question #149

You work as a System Administrator for company Inc. The company has a Windows Server 2016 Active Directory network. The company purchases twenty new computers. The management instructs you to deploy W

The correct answer is B. Winpeshl. Winpeshl is used to control whether a customized shell is loaded in Windows PE in place of the default Command Prompt window. In order to load a customized shell, create a file named Winpeshl.ini and put it in %SYSTEMROOT%\System32 of the customized Windows PE image. Answer: A is

Understanding Server Installation

Question

You work as a System Administrator for company Inc. The company has a Windows Server 2016 Active Directory network. The company purchases twenty new computers. The management instructs you to deploy Windows Server 2016 on all the new computers. You install Windows PE on all computers. You want to control whether a customized shell is loaded in Windows PE instead of the default Command Prompt window. Which of the following commands will you use to accomplish the task?

Options

  • AWpeinit
  • BWinpeshl
  • CWpeutil
  • DOscdimg

How the community answered

(32 responses)
  • A
    19% (6)
  • B
    72% (23)
  • C
    3% (1)
  • D
    6% (2)

Explanation

Winpeshl is used to control whether a customized shell is loaded in Windows PE in place of the default Command Prompt window. In order to load a customized shell, create a file named Winpeshl.ini and put it in %SYSTEMROOT%\System32 of the customized Windows PE image. Answer: A is incorrect. Wpeinit is a command-line tool that is used to initialize Windows PE each time it boots. When Windows PE starts, Winpeshl.exe executes Startnet.cmd, which launches Wpeinit.exe. Wpeinit replaces the initialization function previously supported in Factory.exe - winpe. Wpeinit saves the log messages to C:\Windows\system32\wpeinit.log. Wpeinit can be executed manually from a Windows PE Command Prompt window to process a custom answer file. Wpeinit.exe accepts one option called -unattend. The parameter can be specified in one of following four ways: 1.wpeinit -unattend=<path\unattend> 2.wpeinit -unattend:<path\unattend> 3.wpeinit /unattend=<path\unattend> 4.wpeinit /unattend:<path\unattend> Answer: C is incorrect. 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 Answer: D is incorrect. Oscdimg is a command-line tool used to create an image file of a customized 32-bit or 64-bit version of Windows PE.

Topics

#Windows PE#operating system deployment#Winpeshl#custom shell

Community Discussion

No community discussion yet for this question.

Full 98-365 Practice