mirror of
https://github.com/Dichgrem/script.git
synced 2025-02-22 13:48:36 -05:00
7 lines
253 B
Batchfile
7 lines
253 B
Batchfile
@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 代理设置已清除
|
|
|