|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
RE: supressing IE
From: Henry Sieff (hsieff
orthodon.com)
Date: Mon Jul 05 2004 - 12:10:57 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
1. Use GPO to set IE to use a proxy config script and point it to a file on
the network somewhere.
2. Make a proxy config script like:
function FindProxyForURL(url, host)
{
if (isInNet(host, "192.168.0.0", "255.255.0.0"))
return "DIRECT";
if (isInNet(host, "127.0.0.0", "255.0.0.0"))
return "DIRECT";
else
return "SOCKS 127.0.0.1:1080";
}
Replace 192.168.0.0 and 255.255.0.0 with your local network and mask.
Anything for local machines will go direct; anything for outside will try to
go to a non-existent proxy SOCKS server.
You can do this without GPO, but you'll need to manually lock down IE to
only use the proxy config script, then.
Henry
> -----Original Message-----
> From: Zachary Mutrux [mailto:zmutrux
compumentor.org]
> Sent: Thursday, July 01, 2004 10:27 AM
> To: Focus-MS
> Subject: supressing IE
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Anyone have ideas on how to discourage end users from surfing the Web
> with Internet Explorer? I can remove the icon from the
> desktop and Start
> menu, and change the default browser. But is there any way to
> take it a
> step further?
>
> Zac
>
> - --
> Zachary Mutrux
> CompuMentor
>
> I have to exercise early in the morning before my brain figures
> out what I'm doing.
>
>
>
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFA5C0qMRwf4YKPPgwRAjwnAJ933JXWhNqT8s8YFwMSmSLZHmO7hwCgk829
> J+3BlLHywbb9Tjsh9dO0wNc=
> =/1Ct
> -----END PGP SIGNATURE-----
>
> --------------------------------------------------------------
> -------------
> --------------------------------------------------------------
> -------------
>
---------------------------------------------------------------------------
---------------------------------------------------------------------------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]