Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 committed Sep 24, 2023
2 parents 5a9ba53 + e8ee556 commit b4a284f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion additionals/DisableWD.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4a284f

Please sign in to comment.