nerdexam
Microsoft

74-697 · Question #16

You need to apply a hotfix to a Windows Preinstallation Environment (Windows PE) image by using Dism. Which parameter should you use?

The correct answer is D. /Add-Package. Let's say that you are running Windows Server 2008 R2 Enterprise and you want to install the hotfix KB976571. When you download the hotfix file, the file name is "Windows6.1-KB976571-v2- x64.msu." When you look at the DISM syntax in online help, you would assume that following…

Navigate Microsoft Licensing Resources and Tools

Question

You need to apply a hotfix to a Windows Preinstallation Environment (Windows PE) image by using Dism. Which parameter should you use?

Options

  • A/Enable-Feature
  • B/Add-Driver
  • C/Set-Edition
  • D/Add-Package

How the community answered

(13 responses)
  • A
    8% (1)
  • B
    8% (1)
  • C
    15% (2)
  • D
    69% (9)

Explanation

Let's say that you are running Windows Server 2008 R2 Enterprise and you want to install the hotfix KB976571. When you download the hotfix file, the file name is "Windows6.1-KB976571-v2- x64.msu." When you look at the DISM syntax in online help, you would assume that following syntax would work: DISM.exe /Online /Add-Package /PackagePath:c:\kb976571\Windows6.1- KB976571-v2-x64.msu

Topics

#DISM#Windows PE maintenance#Add-Package#hotfix

Community Discussion

No community discussion yet for this question.

Full 74-697 Practice