|
thanatos
新手上路

积分 8
发帖 2
注册 2006-7-24
状态 离线
|
『楼 主』:
如何用批处理设备代理(意义很好)
使用 LLM 解释/回答一下
我想用批处理直接设备某某xxx.xxx.xx.xxx:8080代理,
那样一按这个批处理,
代理自动更换,请问如何做到?
这个批处理可以放到代理站中,意义很好.
Last edited by thanatos on 2006-7-24 at 10:22 ]
I want to directly use a batch script to set up a proxy like xxx.xxx.xx.xxx:8080,
so that when I run this batch script,
the proxy is automatically changed. How can I do this?
This batch script can be placed on the proxy server, which is very meaningful.
Last edited by thanatos on 2006-7-24 at 10:22 ]
|
|
2006-7-24 08:57 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
楼主说的是IE里的代理设置吗?可以通过可改注册表实现~~
Is the landlord talking about the proxy settings in IE? It can be achieved by modifying the registry.
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-7-24 13:14 |
|
|
thanatos
新手上路

积分 8
发帖 2
注册 2006-7-24
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
Originally posted by electronixtar at 2006-7-24 13:14:
楼主说的是IE里的代理设置吗?可以通过可改注册表实现~~
请问是那个注册表键呢?如何修改?
Originally posted by electronixtar at 2006-7-24 13:14:
Is the landlord talking about the proxy settings in IE? It can be achieved by modifying the registry~~
May I ask which registry key is that? How to modify it?
|
|
2006-7-25 05:56 |
|
|
zouzhxi
中级用户
   蝴蝶之吻
积分 430
发帖 177
注册 2006-9-20 来自 广东深圳
状态 离线
|
|
2006-9-22 23:17 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
|
2006-9-23 00:00 |
|
|
9527
银牌会员
     努力做坏人
积分 1185
发帖 438
注册 2006-8-28 来自 北京
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
好,牛,棒,又学到新命令啦...........
Well, awesome, great, learned a new command again...........
|

我今后在论坛的目标就是做个超级坏人!!! |
|
2006-9-23 00:18 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
上次在system32下看了所有的exe ,/? 是英文,没有看懂,这下看好了
Last time I looked at all the exe files under system32, /? is in English and I didn't understand it. Now I've understood it well
|
|
2006-9-23 01:47 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
 『第 8 楼』:
使用 LLM 解释/回答一下
@reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
@reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v Proxyserver /d x.x.x.x:8080 /f
start www.163.com
xp sp2 下,设置好代理后重新打开网页才生效
@reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
@reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v Proxyserver /d x.x.x.x:8080 /f
start www.163.com
Under XP SP2, the proxy settings take effect only after reopening the web page.
此帖被 +7 点积分 点击查看详情 评分人:【 zhclvip 】 | 分数: +1 | 时间:2007-2-7 23:18 | 评分人:【 redtek 】 | 分数: +6 | 时间:2007-2-7 23:38 |
|
|
|
2006-9-23 01:50 |
|
|
zhclvip
初级用户
 
积分 138
发帖 50
注册 2007-1-23
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
即有命令行,又有注册表,
楼上的几位真强!学习&×……%
There are command line, and registry.
The几位 upstairs are really strong! Study &×……%
|
|
2007-2-7 23:11 |
|
|
NaturalJ0
银牌会员
    
积分 1181
发帖 533
注册 2006-8-14
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
这命令好啊,学到新东西了。^_^
This command is great, learned something new. ^_^
|
|
2007-2-7 23:15 |
|
|
anqing
高级用户
   
积分 859
发帖 413
注册 2006-8-14
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
v兄的键值学习了
Brother V's key values have been learned
|
|
2007-2-8 01:55 |
|