-
-
Save hermesthecat/5340997c8f25af01320a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| pushd "%~dp0" | |
| cscript DisableSmartScreen.vbs | |
| SET RQR=REG QUERY "HKLM\SOFTWARE\Microsoft\Internet Explorer" /v "Version" | |
| %RQR% | findstr /I "\<10\>" >nul && %INL% reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter" /v EnabledV9 /t REG_DWORD /d "00000000" /f >nul | |
| NET STOP "Windows Defender Service" > nul 2>&1 | |
| popd | |
| exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment