Cek pos aslinya: https://forum.level1techs.com/t/2-gamers-1-gpu-with-hyper-v-gpu-p-gpu-partitioning-finally-made-possible-with-hyperv/172234
Cek pos lanjutannya untuk windows 11: https://forum.level1techs.com/t/2-gamers-1-gpu-with-hyper-v-gpu-p-gpu-partitioning-finally-made-possible-with-hyperv/172234/137
Cek video ini untuk tutorial lengkapnya:
Step yang dibutuhkan:
- Di host pergi ke C:\Windows\System32\DriverStore\FileRepository\
- Copy folder dengan awalan nv_dispi.inf_amd64 (lanjutannya huruf random)
- ke folder di VM C:\Windows\System32\HostDriverStore\FileRepository\ HostDriverStore & FileRepository BELUM ADA! buat foldernya secara MANUAL!
- balik lagi ke C:\Windows\System32\ di host, copy file berawalan NV
- paste ke C:\Windows\System32\ di VM
- abis copy file buka windows powershell RUN AS ADMINISTRATOR
- ketik Get-VMPartitionableGpu di windows10 atau coba Get-VMHostPartitionableGpu di windows11
- buka windows powershell ISE, run as administrator juga
- download file vmpart.ps1 di github ini https://github.com/mgi24/HyperVGPUPartition/blob/main/vmpart.ps1
- buka file itu tadi di powershell ise, edit $vm="games" ubah "games" ke nama VM hyperV
- verifikasi nilainya samakan dengan hasil di langkah no.7 jika nilainya 0, ubah ke 80000000
- di bagian bawah powershell ISE, ketik Set-ExecutionPolicy Unrestricted lalu enter, pilih YES TO ALL
- klik run di atas dan done!
- Cek apakah sudah berhasil partisi GPUnya dengan Get-VMGpuPartitionAdapter -VMName $vm
- tambahan install VB Cable biar bisa keluar suaranya https://vb-audio.com/Cable/
- tambahan install parsec https://parsec.app/ untuk remote (agar bisa keluar suara juga)
- done
Cara remove GPU partition klo mau reset:
Remove-VMGpuPartitionAdapter -VMName $vm