mirror of
https://github.com/jamesstringerparsec/Easy-GPU-PV.git
synced 2024-08-30 18:22:17 +00:00
remove spaces
This commit is contained in:
parent
9127d5e96c
commit
753e6a58e4
@ -1,16 +1,16 @@
|
|||||||
$params = @{
|
$params = @{
|
||||||
VMName = "GPUP"
|
VMName = "GPUP"
|
||||||
SourcePath = "C:\Users\james\Downloads\Win11_English_x64.iso"
|
SourcePath = "C:\Users\james\Downloads\Win11_English_x64.iso"
|
||||||
Edition = 6
|
Edition = 6
|
||||||
VhdFormat = "VHDX"
|
VhdFormat = "VHDX"
|
||||||
DiskLayout = "UEFI"
|
DiskLayout = "UEFI"
|
||||||
SizeBytes = 40gb
|
SizeBytes = 40gb
|
||||||
MemoryAmount = 8GB
|
MemoryAmount = 8GB
|
||||||
CPUCores = 4
|
CPUCores = 4
|
||||||
UnattendPath = "$PSScriptRoot"+"\autounattend.xml"
|
UnattendPath = "$PSScriptRoot"+"\autounattend.xml"
|
||||||
GPUName = "NVIDIA Geforce RTX 2060 SUPER"
|
GPUName = "NVIDIA Geforce RTX 2060 SUPER"
|
||||||
GPUResourceAllocationPercentage = 50
|
GPUResourceAllocationPercentage = 50
|
||||||
Team_ID = ""
|
Team_ID = ""
|
||||||
Key = ""
|
Key = ""
|
||||||
Username = "GPUVM"
|
Username = "GPUVM"
|
||||||
Password = "CoolestPassword!"
|
Password = "CoolestPassword!"
|
||||||
|
Loading…
Reference in New Issue
Block a user