Well this is another idea..MAybe it seems complicated but is not..
You can load settings into the workstation registry automatically at log on, if you set every user to use a log on script on the server.
1* Run regedit on any workstation and browse it to this point HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains then go to File menu and export it.
2* Go to that file you just saved and right click on it and select Edit (With NotePAd)
Now comes the part that you want
to block the sites..i will use for example
3* NOw with notepad opened, right after where it says "Domains" you have to add Folders with the reverse order of the site URL.
In this case you have to add badsite.com\www]
and right after the bracket you add
"http"=dword:00000004
so at the end everything will be like
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\badsite.com\www]
"http"=dword:00000004
that value of 4 means that the site
will be blocked.
If you need to add another site, just repeat the same until Domains, the after that teh same procedure (For example to disable
, add \xxx.com\
4*Now save the file under SYSVOL folder(on the server ) or to a floppy (copy it after this to SYSVOL folder on the server) with the extension .reg. LEts call it blocker.reg
5*OPen a new Notepad document, and write on it "regedit /s blocker.reg"
6*SAve that file at the SYSVOL folder (on the server) with the same name, but with extension .bat..like blocker.bat.
7*THe go under the USer properties in Active Directory and Under PRofile tell it to run the File blocker.bat as a Script.
that will block the site for that user or any site that you add in that particular way...
IF it seems too complicated to you, you can try dankelt idea..
Good Luck!!!
A+, MCP, CCNA
marbinpr@hotmail.com
Keep fighting for your knowledge!