What's the Windows equivalent of "/etc/hosts"? [duplicate]

Possible Duplicate:
How do I block certain websites from being accessed through a browser?

I can block my little brother from accessing a website on my Mac by adding the following line to my "/etc/hosts" file.

127.0.0.1 someaddictingwebsite.com

Do Windows systems have a file analogous to "/etc/hosts"? Can I achieve the same effect on a PC?

2

1 Answer

It's normally under \WINDOWS\system32\drivers\etc (If there isn't one, just create it).
(you have not specified OS version, win 8 monitors this file and reverts any changes, see eg. here for discussion: )

You Might Also Like