thanks, I'll try that.
"CyberDroog" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Sat, 28 Aug 2004 14:56:19 -0500, "andrew" <(E-Mail Removed)> wrote:
>
> >I changed (under admin password) IE setting giving fake proxy to block
> >internet,
> >but when I relogin under user account IE settings were not changed and
user
> >still has access
> >to them. IS there a way to lock it like e.g network settings?
>
> I have done this by directly setting the registry with the logon script,
> changing the following values:
>
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet
> Settings]
> "ProxyEnable"=dword:00000001
> "ProxyServer"="127.0.0.1:8080"
> "ProxyOverride"="<local>"
>
> [HKEY_USERS\.Default\Software\Microsoft\Windows\Cur rentVersion\Internet
> Settings]
> "ProxyEnable"=dword:00000001
> "ProxyServer"="127.0.0.1:8080"
> "ProxyOverride"="<local>"
>
> It's much cleaner to set those items in a user policy though.
>
> --
> IMPIETY, n. Your irreverence toward my deity.
>
> - Ambrose Bierce
>
|