We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a9ba53 + e8ee556 commit b4a284fCopy full SHA for b4a284f
additionals/DisableWD.bat
@@ -45,5 +45,5 @@ reg add "HKLM\Software\Policies\Microsoft\Windows Defender\SmartScreen" /v "Enab
45
reg add "HKCU\Software\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d "0" /f >NUL 2>nul
46
reg add "HKLM\Software\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d "0" /f >NUL 2>nul
47
::Fixes slow app loading issues on 11+
48
-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
49
goto :EOF
0 commit comments