Skip to content

Instantly share code, notes, and snippets.

View minseolee's full-sized avatar

Minseo Lee minseolee

View GitHub Profile
@MyITGuy
MyITGuy / ProcMonAltitude.psm1
Last active October 16, 2025 19:12
Registry settings to adjust ProcMon driver altitude
#region Set-ProcMonAltitude
function Set-ProcMonAltitude {
[CmdletBinding()]
PARAM(
[Parameter(Mandatory = $false, Position = 0)]
[int32[]]
$Version = @(23, 24)
,
[Parameter(Mandatory = $false, Position = 1)]
[int32[]]