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?
views:
32answers:
2
A:
The closest I can get is
control inetcpl.cpl,,4
which opens the Internet Properties dialog with the Connections tab preselected. Unfortunately it still requires you to click on LAN settings to get to the proxy settings.
Timwi
2010-09-06 00:19:52
+1
A:
Okay, I made a 15 minutes research for you and got following commands and a link.
To Open Internet Settings
inetcpl.cpl
To Open Internet Settings with Connections Tab
rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,4
For more information http://discussions.virtualdr.com/archive/index.php/t-41613.html
Umair Ashraf
2010-09-06 00:23:24