If I want to block all users from accessing a site such as say myspace.com on a single computer what is the easiest way to block.
(if possible in all browsers, so that if they install firefox or opera it will still be denied)
Never put this into practice, would the HOSTS file work??? or a registry entry like
Windows Registry Editor Version 5.00
; Spyware Security Fix ( Block Bad Sites )
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains]
@=""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\ ]
"msn"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\myspace.com]
I know it in principle but not in practice.
Thank you in advance
-AGITA