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

后端 未结 6 1629
日久生厌
日久生厌 2021-02-01 05:15

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?

6条回答
  •  日久生厌
    2021-02-01 05:52

    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.

提交回复
热议问题