批处理文件以禁用Internet选项代理服务器 [英] Batch File to disable internet options proxy server

查看:169
本文介绍了批处理文件以禁用Internet选项代理服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Windows 中,我想使用批处理脚本在 Internet选项中禁用Proxy Server设置. 我可以使用什么命令来执行此操作?

In Windows, I want to disable the Proxy Server setting in Internet Options by using a batch Script. What command can I use to do this?

如果不确定我指的是什么,请参阅

If unsure what I am referring to, see

Internet Properties > Connections > LAN Settings >Proxy Server

谢谢

推荐答案

位于注册表中的 [HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet设置]

您可以在BAT中使用REG命令,也可以准备几个.REG文件来自动执行更改.

you can either use the REG command in your BAT, or prepare a couple of .REG files, to automate the changes.

例如,要禁用代理,请尝试

for example, to disable Proxy, try

REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f

这篇关于批处理文件以禁用Internet选项代理服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆