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
D.
dism /online /set-scratchspace:256
Answers B and C seems to contain only a broken image.
Answer for B:
dism /c://images//wpe /set-scratchspace:256
Answer for C:
dism/c://images//wpe /scracthdir:c://images//wpe
Thank you. I couldn’t see them either.