mohmmad99
زيزوومي نشيط
- إنضم
- 24 يونيو 2015
- المشاركات
- 162
- مستوى التفاعل
- 126
- النقاط
- 230
غير متصل
من فضلك قم بتحديث الصفحة لمشاهدة المحتوى المخفي
ما هو ملف Hosts
هو ملف Hosts ملف كمبيوتر الذي يستخدمه نظام التشغيل لتعيين أسماء المضيفين إلى عناوين IP. ملف المضيفين هي واحدة من عدة مرافق النظام يساعد في معالجة عقد شبكة الاتصال بشبكة اتصال كمبيوتر. عامة جزءا من تنفيذ IP في نظام التشغيل، ويخدم وظيفة ترجمة البشرية الصديقة أسماء المضيفين إلى عناوين بروتوكول الرقمية، تسمى عناوين IP، وتحديد موقع مضيف في شبكة اتصال IP.
يحتوي الملف Hosts على أسطر نص يتكون عنوان IP في الحقل النص الأول متبوعاً باسم مضيف واحد أو أكثر. يتم فصل كل حقل بمسافة (علامات التبويب غالباً المفضل لأسباب تاريخية، ولكن يتم أيضا استخدام المسافات). ويجوز إدراج أسطر التعليقات، ورد بحرف تجزئة (#) في الموقع الأول لمثل هذه البنود. يتم تجاهل الأسطر الفارغة تماما في الملف.
بسبب كثرة استعمال هذا الملف لتفعيل البرامج واستعمال التثبيت الصامت
حبيت اضع هذا الموضوع لاهمية ملف hosts
كل الاعدادات المستخدمة في الموضوع من مايكروسفت
Windows 8.1 أو Windows 8
لإعادة تعيين ملف Hosts إلى الافتراضي، اتبع الخطوات التالية:
- افتح المفكرة. للقيام بذلك، مرر في الحافة اليمنى من الشاشة، انقر فوق البحث اكتب "المفكرة"ومن ثم انقر فوق رمز "المفكرة" . أو، إذا كنت تستخدم ماوس، أشر إلى الزاوية اليسرى العليا من الشاشة، حرك مؤشر الماوس لأسفل انقر فوق بحث، اكتب "المفكرة"وثم انقر فوق "المفكرة".
- نسخ النص التالي، ثم قم بلصق النص في الملف:
كود:
# Copyright (c) 1993-2006 Microsoft Corp.[/COLOR][/CENTER]
[COLOR=#000000]
[CENTER]#
# 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
3.من القائمة ملف انقر فوق حفظ نوع "save as" واكتب في المربع اسم الملف (كما هو معروض في الصورة التالية)"hosts" وقم بحفظ الملف إلى سطح المكتب.

4. انقل ملف الجديد الى المسار التالي واستبدله بالقديم
C:\Windows\System32\drivers\etc
ويندوز 7 والإصدارات السابقة من Windows
إعادة تعيين ملف Hosts تلقائياً
لإعادة تعيين ملف Hosts مرة أخرى إلى القيمة الافتراضية تلقائياً، قم بتنزيل المعالج من هنا وثم اتبع الخطوات الموجودة في معالج الاصلاح
يجب عليك
تسجيل الدخول
او
تسجيل لمشاهدة الرابط المخفي
إعادة تعيين ملف Hosts يديويا
لإعادة تعيين ملف Hosts الافتراضية إلى نفسك، اتبع الخطوات التالية:
- انقر فوق ابدأ، ثم انقر فوق تشغيل، اكتب "المفكرة" وثم انقر فوق موافق.
- نسخ النص التالي إلى الملف حسب نظام التشغيل
Windows 7
Windows Vista
Windows XP
كود:
# 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
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
Windows XP
كود:
# Copyright (c) 1993-1999 Microsoft Corp.[/B][/CENTER]
[B][CENTER]#
# 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
3.من القائمة ملف انقر فوق حفظ نوع "save as" واكتب في المربع اسم الملف (كما هو معروض في الصورة التالية)"hosts" وقم بحفظ الملف إلى سطح المكتب.
4. انقل ملف الجديد الى المسار التالي واستبدله بالقديم
C:\Windows\System32\drivers\etc
النهاية
