본문 바로가기
운영체제/윈도우즈 팁

[팁] 네이트온 광고 차단

by SB발룬티어 2012. 3. 6.
네이트온을 로그인할 때나 가끔 로그인 중에도 배너광고가 나올 때가 있습니다.
이를 차단할 수 있는 방법입니다.


네이트온을 종료한 상태에서 

C:\windows\system32\drivers\etc\hosts  파일을 메모장으로 엽니다.

그리고 아래와 같이 #이 없는 부분을 추가하여 저장합니다. 
그런 다음 네이트온을 실행하면 배너를 차단시켜줍니다.

네이트 홈페이지 광고도 차단될 수 있으니 참고하시기 바랍니다.


[hosts]

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1       localhost
# ::1             localhost
#

127.0.0.1 cyad.nate.com
127.0.0.1 nateonevent.nate.com
127.0.0.1 nokw.nate.com
127.0.0.1 nateon.kdaq.empas.com
127.0.0.1 adimg.nate.com
127.0.0.1 nateon.nate.com


반응형

댓글