Posts: 85
	Threads: 17
	Joined: May 2021
	
Reputation: 
0
	 
	
		
		
		02-08-2022, 09:33 PM 
(This post was last modified: 02-09-2022, 12:47 PM by Midas.
 Edit Reason: Layout corrected.
)
		
	 
	
		In the early stages of Windows Setup, press Shift+F10 to go to the cmd window.
At this time ...
Drive X: is small.
I want to get more capacity.
Can I modify the controls in Ventoy?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,363
	Threads: 88
	Joined: Apr 2020
	
Reputation: 
134
	 
	
	
		I don't known how to increase the free space of X:, I'm not good at WinPE. Maybe someone in the forums can help.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 437
	Threads: 18
	Joined: Jul 2020
	
Reputation: 
35
	 
	
		
		
		02-09-2022, 08:57 AM 
(This post was last modified: 02-09-2022, 09:28 AM by Steve2926.)
		
	 
	
		You must remake the boot.wim file to increase scratch space if that is what you mean?
Open a CMD prompt as an Administrator.
Use DISM to mount the boot.wim:
DISM /Mount-Wim /WimFile:C:\Mount\Boot.wim /index:1 /MountDir:C:\mount\bootwim
Use DISM to increase the Scratch Space (This example increases it to 256MB):
DISM /image:C:\mount\bootwim /Set-ScratchSpace:256
Use DISM to commit the change, and unmount the image:
DISM /Unmount-Wim /MountDir:C:\mount\bootwim\ /Commit
Use Google to find more details
Why would you need to increase X: free space? If system has over 1GB then X: is 512MB. with over 500MB free.