Skip to content

Instantly share code, notes, and snippets.

View Bakon7x's full-sized avatar
📼
slow replay

Bakon7x Bakon7x

📼
slow replay
  • mommy basement
View GitHub Profile
@Bakon7x
Bakon7x / New-GPUPDriverPackage.ps1
Created September 7, 2022 15:04 — forked from neggles/New-GPUPDriverPackage.ps1
Hyper-V GPU Virtualization
<#
.SYNOPSIS
Create a GPU-P Guest driver package.
.DESCRIPTION
Gathers the necessary files for a GPU-P enabled Windows guest to run.
.EXAMPLE
New-GPUPDriverPackage -DestinationPath '.'
.EXAMPLE
New-GPUPDriverPackage -Filter 'nvidia' -DestinationPath '.'
.INPUTS