Guide Run D2R inside Hyper-V Virtual Machine

10/26/2021 15:07 bytezz#1
Requirements -

Windows 10 Pro iso
Current GPU Drivers (Nvidia)


- Installation Instructions -

Install HyperV (Turn Windows Features On or Off)
- Configure virtual switch for External Network
- Disable Enhanced Sessions

Verify GPU Compatibility
- Check with Powershell: Get-VMPartitionableGPU

Create New VM:
- Gen 2
- 8GB RAM, **Uncheck Dynamic Memory**
- 120GB HDD

VM Settings:
- 8 CPU Cores
- Disable Checkpoints

Start VM + Install Windows 10 Pro


- Driver Installation -

File Transfers
- HOST - C:\Windows\System32\DriverStore\FileRepository\nv_ dispi.inf_amd64_[UUID]
- GUEST - - To C:\Windows\System32\HostDriverStore\FileRepository \nv_dispi.inf_amd64_[UUID]

- HOST - C:\Windows\System32\nv*.* (Every file that begins with nv)
- GUEST - C:\Windows\System32\


- GPU Partition -

Run PowerShell ISE as Administrator

Open GPU-P-Partition.ps1
- Set $vm = [VM-NAME]
- Set-ExecutionPolicy Unrestricted
- Run Script with Play button

Start VM

Check to see driver is loaded


GPU-P-Partition.ps1

$vm = "GPUP-01"

Add-VMGpuPartitionAdapter -VMName $vm
Set-VMGpuPartitionAdapter -VMName $vm -MinPartitionVRAM 80000000 -MaxPartitionVRAM 100000000 -OptimalPartitionVRAM 100000000 -MinPartitionEncode 80000000 -MaxPartitionEncode 100000000 -OptimalPartitionEncode 100000000 -MinPartitionDecode 80000000 -MaxPartitionDecode 100000000 -OptimalPartitionDecode 100000000 -MinPartitionCompute 80000000 -MaxPartitionCompute 100000000 -OptimalPartitionCompute 100000000

Set-VM -GuestControlledCacheTypes $true -VMName $vm
Set-VM -LowMemoryMappedIoSpace 1Gb -VMName $vm
Set-VM –HighMemoryMappedIoSpace 32GB –VMName $vm
10/27/2021 15:57 bytezz#2
:pimp:
10/29/2021 15:14 bytezz#3
:mofo:

:eek:
11/03/2021 16:23 bytezz#4
:feelsgoodman:
11/03/2021 22:21 Temo147x#5
Which graphic card? :O
11/04/2021 11:53 aeon0#6
Here is everything well explained:
11/13/2021 17:13 elbowndg#7
im fighting with error 43 on GPU in VM, tried literally everything still same problem
11/13/2021 21:12 -Traceur-#8
Quote:
Originally Posted by elbowndg View Post
im fighting with error 43 on GPU in VM, tried literally everything still same problem
when you use Get-VMPartitionableGPU, you get output or error?
11/20/2021 05:51 Schizzo#9
Nvidia Windows driver :) 800x600 ??
11/22/2021 04:57 7kyk7#10
My laptop has 2 GPU the integrated and a 1060. I followed the steps but in device manager I don't get the 1060. What can I do differently?
11/25/2021 16:54 bytezz#11
Quote:
Originally Posted by 7kyk7 View Post
My laptop has 2 GPU the integrated and a 1060. I followed the steps but in device manager I don't get the 1060. What can I do differently?
i think the only way is use win11 vm
11/25/2021 22:46 abelort1#12
Maybe im retarded, but what is the point of running D2R in a virtual machine ? I assume it has something to do with botting, but what ?

Also, whats the diffrence between a hyper-v virtual machine and just a normal virtual machine ?
11/27/2021 17:28 Wunderkraut#13
Quote:
Originally Posted by abelort1 View Post
Maybe im retarded, but what is the point of running D2R in a virtual machine ? I assume it has something to do with botting, but what ?

Also, whats the diffrence between a hyper-v virtual machine and just a normal virtual machine ?

I think it is to Run more Games the Same time e.g. for a Bo Barb, Echant Sorc or self Rush.

With D2R IT IS a Bit more complicated then With old D2
12/01/2021 15:53 7kyk7#14
Quote:
Originally Posted by bytezz View Post
i think the only way is use win11 vm
I do have windows 11 but emulated a windows 10. Should I have emulated windows 11?
12/02/2021 18:52 Deutsche-Mafia#15
nvm