From e8ee556d1100af7e087ec4f82b9bd7d746670d67 Mon Sep 17 00:00:00 2001 From: h3r0 <50238852+melo936@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:35:44 +0400 Subject: [PATCH] fix incorrect sac value when disabling --- additionals/DisableWD.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/additionals/DisableWD.bat b/additionals/DisableWD.bat index ba89273..f557618 100644 --- a/additionals/DisableWD.bat +++ b/additionals/DisableWD.bat @@ -45,5 +45,5 @@ reg add "HKLM\Software\Policies\Microsoft\Windows Defender\SmartScreen" /v "Enab reg add "HKCU\Software\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d "0" /f >NUL 2>nul reg add "HKLM\Software\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d "0" /f >NUL 2>nul ::Fixes slow app loading issues on 11+ -reg add "HKLM\SYSTEM\ControlSet001\Control\CI\Policy" /v "VerifiedAndReputablePolicyState" /t REG_DWORD /d "1" /f >NUL 2>nul +reg add "HKLM\SYSTEM\ControlSet001\Control\CI\Policy" /v "VerifiedAndReputablePolicyState" /t REG_DWORD /d "0" /f >NUL 2>nul goto :EOF \ No newline at end of file