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

后端 未结 6 1717
日久生厌
日久生厌 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 06:06

    Alternatively if all you want to do is select "Automatically detect Settings" You could just use Reg.exe to modify the Registry Directly.

    REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer  /d "hhttp=proxy-url:port;https=proxy-url:port;ftp=proxy-url:port;socks=proxy-url:port;" /t REG_SZ /f
    

提交回复
热议问题