Update default disk size to 50GB in FFU scripts and UI

- Changed the default disk size parameter from 30GB to 50GB in BuildFFUVM.ps1 and FFUUI.Core.psm1 to accommodate larger virtual machines.
- Updated tooltip and default value in the UI XAML file to reflect the new disk size.
This commit is contained in:
rbalsleyMSFT
2025-09-03 12:06:11 -07:00
parent dc5877f398
commit 372360d739
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ function Get-GeneralDefaults {
RemoveUpdates = $false
# Hyper-V Settings Defaults
VMHostIPAddress = ""
DiskSizeGB = 30
DiskSizeGB = 50
MemoryGB = 4
Processors = 4
VMLocation = $vmLocationPath