diff --git a/clear_proxy.bat b/clear_proxy.bat new file mode 100644 index 0000000..0f2c10a --- /dev/null +++ b/clear_proxy.bat @@ -0,0 +1,6 @@ +@echo off +REM 清理代理设置 +REG DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /f +REG DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /f +echo 代理设置已清除 +