Hi Best,
Jon provided greate information, please follow him.
As well as, I noticed that "Windows 2000 in 2003 Domain with Proxy". Can
you manage the proxy? Mostly, I think proxy can achieve your purpose.
Thanks.
Best regards,
Vincent Xu
Microsoft Online Partner Support
======================================================
Get Secure! -
www.microsoft.com/security
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others
may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties,and confers no rights.
======================================================
--------------------
Reply-To: "Jon Kennedy" <
[email protected]>
From: "Jon Kennedy" <
[email protected]>
References: <
[email protected]>
Subject: Re: Limit access to the internet
Date: Wed, 12 Jul 2006 19:39:37 -0400
Lines: 59
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2869
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869
X-RFC2646: Format=Flowed; Original
Message-ID: <
[email protected]>
Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
NNTP-Posting-Host: cpe-024-074-144-090.carolina.res.rr.com 24.74.144.90
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.windows.inetexplorer.ie6.browser:370443
X-Tomcat-NG: microsoft.public.windows.inetexplorer.ie6.browser
You could use a third-part app:
http://www.blumentals.net/inetprot/
You can also restrict internet access via the registry or IE's proxy
settings on the Internet Options...Connect tab, LAN settings button. Set
it
to use a non-existent proxy server and then lock out access to the
Internet
Options via the registry setting "NoBrowserOptions" below. Corresponding
registry entries re the proxy settings are also below..
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
These settings enable the use of a proxy server.
"ProxyServer"="
http://ProxyServername:80"
Contains the address of the Proxy server. Since we want to block web
access, just fill this in with a few random characters.
"ProxyOverride"
Use this setting if there are websites that you want your users to
have
access to. Addresses should be separated by a semicolon (
.
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet
Explorer\Restrictions]
"NoBrowserOptions"=dword:00000001
This setting prevents users from opening "Internet Options" and
changing the Proxy settings back to default.
Other restrictions you may find useful are in this article:
The restrictions that are available to Internet Explorer 6.0 SP1
http://support.microsoft.com/default.aspx?scid=kb;en-us;823057
--
Jon R. Kennedy MS MVP/IE
Charlotte, NC USA
(e-mail address removed)
Hi
Windows 2000 in 2003 Domain with Proxy.
Many users are logging to one computers. They access the internet from
it.
I would like to limit this access and let only two users with the
internet
access.
Is there a way of doing this ? If so, how ?
Many thanks
Best