mirror of
https://github.com/jamesstringerparsec/Easy-GPU-PV.git
synced 2024-08-30 18:22:17 +00:00
Update README.md
This commit is contained in:
parent
c1d36521b3
commit
49d1cc4319
@ -27,7 +27,7 @@ WARNING: A work in progress...
|
||||
3. Search your system for Powershell ISE and run as Administrator.
|
||||
4. In the extracted folder you downloaded, open PreChecks.ps1 in Powershell ISE.
|
||||
5. Open and Run PreChecks.ps1 in Powershell ISE using the green play button and copy the GPU Listed (or the warnings that you need to fix).
|
||||
6. Open CopyFilesToVM.ps1 and edit the params section at the top of the file, you need to be careful about how much ram, storage and hard drive you give it as you system needs to have that available. You also need to write the GPU name exactly how it appears in PreChecks.ps1. Additionally, you need to provide the path to the Windows 10/11 ISO file you downloaded.
|
||||
6. Open CopyFilesToVM.ps1 and edit the params section at the top of the file, you need to be careful about how much ram, storage and hard drive you give it as you system needs to have that available. On Windows 10 the GPUName must be left as "AUTO", In Windows 11 it can be either "AUTO" or the specific name of the GPU you want to partition exactly how it appears in PreChecks.ps1. Additionally, you need to provide the path to the Windows 10/11 ISO file you downloaded.
|
||||
7. Run CopyFilesToVM.ps1 with your changes to the params section - this may take 5-10 minutes.
|
||||
8. View the VM in Hyper-V, once it gets to the Windows Desktop you will need to approve the certificate install request for Parsec and Virtual Audio Cable.
|
||||
9. Sign into Parsec on the VM.
|
||||
@ -37,7 +37,7 @@ WARNING: A work in progress...
|
||||
It's important to update the VM GPU Drivers after you have updated the Host GPUs drivers. You can do this by...
|
||||
1. Reboot the host after updating GPU Drivers.
|
||||
2. Open Powershell as administrator and change directory (CD) to the path that CopyFilestoVM.ps1 and Update-VMGPUPartitonDriver.ps1 are located.
|
||||
3. Run ```Update-VMGPUPartitonDriver.ps1 -VMName "Name of your VM" -GPUName "Name of your GPU"```
|
||||
3. Run ```Update-VMGPUPartitonDriver.ps1 -VMName "Name of your VM" -GPUName "Name of your GPU"``` (Windows 10 GPU name must be "AUTO")
|
||||
|
||||
### Values
|
||||
```VMName = "GPUP"``` - Name of VM in Hyper-V and the computername / hostname
|
||||
|
Loading…
Reference in New Issue
Block a user