Skip to content

Instantly share code, notes, and snippets.

@Zoobdude
Zoobdude / radioRecordLinks.txt
Last active November 28, 2025 03:58
Radio record (https://www.radiorecord.ru) - stream URLs
@neggles
neggles / New-GPUPDriverPackage.ps1
Last active November 23, 2025 19:44
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