From e41130306a0fae5d38961c07525fcd4d67e3ad0d Mon Sep 17 00:00:00 2001 From: Calyx Hikari Date: Tue, 7 Oct 2025 15:42:44 +0800 Subject: [PATCH] Update auditbreak --- auditbreak | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/auditbreak b/auditbreak index 5078f52..1f5a3c7 100644 --- a/auditbreak +++ b/auditbreak @@ -52,11 +52,8 @@ if ($auditStatus.$auditValue -eq 1) { reg import $tempRegPath Write-Host "Audit Mode is now disabled." - # Run your command - $command = "C:\Windows\system32\net.exe" - $args = "user Administrator /active:yes" - Start-Process -FilePath $command -ArgumentList $args -Wait - Write-Host "Administrator account is now enabled." + Start "ms-cxh:localonly" + Write-Host "Please restart PC when you finish account creation." } else { Write-Host "Audit Mode is not active." }