Block access to website

  • Thread starter Thread starter anime
  • Start date Start date
A

anime

How to block access to target website on windows XP, so it can no longer be
accessed, and that browser can no connects to that address? (for Firefox and
IE).
 
In "anime"
How to block access to target website on windows XP, so it can no
longer be accessed, and that browser can no connects to that address?
(for Firefox and IE).

How clever is the user you're trying to stymie?

The simplest way is to create an entry in the subject's hosts file like
this:

127.0.0.1 target.website.com

That's in

%WINDIR%\system32\drivers\etc\hosts
 
Back
Top