Proxy changing, internet explorer....

For everything that's not in any way related to PureBasic. General chat etc...
Hydrate
Enthusiast
Enthusiast
Posts: 436
Joined: Mon May 16, 2005 9:37 pm
Contact:

Proxy changing, internet explorer....

Post by Hydrate »

I am currently helping to find bugs in a school security system, at the moment im trying to block the changing of the internet explorer proxy, and im wondering, what ways are there to change the proxy besides the "Internet Options" menu? Is there any way through the address bar? Or perhaps other options??

Thank you for your help.
.::Image::.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Proxy changing, internet explorer....

Post by PB »

You can change it through the Registry as far as I can remember, but
I'm not sure if that requires an IE or system restart to "apply" it.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Hydrate
Enthusiast
Enthusiast
Posts: 436
Joined: Mon May 16, 2005 9:37 pm
Contact:

Re: Proxy changing, internet explorer....

Post by Hydrate »

PB wrote:You can change it through the Registry as far as I can remember, but
I'm not sure if that requires an IE or system restart to "apply" it.
Perhaps i should have been more clear, i dont mean in the usual ways, since most users of a school have no access to the registry. I mean perhaps through another program, or in the IE interface itself?
.::Image::.
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Re: Proxy changing, internet explorer....

Post by Derek »

Hydrate wrote:what ways are there to change the proxy besides the "Internet Options" menu?
I take it you mean right clicking on the IE icon AND through the control panel.

I know both get to the same options but it's always possible that you may overlook one or the other.
User avatar
Michael Vogel
Addict
Addict
Posts: 2867
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Post by Michael Vogel »

Make a DWORD key NoBrowserOptions (or other name listed below) in the registry path [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions] with the value 1 for disabling...

AlwaysPromptWhenDownload - Always prompt user when downloading files.
NoBrowserBars - Disable changes to browsers bars.
NoBrowserClose - Disable the option of closing Internet Explorer.
NoBrowserContextMenu - Disable right-click context menu.
NoBrowserOptions - Disable the Tools > Internet Options menu.
NoBrowserSaveAs - Disable the ability to Save As.
NoFavorites - Disable the Favorites.
NoFileNew - Disable the File > New command.
NoFileOpen - Disable the File > Open command.
NoFindFiles - Disable the Find Files command.
NoNavButtons - Disables the Forward and Back navigation buttons
NoOpeninNewWnd - Disable Open in New Window option.
NoPrinting - Remove Print and Print Preview from the File menu.
NoSelectDownloadDir - Disable the option of selecting a download directory.
NoTheaterMode - Disable the Full Screen view option.
NoViewSource - Disable the ability to view the page source HTML.
RestGoMenu - Remove Mail and News menu item.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Proxy changing, internet explorer....

Post by Trond »

Hydrate wrote:I am currently helping to find bugs in a school security system, at the moment im trying to block the changing of the internet explorer proxy, and im wondering, what ways are there to change the proxy besides the "Internet Options" menu? Is there any way through the address bar? Or perhaps other options??

Thank you for your help.
You can map the address of the proxy to any IP by using the hosts file.
Post Reply