Which command should you run next?

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?

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?

A.
dism /cleanup-wim

B.

C.

D.
dism /online /set-scratchspace:256



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Benjamin Boekweg

Benjamin Boekweg

Answers B and C seems to contain only a broken image.

Ken

Ken

Answer for B:

dism /c://images//wpe /set-scratchspace:256

Answer for C:

dism/c://images//wpe /scracthdir:c://images//wpe

Yorick

Yorick

Thank you. I couldn’t see them either.