Is it possible to block website on Windows without modifying hosts files? The reason I do not want to use it is that users need administrator options to modify it.
I need some easier way to block a website. Any ideas?
feedback
|
|
Why don't you just change the permissions on the hosts file so that "Everyone" or "Authenticated Users" have modify? Then anyone can edit it. Though, I am confused as to why you would ever do this. | |||
|
feedback
|
|
You could use Fiddler with this bit of fiddlerscript:
this would cause your browser to search for a website on localhost rather than subdomain.example.com. This script simulates the Windows hosts file. | |||
|
feedback
|
|
You could use OpenDNS, this could block websites for your whole network (if you set up your DHCP settings to use the openDNS) http://www.opendns.com/solutions/overview/ | |||||
feedback
|