Moved some variables around in BuildFFUVM. Updated docs to be more clear.

This commit is contained in:
rbalsleyMSFT
2023-03-03 10:26:29 -08:00
parent e2dc9ee227
commit 08d64f24c3
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
#Modify variables #Modify variables
$rand = get-random
$VMName = "_FFU-$rand"
$VMPath = "c:\VM\$VMName" $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" $ISOPath = "E:\software\ISOs\Windows\Windows 11\en-us_windows_11_consumer_editions_version_22h2_updated_feb_2023_x64_dvd_4fa87138.iso"
$memory = 8GB $memory = 8GB
$processors = 4
$disksize = 30GB $disksize = 30GB
$processors = 4
$rand = get-random
$VMName = "_FFU-$rand"
$VHDPath = "$VMPath\$VMName.vhdx"
# 0. Delete old VMs and remove old certs # 0. Delete old VMs and remove old certs
Binary file not shown.