Skip to content

Instantly share code, notes, and snippets.

@Zoobdude
Zoobdude / radioRecordLinks.txt
Last active June 15, 2025 22:10
Radio record (https://www.radiorecord.ru) - stream URLs
@neggles
neggles / New-GPUPDriverPackage.ps1
Last active June 15, 2025 07:48
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