Disable PhishingFilter, ShownVerifyBalloon, CheckExeSignatures
Copy and paste
----------------------------------------------------------------------
Created by Windowexe.com
----------------------------------------------------------------------
echo Start
echo 002 & reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter" /f
echo 003 & reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter" /v "Enabled" /t REG_DWORD /d "1" /f
echo 004 & reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter" /v "ShownVerifyBalloon" /t REG_DWORD /d "1" /f
echo End
----------------------------------------------------------------------
----------------------------------------------------------------------
Created by Windowexe.com
----------------------------------------------------------------------
echo Start
echo 002 & reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download" /f
echo 003 & reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download" /v "CheckExeSignatures" /d "no" /f
echo End
----------------------------------------------------------------------