remove spaces

This commit is contained in:
James Stringer 2021-11-17 13:50:53 +01:00 committed by GitHub
parent 9127d5e96c
commit 753e6a58e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
$params = @{
VMName = "GPUP"
SourcePath = "C:\Users\james\Downloads\Win11_English_x64.iso"
Edition = 6
SourcePath = "C:\Users\james\Downloads\Win11_English_x64.iso"
Edition = 6
VhdFormat = "VHDX"
DiskLayout = "UEFI"
SizeBytes = 40gb
MemoryAmount = 8GB
CPUCores = 4
UnattendPath = "$PSScriptRoot"+"\autounattend.xml"
GPUName = "NVIDIA Geforce RTX 2060 SUPER"
GPUResourceAllocationPercentage = 50
Team_ID = ""
GPUName = "NVIDIA Geforce RTX 2060 SUPER"
GPUResourceAllocationPercentage = 50
Team_ID = ""
Key = ""
Username = "GPUVM"
Password = "CoolestPassword!"