开启或禁用本地代理的批处理代码 -电脑资料

电脑资料 时间:2019-01-01 我要投稿
【www.unjs.com - 电脑资料】

    开启或禁用本地代理的批处理代码: @echo off reg query HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings /v ProxyEnable | findstr 0x0 IF %ERRORLEVEL% LEQ 0 ( reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\Cur

最新文章