mirror of
https://github.com/Dichgrem/script.git
synced 2025-02-23 05:58:37 -05:00
Add files via upload
This commit is contained in:
parent
0355374ca8
commit
9d888bdcf3
6
clear_proxy.bat
Normal file
6
clear_proxy.bat
Normal 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 代理设置已清除
|
||||
|
Loading…
x
Reference in New Issue
Block a user