nerdexam
Microsoft

74-697 · Question #96

You have the Windows Assessment and Deployment Kit (Windows ADK) installed. You create a Windows Preinstallation Environment (Windows PE) image. While testing the deployment of the Windows PE image…

The correct answer is B. dism /image:c:\images\wpe /set-scratchspace:256. /Image:<path_to_offline_image_directory> This is the full path to the root directory of the offline Windows image that you will service. - /Set-ScratchSpace: Sets the available scratch space, in megabytes. Valid values are 32, 64, 128, 256 and 512. Dism /image:C:\test\offline…

Prepare a Windows Installation for Deployment

Question

You have the Windows Assessment and Deployment Kit (Windows ADK) installed. You create a Windows Preinstallation Environment (Windows PE) image. While testing the deployment of the Windows PE image, you discover that the Windows PE installation becomes unresponsive. You discover that you are exceeding the memory capacity of the RAM disk. You need to increase the memory capacity of the RAM disk used by the Windows PE image. You mount the Windows PE image. Which command should you run next?

Options

  • Adism /cleanup-wim
  • Bdism /image:c:\images\wpe /set-scratchspace:256
  • Cdism /image:c:\images\wpe /scratchdir:c:\images\wpe
  • Ddism /online /set-scratchspace:256

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    75% (30)
  • C
    5% (2)
  • D
    15% (6)

Explanation

  • /Image:<path_to_offline_image_directory> This is the full path to the root directory of the offline Windows image that you will service. - /Set-ScratchSpace: Sets the available scratch space, in megabytes. Valid values are 32, 64, 128, 256 and 512. Dism /image:C:\test\offline /set-ScratchSpace:128

Topics

#Windows PE#DISM scratch space#RAM disk#WinPE customization

Community Discussion

No community discussion yet for this question.

Full 74-697 Practice