I would like to add an address to C:\Windows\System32\drivers\etc\hosts. I am running Windows 7 (Hebrew edition). 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 into the file. What can be done to be able to make the addition? What is the correct format for this type of file? All lines in the existing file begin with "#". Does this mean anything?

link|improve this question
feedback

3 Answers

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 worst than the problem.

link|improve this answer
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. – kez Jan 5 '11 at 20:03
feedback
  • 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.

link|improve this answer
feedback

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!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.