diff --git a/FFUDevelopment/BuildFFUVM.ps1 b/FFUDevelopment/BuildFFUVM.ps1 index 51a9c7a..025528c 100644 --- a/FFUDevelopment/BuildFFUVM.ps1 +++ b/FFUDevelopment/BuildFFUVM.ps1 @@ -1,12 +1,12 @@ #Modify variables -$rand = get-random -$VMName = "_FFU-$rand" $VMPath = "c:\VM\$VMName" -$VHDPath = "$VMPath\$VMName.vhdx" $ISOPath = "E:\software\ISOs\Windows\Windows 11\en-us_windows_11_consumer_editions_version_22h2_updated_feb_2023_x64_dvd_4fa87138.iso" $memory = 8GB -$processors = 4 $disksize = 30GB +$processors = 4 +$rand = get-random +$VMName = "_FFU-$rand" +$VHDPath = "$VMPath\$VMName.vhdx" # 0. Delete old VMs and remove old certs diff --git a/FFUDevelopment/Docs/BuildDeployFFU.docx b/FFUDevelopment/Docs/BuildDeployFFU.docx index a109f6a..334bdbd 100644 Binary files a/FFUDevelopment/Docs/BuildDeployFFU.docx and b/FFUDevelopment/Docs/BuildDeployFFU.docx differ