Проверка файла Hosts в Windows

Изменения в файле hosts в операционной системе Windows могут вызвать проблемы при установке, обновлении и запуске игр. Как правило, обычному пользователю нет нужды вносить изменения в этот файл.

Проверьте файл на наличие изменений
Откройте папку c:\Windows\System32\drivers\etc
Откройте файл hosts с помощью текстового редактора, например, блокнота. У данного файла нет определенного расширения.
Сравните содержимое файла с пример, предоставленным ниже. Если содержимое отличается, значит, оно было изменено. Удалите все строки, в которых указаны адреса Blizzard.
Сохраните файл.
Примечание: Если содержимое файлы Hosts было изменено, мы настоятельно рекомендуем провести проверку на вирусы. Вредоносные программы могут изменить содержимое файла, чтобы перенаправить подключения с вашего компьютера на вредоносные сайты.

Распространенные изменения, вызывающие проблемы
Вот примеры наиболее распространенных изменений, которые негативно сказываются на работе игр Blizzard. Если вы найдете данные строки в вашем файле hosts, удалите их:

127.0.0.1 eu.actual.battle.net
127.0.0.1 us.actual.battle.net
127.0.0.1 enGB.nydus.battle.net

Восстановление параметров по умолчанию, назначенных Microsoft в файле Hosts
Чтобы восстановить настройки в файле Hosts по умолчанию, выполните следующие действия:

Откройте папку c:\Windows\System32\drivers\etc
Переименуйте папку Hosts в Hosts.old.
Создайте новый файл hosts. Для этого, сделайте следующие действия:
Щелкните правой кнопкой мыши на пустом месте в папке %WinDir%\System32\Drivers\Etc и выберите опцию New. Выберите опцию Text Document, укажите название "hosts" и нажмите Enter.
Нажмите Yes, чтобы подтвердить, что расширение файла не будет .txt.
Откройте созданный файл Hosts с помощью текстового редактора, например блокнот.
Скопируйте следующий текст:
1. Windows XP

Скрытый текст

# Copyright (c) 1993-1999 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
127.0.0.1 localhost
[свернуть]


2. Windows Vista

Скрытый текст

# Copyright (c) 1993-2006 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
127.0.0.1 localhost
::1 localhost
[свернуть]


3.Windows 7 and Windows 8

Скрытый текст

# Copyright (c) 1993-2006 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 handle within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
[свернуть]