How to edit the hosts in Windows 7?

68,359

Solution 1

Although you are the system administrator, Windows 7 by default runs your program with reduced permissions.

To be able to update the protected hosts file, you should start notepad with the "Run as administrator" option, even if you are the administrator.

You can turn off this behavior by disabling UAC, but the cure may be worse than the problem.

Solution 2

Here's the simplest way to do it:

Press the start button, paste notepad C:\Windows\System32\drivers\etc\hosts, then press Ctrl+Shift+Enter. In fact, you can run any application/command as an admin this way.

Solution 3

  • Go to the shortcut for Notepad in your Start menu.
  • Right click the Notepad icon. Select Run as administrator
  • When Notepad is loaded open the file C:\Windows\System32\drivers\etc\hosts
  • Edit, and save the file
  • Your Hosts file is edited

You have to run it as Administrator because Win7 will automatically run programs with reduced permissions

*There are of course 101 more ways to do this, this is just one of them.

Solution 4

there is a very easy and simple fix here.... sounds to me like you are trying to bypass a register.. i have done the same myself ;-)

  1. copy the hosts file to your desktop
  2. edit and save the file to your desktop
  3. delete original file location or change name (i add "_bu" to the name just in case)
  4. copy file from desktop into original folder

TADA!

Share:
68,359

Related videos on Youtube

Ruvi
Author by

Ruvi

Updated on September 17, 2022

Comments

  • Ruvi
    Ruvi over 1 year

    I would like to add an address to the hosts file. I am running Windows 7 (Hebrew edition), and I am the system administrator.

    I have tried the command notepad C:\Windows\System32\drivers\etc\hosts to edit the file. I can write into the file but the system does not allow me to save the file.

    How can I save the file with my additions? What is the correct format for this type of file?

    Also, all lines in the existing file begin with "#". Does this mean anything?

    • Ankit
      Ankit over 11 years
      # before an entry means it is a comment. The entries will be active only after removing #.
  • Kez
    Kez over 13 years
    If you have UAC enabled, another quick way in Windows 7 is to press the Windows key, type notepad, hold down SHIFT+CTRL and hit Enter. That will start it elevated and allow you to save the changes.