Hosts dosyası nasıl sıfırlanır?
Hosts dosyasını sıfırlamak için aşağıdaki adımları izleyin: 1. Başlat menüsünden "Çalıştır"ı açın ve `%windir%\System32\drivers\etc` komutunu girin. 2. Açılan pencerede `hosts` dosyasını bulun ve "Not Defteri" ile açın. 3. Dosyanın içeriği sade olmalıdır, eğer IP adresleri görüyorsanız, bunlar zararlı olabilir. 4. Microsoft'un hosts dosyasını sıfırlayan aracını indirmek için `http://support.microsoft.com/kb/972034` adresine gidin. 5. İşlem tamamlandıktan sonra sisteminizi yeniden başlatmanız gerekecektir. Ayrıca, `ipconfig /registerdns` komutunu vererek de hosts dosyasını sıfırlayabilirsiniz. Alternatif olarak, hosts dosyasını varsayılan değerlere döndürmek için aşağıdaki adımları da izleyebilirsiniz: 1. Dosya Gezgini'ni açın ve adres çubuğuna `%systemroot%\system32\drivers\etc` yazın. 2. `hosts` dosyasını `hosts.bak` olarak yeniden adlandırın. 3. `%WinDir%\system32\drivers\etc` klasöründe yeni bir `hosts` metin dosyası oluşturun. 4. Bu dosyaya aşağıdaki metni yapıştırın: ``` # 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 handle within DNS itself. # 127.
Hosts dosyası nasıl sıfırlanır?