Add files via upload

This commit is contained in:
Dichgrem 2024-06-03 13:03:49 +08:00 committed by GitHub
parent 0355374ca8
commit 9d888bdcf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
clear_proxy.bat Normal file
View File

@ -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 代理设置已清除