Skip to main content

How edit host file in windows 10 and windows 11

 Editing the hosts file in Windows 10 and Windows 11 can be done using a text editor like Notepad. However, since the hosts file is a system file, you will need to run Notepad as an administrator to make changes. Here are the steps on how to do it:

Windows 10:

  1. Open Notepad.
  2. Right-click on the Notepad icon in the taskbar and select "Run as administrator."
  3. In the Notepad window, click on the "File" menu and select "Open."
  4. Navigate to the following location: C:\Windows\System32\drivers\etc
  5. Select the "hosts" file and click on the "Open" button.
  6. Make the desired changes to the hosts file.
  7. Click on the "File" menu and select "Save."

Windows 11:

  1. Open Notepad.
  2. Click on the file menu and select "Open with".
  3. Select "Notepad (Administrator)" from the list of apps.
  4. In the Notepad window, click on the "File" menu and select "Open."
  5. Navigate to the following location: C:\Windows\System32\drivers\etc
  6. Select the "hosts" file and click on the "Open" button.
  7. Make the desired changes to the hosts file.
  8. Click on the "File" menu and select "Save."

Here are some additional tips for editing the hosts file:

  • Make sure to back up the hosts file before making any changes.
  • Be careful not to make any mistakes when editing the hosts file, as this could cause problems with your internet connection.
  • If you are not comfortable editing the hosts file yourself, you can use a third-party tool like Hosts Editor.

I hope this helps!

Comments

Popular posts from this blog

Lottie animation as a splash activity in Android 12+

Setting a Lottie animation as a splash activity in Android 12+ involves a few key steps, primarily leveraging the  SplashScreen  API introduced in Android 12 (API level 31). Here's a comprehensive guide: 1. Add Dependencies: Make sure your project uses Android Gradle Plugin 7.0.0 or higher and Gradle 7.0 or higher. Add the necessary dependencies to your module-level  build.gradle  file: dependencies { implementation 'androidx.core:core-splashscreen:1.0.1' // Or latest version implementation 'com.airbnb.android:lottie:latest_version' // Or latest version } 2. Create Your Lottie Animation: Design or obtain your Lottie animation file ( .json ). Place the animation file in your  res/raw  folder. If the  raw  folder doesn't exist, create it. 3. Implement the Splash Screen: In your  AndroidManifest.xml , set the theme of your splash activity to a theme that extends  Theme.SplashScreen : < resources > < style name = "The...

Top 10 Mobiles with Dolby Atmos in 2023

Dolby Atmos is a surround sound technology that creates a more immersive and realistic audio experience. It does this by using multiple speakers to create a three-dimensional soundstage. This means that you can hear sounds coming from all around you, including above and below you. Benefits of Dolby Atmos in Mobile: More immersive audio experience: Dolby Atmos can create a more immersive audio experience for movies, music, and games. This can make you feel like you are right in the middle of the action. Clearer and more detailed sound: Dolby Atmos can also make the sound clearer and more detailed. This can be especially beneficial for music, as it can help you to hear all of the nuances of the instrumentation and vocals. Wider soundstage: Dolby Atmos can create a wider soundstage, which means that you can hear sounds coming from all around you. This can make you feel like you are surrounded by sound. More realistic sound effects: Dol...