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 April 2, 2024 18:11
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[]]