From e0a7f158caef1777a03b84118198e8f725a8d961 Mon Sep 17 00:00:00 2001 From: Calyx Hikari Date: Tue, 7 Oct 2025 15:25:00 +0800 Subject: [PATCH] Update auditbreak --- auditbreak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auditbreak b/auditbreak index 84f612b..e410158 100644 --- a/auditbreak +++ b/auditbreak @@ -36,7 +36,7 @@ $tempRegPath = "$env:TEMP\AuditBreak.reg" $regContent | Out-File -FilePath $tempRegPath -Encoding ASCII # Check Audit Mode -$auditKey = "HKLM\SYSTEM\Setup\Status" +$auditKey = "HKLM:\SYSTEM\Setup\Status" $auditValue = "AuditBoot" $auditStatus = Get-ItemProperty -Path $auditKey -Name $auditValue -ErrorAction SilentlyContinue