Update README.md

This commit is contained in:
James Stringer 2022-01-09 15:31:37 +01:00 committed by GitHub
parent 6d74fcc070
commit 7c8d1d4fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ It's important to update the VM GPU Drivers after you have updated the Host GPUs
```SizeBytes = 40gb``` - Disk size, in this case 40GB
```MemoryAmount = 8GB``` - Memory size, in this case 8GB
```CPUCores = 4``` - CPU Cores you want to give VM, in this case 4
```NetworkSwitch = "Default Switch"``` - Leave this alone unless you're not using the default Hyper-V Switch
```UnattendPath = "$PSScriptRoot"+"\autounattend.xml"``` -Leave this value alone
```GPUName = "AUTO"``` - AUTO selects the first available GPU. On Windows 11 you may also use the exact name of the GPU you want to share with the VM in multi GPU situations (GPU selection is not available in Windows 10 and must be set to AUTO)
```GPUResourceAllocationPercentage = 50``` - Percentage of the GPU you want to share with the VM