Generalize unattend path

This commit is contained in:
James Stringer 2021-10-12 01:52:20 -07:00
parent 799dbe2fd4
commit 4bb0972351

View File

@ -4189,7 +4189,7 @@ $params = @{
SizeBytes = 40gb
MemoryAmount = 8GB
CPUCores = 4
UnattendPath = "C:\Users\james\Downloads\autounattend.xml"
UnattendPath = "$PSScriptRoot"+"\autounattend.xml"
GPUName = "NVIDIA GeForce GTX 1050 Ti with Max-Q Design"
GPUResourceAllocationPercentage = 25
}