프로그램분석

Disable PhishingFilter, ShownVerifyBalloon, CheckExeSignatures

프로세스 천국 2012. 3. 9. 17:17

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
----------------------------------------------------------------------