Hyper-V RTX4000 Laptop pass through

B

BjGa_82

Dear community,i have an issue with with my Hyper-V settings. I am interested to pass through my Laptop GPU (Nvidia rtx 4000). i have used this Powershell script:# Configure the VM for a Discrete Device Assignment $vm = "Windows7" # Set automatic stop action to TurnOff Set-VM -Name $vm -AutomaticStopAction TurnOff # Enable Write-Combining on the CPU Set-VM -GuestControlledCacheTypes $true -VMName $vm # Configure 32 bit MMIO space Set-VM -LowMemoryMappedIoSpace 3Gb -VMName $vm # Configure Greater than 32 bit MMIO space Set-VM -HighMemoryMappedIoSpace 33280Mb -VMName $vm # Find the Location Pat

Continue reading...
 
Back
Top Bottom