D
D
Dmfdmf2012-08-20 15:26:19
Windows
Dmfdmf, 2012-08-20 15:26:19

How to make a desktop shortcut to the proxy settings menu in Internet Explorer?

I want to get the proxy settings menu with one click. Or the option - by clicking the shortcut - turn on the proxy / turn off the proxy.
Thanks

Answer the question

In order to leave comments, you need to log in

5 answer(s)
P
paran01k, 2012-08-20
@paran01k

support.microsoft.com

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Window Title"="USER TITLE"

Although the article says: “Applicable up to IE 6.0”, but it also works on IE 9. Only in the title does not display. But if you select a window in the taskbar, then the specified text is displayed in the tooltip. Restarting the browser is also required to change the title.

C
charliez, 2012-08-20
@charliez

VisualBasic is here to help!
sharpreflections.wordpress.com/2007/03/12/scripting-ie-proxy-configuration/

A
Anatoly, 2012-08-20
@taliban

I would also like some advice on how to make a desktop shortcut to open a folder in phpstorm.
Thank you.

W
Weageoo, 2012-08-20
@Weageoo

Would recommend Proxifier, set up multiple . Then in two single clicks you can enable / disable.

P
paran01k, 2012-08-20
@paran01k

Contents of *.REG file:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyOverride"="<local>"
"ProxyServer"="PROXY_IP_or_NAME:PORT"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
"SavedLegacySettings"=-
"DefaultConnectionSettings"=-

Donkey needs a restart, or you can take advantage of the fact that it only reads registry values ​​on startup and open multiple windows with different values! And how to deliver this data to the registry - decide for yourself. Ways - a wagon and a small cart!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question