Skip to content

Instantly share code, notes, and snippets.

View caiodesign's full-sized avatar
😎

Caio Oliveira caiodesign

😎
View GitHub Profile
@caiodesign
caiodesign / New-GPUPDriverPackage.ps1
Created June 10, 2025 14:30 — 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