Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to launch IE's proxy settings dialog from the command line?

Tags:

Is there a way to launch the IE proxy settings dialog from the Windows command line to save time going through menus in any application?

like image 717
soutarm Avatar asked Sep 06 '10 00:09

soutarm


People also ask

How can I see proxy settings in CMD?

Click Start, click Run, type cmd, and then click OK. At the command prompt, type netsh winhttp show proxy, and then press ENTER.

What is the shortcut to open proxy settings?

And then simply press Alt + L on keyboard to change the proxy settings.

How do you change proxy settings in a script?

Select the Start button, then select Settings > Network & internet > Proxy. If you or your organization uses a setup script, next to Use setup script, select Set up. In the Edit setup script dialog box, turn on Use setup script, enter the script address, then select Save.

What are proxy commands?

Proxy commands are used to create shortcuts to target CL commands. A proxy command differs from a typical IBM® i command in its ability to run a target command, rather than a command processing program. Specifying a proxy command for the TGTCMD parameter is allowed.


1 Answers

I've found another one, shorter:

inetcpl.cpl ,4 

You can use it in Run box or Command Prompt.

like image 181
Vinicius Xavier Avatar answered Sep 20 '22 15:09

Vinicius Xavier