类似sockscap的http代理切换软件
发布网友
发布时间:2022-05-01 12:51
我来回答
共4个回答
热心网友
时间:2023-10-13 09:29
代理服务器的设置实际上在注册表里面,写个批处理应当就可以实现代理服务器的切换。参考:
@rem SetIeProxy.bat Createdby fanfeng
title Set IE Proxy
@echo off
:start
cls
echo.****************************************************************************
echo [0] Stop Proxy 输入数字0通过自己网络上网
echo [1] Use Proxy 输入数字1通过代理上网
echo [q] Quit 输入字母q退出
echo.****************************************************************************
set /p choice=Please Choose:
if /i “%choice%”==”0〃 goto SP
if /i “%choice%”==”1〃 goto Proxy
if /i “%choice%”==”q” goto end
roxy
echo Please wait…..It will be configured automatically when finished……
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyEnable /t REG_DWORD /d 1 /f
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyServer /d “202.202.14.99:808〃 /f
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyOverride /t REG_SZ /d “” /f
echo The Proxy enabled
echo 按任意键返回
pause>nul
goto start
:SP
echo Please wait…..It will be closed automatically when finished……
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyEnable /t REG_DWORD /d 0 /f
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyServer /d “” /f
echo The Proxy has been stopped
echo 按任意键返回
pause>nul
goto start
:end
exit
参考资料:http://29e.comxa.com/?p=24
热心网友
时间:2023-10-13 09:29
Socks2HTTP v0.986
Proxifier v2.7
热心网友
时间:2023-10-13 09:30
代理超人试试吧,
绿盟 下载。
我用的就是这个,
祝你好运
热心网友
时间:2023-10-13 09:30
用花刺代理,这个软件还蛮老的不过很好用哈。
热心网友
时间:2023-10-13 09:29
代理服务器的设置实际上在注册表里面,写个批处理应当就可以实现代理服务器的切换。参考:
@rem SetIeProxy.bat Createdby fanfeng
title Set IE Proxy
@echo off
:start
cls
echo.****************************************************************************
echo [0] Stop Proxy 输入数字0通过自己网络上网
echo [1] Use Proxy 输入数字1通过代理上网
echo [q] Quit 输入字母q退出
echo.****************************************************************************
set /p choice=Please Choose:
if /i “%choice%”==”0〃 goto SP
if /i “%choice%”==”1〃 goto Proxy
if /i “%choice%”==”q” goto end
roxy
echo Please wait…..It will be configured automatically when finished……
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyEnable /t REG_DWORD /d 1 /f
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyServer /d “202.202.14.99:808〃 /f
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyOverride /t REG_SZ /d “” /f
echo The Proxy enabled
echo 按任意键返回
pause>nul
goto start
:SP
echo Please wait…..It will be closed automatically when finished……
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyEnable /t REG_DWORD /d 0 /f
reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” /v ProxyServer /d “” /f
echo The Proxy has been stopped
echo 按任意键返回
pause>nul
goto start
:end
exit
参考资料:http://29e.comxa.com/?p=24
热心网友
时间:2023-10-13 09:29
Socks2HTTP v0.986
Proxifier v2.7
热心网友
时间:2023-10-13 09:30
代理超人试试吧,
绿盟 下载。
我用的就是这个,
祝你好运
热心网友
时间:2023-10-13 09:31
用花刺代理,这个软件还蛮老的不过很好用哈。