운영체제 : OS windows 10 10240 x64
사용 브라우저 : IE 11 X64
증상 : 네이버 해피빈 콩 광고팝업 클릭시 광고를 보여주는 새탭이 뜨는 대신 빈창이 뜨는 문제.
(위 증상은 다음 블러그 등에 걸린 링크를 클릭하였을 대 새창이 뜨는 것과는 무관하다.)
해결책 :
첫째, OS에서의 해결책
CMD창에서 다음 명령구를 차례대로 입력하여 준다.
%SystemRoot%\System32\regsvr32 -u "%SystemRoot%\System32\ieproxy.dll"
%SystemRoot%\System32\regsvr32 "%SystemRoot%\System32\ieproxy.dll"
%SystemRoot%\Syswow64\regsvr32 -u "%SystemRoot%\Syswow64\ieproxy.dll"
%SystemRoot%\Syswow64\regsvr32 "%SystemRoot%\Syswow64\ieproxy.dll"
둘째, PE에서의 해결책
PECMD.INI에 다음을 추가하여 준다.
EXEC =!%SystemRoot%\System32\regsvr32.exe /u /s %SystemRoot%\System32\ieproxy.dll
EXEC =!%SystemRoot%\System32\regsvr32.exe /s %SystemRoot%\System32\ieproxy.dll
EXEC =!%SystemRoot%\Syswow64\regsvr32.exe /u /s %SystemRoot%\Syswow64\ieproxy.dll
EXEC =!%SystemRoot%\Syswow64\regsvr32.exe /s %SystemRoot%\Syswow64\ieproxy.dll
'Reform(개혁) > Portal(포털)' 카테고리의 다른 글
네이버와 다음이 댓글조작을 바라만 보는 진짜 이유... (0) | 2018.03.20 |
---|---|
조작의 달인 네이버와 다음. (1) | 2018.03.09 |
네이버와 다음은 진정 개쓰레기다. (0) | 2018.03.06 |
네이버와 다음포털에서 사라진 공중파 뉴스 (0) | 2018.03.01 |
네이버는 왜 갑자기 댓글 알고리즘 정책을 변경했나... (0) | 2018.02.10 |