Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个批处理文件来检查 PC 是否正在使用代理服务器,并给我一个是或否的结果。我已经阅读了有关启用或禁用代理的批处理文件,但我想要一个批处理文件来检查我是否使用代理并给我是或否的结果。
显示代理设置的命令:
netsh winhttp show proxy
设置代理服务器:
netsh winhttp set proxy myproxy
在direct access没有代理的情况下设置:
direct access
netsh winhttp reset proxy