Skip to content

A PowerShell script to remove hypervisor checks in both AMD and NVIDIA consumer GPU drivers for Microsoft Windows

License

Notifications You must be signed in to change notification settings

riverar/Remove-HypervisorChecks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NVIDIA GeForce GTX 980 GPU via Hyper-V Virtual Machine running Windows 10

Remove-HypervisorChecks

A PowerShell script to remove hypervisor checks in both AMD and NVIDIA consumer GPU drivers for Microsoft Windows.

⚠ AMD GPU drivers are not yet supported. Work to complete this support is underway.

Usage

  1. Download a driver package from NVIDIA or AMD for your GPU.

  2. Open PowerShell and issue one of the following commands:

    PS> ./Remove-HypervisorChecks.ps1 -Nvidia -DriverPath "path\to\driver\package.exe"
    PS> ./Remove-HypervisorChecks.ps1 -Amd -DriverPath "path\to\driver\package.exe"
  3. Wait for script completion.

  4. Install the patched driver (patched-driver.zip) in guest virtual machine. (Test mode must be enabled as the drivers are self-signed.)

More information

See How To: Get Consumer GPUs Working In Hyper-V Virtual Machines

About

A PowerShell script to remove hypervisor checks in both AMD and NVIDIA consumer GPU drivers for Microsoft Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published