Easy-GPU-PV
Easy-GPU-PV copied to clipboard
A Project dedicated to making GPU Partitioning on Windows easier!
In the Function Get-DesktopPC of PreChecks.ps1: ```powershell Function Get-DesktopPC { $isDesktop = $true if(Get-WmiObject -Class win32_systemenclosure | Where-Object { $_.chassistypes -eq 9 -or $_.chassistypes -eq 10 -or $_.chassistypes -eq 14})...
Hello, Battlefield V is not recognizing the GPU properly, or the driver version ? Not sure what this error actually is supposed to mean, I looked around and apparently this...
I can only enable VM audio when connect the VM with Hyper V Enhanced Session Mode, otherwise the audio is greyed out. But in Enhanced Session Mode, Parsec host cannot...
Is there any way to add a GPU partition with an already existing VM? Also, what if I end up changing the GPU, is there a way to change the...
For the parameters that can be edited at the beginning of CopyFilesToVM.ps1 ``` $params = @{ VMName = "GPUPV" SourcePath = "C:\Users\james\Downloads\Win11_English_x64.iso" Edition = 6 VhdFormat = "VHDX" DiskLayout =...
I created a VM with this script and the GPU seemed to be working fine on it. Then, I updated my GPU (RTX 4070) and ran `Update-VMGpuPartitionDriver.ps1`, and although the...
_INFO_ : Log folder is C:\Users\eren0\AppData\Local\Temp\Convert-WindowsImage\756ac94b-a945-454b-b39a-ed1aed523475 Dismount-DiskImage : Cannot bind argument to parameter 'ImagePath' because it is an empty string. At D:\Easy-GPU-PV-main\CopyFilesToVM.ps1:36 char:35 + Dismount-DiskImage -ImagePath $sourcePath | Out-Null +...
INFO : Log folder is C:\Users\e0\AppData\Local\Temp\Convert-WindowsImage\45334a2a-68e1-4ce8-85d4-cffac76dc3a0 Dismount-DiskImage : Cannot bind argument to parameter 'ImagePath' because it is an empty string. At C:\Users\eren0\OneDrive\Masaüstü\Easy-GPU-PV-main\CopyFilesToVM.ps1:36 char:35 + Dismount-DiskImage -ImagePath $sourcePath | Out-Null +...
Hello. I followed the instructions and made new VM machine, but when my friend connect to it, he can use mouse and keyboard with no issues, but when he tries...
Hello. I have: RTX 4070 R5 5600X 16GB RAM VM allocation: 6Cores 5550MB RAM I've watched 1GPU 2Gamers video, followed his guide, but using Steam Link instead of Parsec as...