Skip to content

Instantly share code, notes, and snippets.

View TheAlphaLaw's full-sized avatar
🎯
Focusing

Christopher TheAlphaLaw

🎯
Focusing
View GitHub Profile
@neggles
neggles / Set-VGpuEternalTrial.ps1
Last active August 6, 2025 15:06
Sets nVidia vGPU unlicensed state timeout to 24 hours and adds a daily scheduled task to restart the GPU drivers and reset the clock.
<#
.SYNOPSIS
Set vGPU VM instance into eternal trial.
.DESCRIPTION
Configures a Windows vGPU client for a 24-hour trial period and automatic daily driver restarts.
.EXAMPLE
Set-VGpuEternalTrial -RestartTime 2AM
.EXAMPLE
Set-VGpuEternalTrial -RestartTime 3AM -Filter '*GRID*'
.INPUTS