<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5303417970977723709</id><updated>2011-11-27T16:25:29.374-08:00</updated><category term='360安全卫士打补丁有问题的话可以用这个批处理'/><category term='winxp最大连接数怎么改？'/><category term='网上邻居记住密码后如何更改用户'/><title type='text'>微软技术的三言两语</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://microsoftbat.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5303417970977723709/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://microsoftbat.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Windows技术流</name><uri>http://www.blogger.com/profile/03542826410535824540</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5303417970977723709.post-1285216424862324400</id><published>2009-02-09T06:21:00.001-08:00</published><updated>2009-02-09T06:21:44.846-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='360安全卫士打补丁有问题的话可以用这个批处理'/><title type='text'>360安全卫士打补丁有问题的话可以用这个批处理</title><content type='html'>@echo off&lt;br /&gt;rem fix update garbage value&lt;br /&gt;&lt;br /&gt;set Update=HKLM\SOFTWARE\MicroSoft\Update&lt;br /&gt;set Updates=HKLM\SOFTWARE\MicroSoft\Updates&lt;br /&gt;rem set AutoUpdate="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AutoUpdate"&lt;br /&gt;&lt;br /&gt;echo Cleanning "%Update%"&lt;br /&gt;for /f "tokens=1 delims=" %%a in ('reg query %Update%^|Findstr /i "UpdateExeVolatile"') do (&lt;br /&gt;reg delete %%a /f&lt;br /&gt;)&lt;br /&gt;echo %Update% is cleanned!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;echo Cleanning "%Updates%"&lt;br /&gt;for /f "tokens=1 delims=" %%a in ('reg query %Updates%^|Findstr /i "UpdateExeVolatile"') do (&lt;br /&gt;reg delete %%a /f&lt;br /&gt;)&lt;br /&gt;echo %Updates% is cleanned!&lt;br /&gt;&lt;br /&gt;echo press any key to exit...&lt;br /&gt;pause&gt;nul&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5303417970977723709-1285216424862324400?l=microsoftbat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://microsoftbat.blogspot.com/feeds/1285216424862324400/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5303417970977723709&amp;postID=1285216424862324400' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5303417970977723709/posts/default/1285216424862324400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5303417970977723709/posts/default/1285216424862324400'/><link rel='alternate' type='text/html' href='http://microsoftbat.blogspot.com/2009/02/360.html' title='360安全卫士打补丁有问题的话可以用这个批处理'/><author><name>Windows技术流</name><uri>http://www.blogger.com/profile/03542826410535824540</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5303417970977723709.post-768668775147143600</id><published>2009-02-08T22:07:00.001-08:00</published><updated>2009-02-08T22:07:24.355-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='网上邻居记住密码后如何更改用户'/><title type='text'>网上邻居记住密码后如何更改用户</title><content type='html'>问题描述：&lt;br /&gt;&lt;br /&gt;登陆网上邻居中的计算机，输入用户名和密码后选中过“记住密码”。之后每次登陆都不会再次出现登陆框，现在对方修改了登陆用户和密码，本机试图连接的时候是用“记住”的用户名和密码登陆的，如何重新弹出登陆框，重新输入用户名和密码。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;解决办法：&lt;br /&gt;&lt;br /&gt;XP/2000系统选择“控制面板”－－“用户管理”－－当前的帐户－－点击左边“其他任务”－－“管理我的网络密码”  将原先记录的连接删掉－－重启－－完成。&lt;br /&gt;&lt;br /&gt;2003系统选择“控制面板”－－“存储的用户名和密码”－－将存储的连接删除－－重启－－完成。&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5303417970977723709-768668775147143600?l=microsoftbat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://microsoftbat.blogspot.com/feeds/768668775147143600/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5303417970977723709&amp;postID=768668775147143600' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5303417970977723709/posts/default/768668775147143600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5303417970977723709/posts/default/768668775147143600'/><link rel='alternate' type='text/html' href='http://microsoftbat.blogspot.com/2009/02/blog-post.html' title='网上邻居记住密码后如何更改用户'/><author><name>Windows技术流</name><uri>http://www.blogger.com/profile/03542826410535824540</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5303417970977723709.post-29759733167016134</id><published>2009-01-06T23:22:00.001-08:00</published><updated>2009-01-06T23:22:33.882-08:00</updated><title type='text'>Windows负载均衡配置</title><content type='html'>&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#30446;&amp;#30340;&amp;#65306;&amp;#20943;&amp;#36731;&amp;#26381;&amp;#21153;&amp;#22120;&amp;#30340;&amp;#35775;&amp;#38382;&amp;#36127;&amp;#36733;&amp;#65292;&amp;#23454;&amp;#29616;&amp;#26381;&amp;#21153;&amp;#22120;&amp;#30340;&amp;#39640;&amp;#21487;&amp;#29992;&amp;#24615;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#35797;&amp;#39564;&amp;#29615;&amp;#22659;&amp;#22914;&amp;#19979;&amp;#22270;&amp;#65306;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131540maUW.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_1gbf2kkcv_b" NAME="clip_image002" ALIGN=BOTTOM WIDTH=448 HEIGHT=318 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19968;&amp;#12289;&amp;#39318;&amp;#20808;&amp;#22312;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;perth&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19978;&amp;#35774;&amp;#32622;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#25171;&amp;#24320;&amp;#31649;&amp;#29702;&amp;#24037;&amp;#20855;&amp;#20013;&amp;#30340;&amp;ldquo;&amp;#32593;&amp;#32476;&amp;#36127;&amp;#36733;&amp;#24179;&amp;#34913;&amp;#31649;&amp;#29702;&amp;#22120;&amp;rdquo;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131540HQ4J.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_2cw5dmqcn_b" NAME="clip_image004" ALIGN=BOTTOM WIDTH=556 HEIGHT=491 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#21491;&amp;#20987;&amp;#32593;&amp;#32476;&amp;#36127;&amp;#36733;&amp;#24179;&amp;#34913;&amp;#32676;&amp;#38598;&amp;#65292;&amp;#36873;&amp;#25321;&amp;ldquo;&amp;#26032;&amp;#24314;&amp;#32676;&amp;#38598;&amp;rdquo;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131541vaQb.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_3g58rngfz_b" NAME="clip_image006" ALIGN=BOTTOM WIDTH=235 HEIGHT=98 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#32676;&amp;#38598;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#37197;&amp;#32622;&amp;#65306;&amp;#27492;&amp;#22788;&amp;#22635;&amp;#20889;&amp;#34394;&amp;#25311;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#22320;&amp;#22336;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#19979;&amp;#19968;&amp;#27493;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131541ZFVM.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_4csrps82s_b" NAME="clip_image008" ALIGN=BOTTOM WIDTH=499 HEIGHT=460 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#21333;&amp;#20987;&amp;ldquo;&amp;#28155;&amp;#21152;&amp;rdquo;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131542W6xz.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_5ddbj95d3_b" NAME="clip_image010" ALIGN=BOTTOM WIDTH=501 HEIGHT=461 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#27492;&amp;#22788;&amp;#22635;&amp;#20889;&amp;#26412;&amp;#26426;&amp;#30340;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#22320;&amp;#22336;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;192.168.1.101&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#30830;&amp;#23450;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#19979;&amp;#19968;&amp;#27493;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131542KOpr.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_669849sdt_b" NAME="clip_image012" ALIGN=BOTTOM WIDTH=497 HEIGHT=457 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#31471;&amp;#21475;&amp;#35268;&amp;#21017;&amp;#65306;&amp;#36873;&amp;#25321;&amp;#40664;&amp;#35748;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#19979;&amp;#19968;&amp;#27493;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131543nAnz.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_7fd2z8jfn_b" NAME="clip_image014" ALIGN=BOTTOM WIDTH=502 HEIGHT=460 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#36830;&amp;#25509;&amp;#65306;&amp;#22635;&amp;#20889;&amp;#23436;&amp;#20027;&amp;#26426;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#22320;&amp;#22336;&amp;#21518;&amp;#21333;&amp;#20987;&amp;ldquo;&amp;#36830;&amp;#25509;&amp;rdquo;&amp;#20027;&amp;#26426;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#26159;&amp;#26412;&amp;#26426;&amp;#30340;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP192.168.1.101&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#28982;&amp;#21518;&amp;#21333;&amp;#20987;&amp;#19968;&amp;#19979;&amp;#26412;&amp;#22320;&amp;#36830;&amp;#25509;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#19979;&amp;#19968;&amp;#27493;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131544TUnf.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_8hb329vfz_b" NAME="clip_image016" ALIGN=BOTTOM WIDTH=500 HEIGHT=463 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#20027;&amp;#26426;&amp;#21442;&amp;#25968;&amp;#65306;&amp;#36873;&amp;#25321;&amp;#40664;&amp;#35748;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#23436;&amp;#25104;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131544e7ut.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_9cgbb5rdm_b" NAME="clip_image018" ALIGN=BOTTOM WIDTH=502 HEIGHT=460 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#20108;&amp;#12289;&amp;#22312;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;Istanbul&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19978;&amp;#35774;&amp;#32622;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#25171;&amp;#24320;&amp;#31649;&amp;#29702;&amp;#24037;&amp;#20855;&amp;#20013;&amp;#30340;&amp;#32593;&amp;#32476;&amp;#36127;&amp;#36733;&amp;#24179;&amp;#34913;&amp;#31649;&amp;#29702;&amp;#22120;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131545vAlJ.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_10dzwg68gv_b" NAME="clip_image020" ALIGN=BOTTOM WIDTH=554 HEIGHT=503 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#32593;&amp;#32476;&amp;#36127;&amp;#36733;&amp;#24179;&amp;#34913;&amp;#21491;&amp;#20987;&amp;#65292;&amp;#36873;&amp;#25321;&amp;ldquo;&amp;#26032;&amp;#24314;&amp;#32676;&amp;#38598;&amp;rdquo;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131546PdcB.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_11fg4g5ndm_b" NAME="clip_image022" ALIGN=BOTTOM WIDTH=263 HEIGHT=59 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#32676;&amp;#38598;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#22320;&amp;#22336;&amp;#22635;&amp;#20889;&amp;#34394;&amp;#25311;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP192.168.1.100&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#19979;&amp;#19968;&amp;#27493;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131546yIbX.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_12gr2ftxft_b" NAME="clip_image024" ALIGN=BOTTOM WIDTH=501 HEIGHT=459 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#21333;&amp;#20987;&amp;#28155;&amp;#21152;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131547PuE4.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_13ggk4xngw_b" NAME="clip_image026" ALIGN=BOTTOM WIDTH=499 HEIGHT=458 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#22635;&amp;#20889;&amp;#26412;&amp;#26426;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP192.168.1.102&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#30830;&amp;#23450;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#19979;&amp;#19968;&amp;#27493;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131548nJWj.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_14gdr8sgcm_b" NAME="clip_image028" ALIGN=BOTTOM WIDTH=501 HEIGHT=464 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#31471;&amp;#21475;&amp;#35268;&amp;#21017;&amp;#65306;&amp;#36873;&amp;#25321;&amp;#40664;&amp;#35748;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#19979;&amp;#19968;&amp;#27493;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131548IycL.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_15hmkkvjfc_b" NAME="clip_image030" ALIGN=BOTTOM WIDTH=499 HEIGHT=458 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#36830;&amp;#25509;&amp;#65306;&amp;#20027;&amp;#26426;&amp;#22635;&amp;#20889;&amp;#26412;&amp;#26426;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;IP192.168.1.102&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#36830;&amp;#25509;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#26412;&amp;#22320;&amp;#36830;&amp;#25509;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#19979;&amp;#19968;&amp;#27493;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131549S3hA.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_16hftm4hhh_b" NAME="clip_image032" ALIGN=BOTTOM WIDTH=500 HEIGHT=460 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#21442;&amp;#25968;&amp;#65306;&amp;#20248;&amp;#20808;&amp;#32423;&amp;#25913;&amp;#25104;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;2&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#65292;&amp;#20854;&amp;#20313;&amp;#19981;&amp;#21464;&amp;#65292;&amp;#21333;&amp;#20987;&amp;#23436;&amp;#25104;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_12311315498MkZ.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_17ftjchwd5_b" NAME="clip_image034" ALIGN=BOTTOM WIDTH=500 HEIGHT=457 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19977;&amp;#12289;&amp;#23458;&amp;#25143;&amp;#26426;&amp;#35775;&amp;#38382;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#22312;&amp;#23458;&amp;#25143;&amp;#26426;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;Berlin&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19978;&amp;#35775;&amp;#38382;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19979;&amp;#22270;&amp;#26174;&amp;#31034;&amp;#30340;&amp;#26159;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;Istanbul&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19978;&amp;#30340;&amp;#32593;&amp;#31449;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_12311315506ujj.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_18ch9n4gcp_b" NAME="clip_image036" ALIGN=BOTTOM WIDTH=580 HEIGHT=398 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#37027;&amp;#20040;&amp;#25105;&amp;#20204;&amp;#25226;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;Istanbul&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19978;&amp;#30340;&amp;#32593;&amp;#21345;&amp;#31105;&amp;#29992;&amp;#21518;&amp;#22312;&amp;#35775;&amp;#38382;&amp;#30475;&amp;#30475;&amp;#20250;&amp;#24590;&amp;#26679;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#39318;&amp;#20808;&amp;#31105;&amp;#29992;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;Istanbul&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19978;&amp;#30340;&amp;#32593;&amp;#21345;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131551PhvN.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_19fdf5ggcf_b" NAME="clip_image038" ALIGN=BOTTOM WIDTH=580 HEIGHT=397 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#28982;&amp;#21518;&amp;#22312;&amp;#22312;&amp;#23458;&amp;#25143;&amp;#26426;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;Berlin&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19978;&amp;#35775;&amp;#38382;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#27492;&amp;#22270;&amp;#26174;&amp;#31034;&amp;#30340;&amp;#26159;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;perth&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#19978;&amp;#30340;&amp;#32593;&amp;#31449;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131552WdQh.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_20ctwp5xzt_b" NAME="clip_image040" ALIGN=BOTTOM WIDTH=580 HEIGHT=400 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#28982;&amp;#21518;&amp;#25105;&amp;#20204;&amp;#21551;&amp;#29992;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;Istanbul&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#30340;&amp;#32593;&amp;#21345;&amp;#65292;&amp;#31105;&amp;#29992;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT SIZE=2&gt;perth&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&amp;#30340;&amp;#32593;&amp;#21345;&amp;#22312;&amp;#35775;&amp;#38382;&amp;#19968;&amp;#19979;&amp;#30475;&amp;#30475;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131552HgUP.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_21fqhqfqg9_b" NAME="clip_image042" ALIGN=BOTTOM WIDTH=580 HEIGHT=414 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-bottom: 0in"&gt;&lt;br /&gt;&lt;A HREF="http://luwenju.blog.51cto.com/attachment/200901/5/620835_1231131553oKnl.jpg"&gt;&lt;IMG src="http://docs.google.com/File?id=dc773xz7_22g4df63gh_b" NAME="clip_image044" ALIGN=BOTTOM WIDTH=580 HEIGHT=401 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" ALIGN=LEFT style="margin-top: 0.19in; margin-bottom: 0.19in"&gt;&lt;br /&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&lt;FONT COLOR="#000000"&gt;&amp;#26412;&amp;#25991;&amp;#20986;&amp;#33258;&lt;br /&gt;&amp;ldquo;&lt;/FONT&gt;&lt;/FONT&gt;&lt;A HREF="http://luwenju.blog.51cto.com/"&gt;&lt;FONT SIZE=2&gt;&lt;U&gt;&lt;FONT COLOR="#000000"&gt;&amp;#38470;&amp;#25991;&amp;#20030;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &lt;/FONT&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;A HREF="http://luwenju.blog.51cto.com/"&gt;&lt;U&gt;&lt;FONT SIZE=2&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT COLOR="#000000"&gt;|&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&lt;FONT COLOR="#000000"&gt;&amp;#32593;&amp;#32476;&amp;#25216;&amp;#26415;&amp;#31354;&amp;#38388;&lt;/FONT&gt;&lt;/FONT&gt;&lt;A HREF="http://luwenju.blog.51cto.com/"&gt;&lt;U&gt;&lt;FONT SIZE=2&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT COLOR="#000000"&gt;|&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;FONT SIZE=2&gt;&lt;FONT FACE="Verdana, sans-serif"&gt;&lt;FONT COLOR="#000000"&gt;&amp;rdquo;&lt;br /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT FACE="&amp;#23435;&amp;#20307;, SimSun"&gt;&lt;FONT SIZE=2&gt;&lt;FONT COLOR="#000000"&gt;&amp;#21338;&amp;#23458;&amp;#65292;&amp;#35831;&amp;#21153;&amp;#24517;&amp;#20445;&amp;#30041;&amp;#27492;&amp;#20986;&amp;#22788;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;br /&gt;&lt;P CLASS="western" STYLE="margin-bottom: 0in"&gt;&lt;BR&gt;&lt;br /&gt;&lt;/P&gt;&lt;br /&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5303417970977723709-29759733167016134?l=microsoftbat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://microsoftbat.blogspot.com/feeds/29759733167016134/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5303417970977723709&amp;postID=29759733167016134' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5303417970977723709/posts/default/29759733167016134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5303417970977723709/posts/default/29759733167016134'/><link rel='alternate' type='text/html' href='http://microsoftbat.blogspot.com/2009/01/windows.html' title='Windows负载均衡配置'/><author><name>Windows技术流</name><uri>http://www.blogger.com/profile/03542826410535824540</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5303417970977723709.post-1818043907533930520</id><published>2008-12-03T19:23:00.000-08:00</published><updated>2008-12-03T19:24:56.885-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='winxp最大连接数怎么改？'/><title type='text'>winxp最大连接数怎么改？</title><content type='html'>众所周知，为了防范蠕虫病毒的传播和攻击，Windows XP SP2将并发线程最多限制为10个。SP2利用Messages动态链接库，来实时监控每个进程的并发线程数目，一旦它发现某进程的线程数超过10个，就会屏蔽掉部分线程。SP2这样做，虽然可以防范震荡波类型的蠕虫病毒，加强系统安全，但是也带了一些负面影响，例如当你使用BT、P2P或FlashGet软件下载时，部分线程将被屏蔽掉，因此下载速度会变得很慢。为此，你可以采取以下对策，来突破TCP并发连接数，从而提高SP2的多线程访问速度。&lt;br /&gt;&lt;br /&gt;一、注册表修改法的误区&lt;br /&gt;&lt;br /&gt;为了突破SP2对TCP并发连接数的限制，网上曾经流传过一种修改注册表的方法，操作步骤如下： &lt;br /&gt;&lt;br /&gt;单击“开始”/运行，输入Regedit打开注册表，定位到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters下，修改的“TcpNumConnections”的键值，将之由10改为150，即设置TCP最大并发连接数为150。&lt;br /&gt;&lt;br /&gt;经过实际测试，我们发现该方法看起来有效，但实质上并不能突破并发连接数限制，提高SP2的多线程访问速度。因为SP2对线程数目的控制，是通过“Tcpip.sys”这个系统文件来实现的，并不是通过注册表实现的，因此，该方法不能增加SP2的TCP并发连接数。&lt;br /&gt;&lt;br /&gt;二、使用工具来替换Tcpip.sys&lt;br /&gt;&lt;br /&gt;为了突破SP2的TCP并发连接数限制，正确地方法是修改Windows XP SP2的系统文件Tcpip.sys。Tcpip.sys是Windows XP SP2重要的系统文件，位于“C:\Windows\system32\drivers目录下。该文件由于平时受到系统保护，所以正常情况下你是无法替换它的，必须在安全模式或纯DOS模式下才能替换，建议你使用以下专门工具、来替换“Tcpip.sys”文件，操作步骤如下：&lt;br /&gt;&lt;br /&gt;从网上[url]http://www.onlinedown.net/soft/34037.htm[/url]下载替换工具(仅为30KB)，用它来修改系统文件Tcpip.sys最大安全并发连接限制；然后备份一下C:\Windows\system32\drivers\Tcpip.sys文件。&lt;br /&gt;&lt;br /&gt;接下来，双击打开下载文件ZIP压缩包，运行其中的替换工具EvID4226Patch.exe，随之将弹出一个命令行提示符窗口，首先显示Windows当前的Tcpip.sys文件版本，以及并发连接的限制数值(默认为10)；接着询问你是否将连接数限制在50(如下图1)，你可以选择“Yes/No/Change”，如果你输入“Y”，则会将并发连接数改为“50”，如果想改为其他数(例如150)，可以在提示符后输入“c”，然后输入最大的并发连接数(例如150)回车，最后在提示符下输入“Y”并回车，这样就替换了Tcpip.sys文件；Tcpip.sys文件被替换后，随之会弹出系统文件保护对话框，你可以点击“取消”按钮，然后点击“是”按钮，重新启动后，Tcpip.sys文件的替换就大功告成了！&lt;br /&gt;现在你的最大并发连接数已超过10个，达到了150个，因此Windows XP SP2的多线程访问速度得到了提升，当你用FlashGet、BT等多线程下载时，就不会感到网络带宽的限制了。&lt;br /&gt;三、DOS下修改Tcpip.sys文件&lt;br /&gt;以上替换程序EvID4226Patch.exe也可以在DOS下使用，方法是：首先把EvID4226Patch.exe拷贝到C盘根目录下；然后再进入DOS模式，进入C盘根目录，输入命令EvID4226Patch/L=$n$/w=C:\WINDOWS\system32\drivers/L=tcpip.sys即可修改Tcpip.sys文件。&lt;br /&gt;注意：以上$n$为你要设置的最大安全连接数，假如要把最大并发连接数设置为150个线程，那么输入命令EvID4226Patch/L=150/w=C:\WINDOWS\system32\drivers/L=tcpip.sys即可。&lt;br /&gt;四、使用比特精灵附带的工具&lt;br /&gt;比特精灵附带的工具“TCP/IP连接数破解补丁”也可以替换Tcpip.sys，突破SP2的TCP并发连接数限制。&lt;br /&gt;从网上下载比特精灵(BitSpirit)V2.7.2.225简体中文正式版，然后双击下载文件进行安装。你可以选择安装哪些组件(下图2)，应该安装“用于Windows XP SP2的TCP/IP连接数破解补丁”，安装结束后，XP开始菜单中就会有BitSpirit程序组，单击其中的“XP SP2连接数破解补丁”，即可修改Tcpip.sys文件。&lt;br /&gt;单击“XP SP2连接数破解补丁”，弹出该软件的界面，界面中列出了当前Tcpip.sys的版本、及最大并发连接数(右图3)，你可以在“TCP/IP Linitation”输入一个数，来设置最大并发连接数，例如输入150，然后按“Apply”按钮，重启系统后，你的SP2最大并发连接数就改为了150。&lt;br /&gt;以上几种方法虽然提高了Windows XP SP2的多线程访问速度，但却降低了SP2的安全性能，如果你的电脑感染了病毒和木马，过多地启用新线程，会加速病毒和木马地蔓延，因此你在追求网络下载速度的同时，也要注意网络安全。建议你及时安装升级杀毒软件和防火墙，如果是普通用户，可以利用上面的方法，将TCP最大并发连接数设置为10～30，BT用户可以设置为100～150。&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5303417970977723709-1818043907533930520?l=microsoftbat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://microsoftbat.blogspot.com/feeds/1818043907533930520/comments/default' title='帖子评论'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5303417970977723709&amp;postID=1818043907533930520' title='0 条评论'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5303417970977723709/posts/default/1818043907533930520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5303417970977723709/posts/default/1818043907533930520'/><link rel='alternate' type='text/html' href='http://microsoftbat.blogspot.com/2008/12/winxp.html' title='winxp最大连接数怎么改？'/><author><name>Windows技术流</name><uri>http://www.blogger.com/profile/03542826410535824540</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
