<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>swigger's BLOG &#187; 软件使用</title>
	<atom:link href="http://www.swigger.net/archives/category/softusage/feed" rel="self" type="application/rss+xml" />
	<link>http://www.swigger.net</link>
	<description>醉卧沙场君莫笑 古来征战几人回</description>
	<lastBuildDate>Tue, 24 Jan 2012 05:34:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google&#8217;s IP Range</title>
		<link>http://www.swigger.net/archives/313.html</link>
		<comments>http://www.swigger.net/archives/313.html#comments</comments>
		<pubDate>Tue, 30 Aug 2011 14:18:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=313</guid>
		<description><![CDATA[the following ip addresses belong to google. 64.233.160.0 &#8211; 64.233.191.255 66.102.0.0 &#8211; 66.102.15.255 66.249.64.0 &#8211; 66.249.95.255 72.14.192.0 &#8211; 72.14.255.255 74.125.0.0 &#8211; 74.125.255.255 209.85.128.0 &#8211; 209.85.255.255 216.239.32.0 &#8211; 216.239.63.255]]></description>
			<content:encoded><![CDATA[<p>the following ip addresses belong to google.</p>
<p>64.233.160.0 &#8211; 64.233.191.255<br />
66.102.0.0 &#8211; 66.102.15.255<br />
66.249.64.0 &#8211; 66.249.95.255<br />
72.14.192.0 &#8211; 72.14.255.255<br />
74.125.0.0 &#8211; 74.125.255.255<br />
209.85.128.0 &#8211; 209.85.255.255<br />
216.239.32.0 &#8211; 216.239.63.255 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/313.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>怎么加速你的 iTunes 下载</title>
		<link>http://www.swigger.net/archives/258.html</link>
		<comments>http://www.swigger.net/archives/258.html#comments</comments>
		<pubDate>Thu, 02 Jun 2011 16:24:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=258</guid>
		<description><![CDATA[以下文字为转载： by Paveo owind.com 今天 Andy 叔叔问我怎么在 hosts 文件里面添加 *.phobos.apple.com 208.46.163.74 不幸的是，hosts 文件这种老古董是不支持通配符滴。。那么怎么才能强行给众多的 Apple 的服务器指定 IP 地址来加快 iTunes 下载呢。。？显然不能从a1一直加到a1999 。。 那我们就用 dnsmasq 吧，如果你的 Mac 里面已经装了 dnsmasq，那很简单，加上这条规则： address=/.phobos.apple.com/173.223.52.163 就能把 *.phobos.apple.com 强制指定到 IP 173.223.52.163。173.223.52.163 这个IP在我网络里下 iTunes 的东西是满速的。所以你可以根据你的网络得到一个最快的IP，然后强制指定 *.phobos.apple.com 到那个IP地址。 那么如何知道哪个IP对你来说速度最佳呢？也很简单，打开你的终 端，ping a*.phobos.apple.com，比如 ping a10.phobos.apple.com ping a45.phobos.apple.com 。。。多ping几个地址，然后用那个延迟最低的即可（200左右或者以下最好）。 然后你懂了吧。。享受高速的 iTunes 下载吧。 one more thing。。 如果你老换网络环境，或者，你根本不知道怎么在 Mac 安装 dnsmasq，好吧。你可以在路由器上弄。刷了 ddwrt [...]]]></description>
			<content:encoded><![CDATA[<h1 id="post-860">以下文字为转载：</h1>
<div>
<p>by Paveo owind.com</p>
<p>今天 Andy 叔叔问我怎么在 hosts 文件里面添加</p>
<p><code>*.phobos.apple.com 208.46.163.74</code></p>
<p>不幸的是，hosts 文件这种老古董是不支持通配符滴。。那么怎么才能强行给众多的 Apple 的服务器指定 IP 地址来加快 iTunes 下载呢。。？显然不能从a1一直加到a1999 。。</p>
<p>那我们就用 dnsmasq 吧，如果你的 Mac 里面已经装了 dnsmasq，那很简单，加上这条规则：</p>
<p><code>address=/.phobos.apple.com/173.223.52.163</code></p>
<p>就能把 *.phobos.apple.com 强制指定到 IP 173.223.52.163。173.223.52.163 这个IP在我网络里下 iTunes 的东西是满速的。所以你可以根据你的网络得到一个最快的IP，然后强制指定 *.phobos.apple.com 到那个IP地址。</p>
<p>那么如何知道哪个IP对你来说速度最佳呢？也很简单，打开你的终 端，ping a*.phobos.apple.com，比如 ping a10.phobos.apple.com ping a45.phobos.apple.com 。。。多ping几个地址，然后用那个延迟最低的即可（200左右或者以下最好）。</p>
<p>然后你懂了吧。。享受高速的 iTunes 下载吧。</p>
<p>one more thing。。</p>
<p>如果你老换网络环境，或者，你根本不知道怎么在 Mac 安装 dnsmasq，好吧。你可以在路由器上弄。刷了 ddwrt 或者 tomato 的路由器都可以添加 dnsmasq 选项。在 Advanced – DHCP / DNS – Dnsmasq Custom configuration 添加：</p>
<p><code>address=/.phobos.apple.com/173.223.52.163</code></p>
</div>
<p>&nbsp;</p>
<h1 id="post-860">以上文字为转载，再记一下自己的发现过程：</h1>
<p>在ipad上下载一个软件，在网关抓包，发现它是通过a623.phobos.apple.com下载的ipa。然后搜索phobos.apple.com，找到该文，</p>
<p>不过文中的IP　173.223.52.163　速度并不好。于是找来一堆香港台湾的dns服务器：</p>
<p>202.60.252.8<br />
202.45.84.58<br />
168.95.1.1<br />
139.175.252.16<br />
61.10.1.130<br />
203.80.96.10<br />
210.200.211.225<br />
208.67.220.220<br />
61.10.0.130<br />
61.56.211.185<br />
168.95.192.1<br />
168.95.192.2<br />
139.175.10.20<br />
139.175.55.244<br />
139.175.150.20<br />
202.45.84.59<br />
211.78.130.2<br />
202.14.67.14<br />
202.14.67.4<br />
208.67.222.222<br />
210.200.211.193</p>
<p>用这堆服务器来解析a1.phobos.apple.com</p>
<p>得到一堆这样的结果IP和ping值：</p>
<table border="0" cellspacing="0" cellpadding="0" width="163">
<col width="98"></col>
<col width="65"></col>
<tbody>
<tr height="15">
<td width="98" height="15">203.186.47.56</td>
<td width="65" align="right">34.176</td>
</tr>
<tr height="15">
<td height="15">203.69.113.128</td>
<td align="right">57.967</td>
</tr>
<tr height="15">
<td height="15">203.69.138.49</td>
<td align="right">58.888</td>
</tr>
<tr height="15">
<td height="15">210.201.31.70</td>
<td align="right">66.606</td>
</tr>
<tr height="15">
<td height="15">203.186.47.58</td>
<td align="right">113.944</td>
</tr>
<tr height="15">
<td height="15">210.0.146.40</td>
<td align="right">123.9</td>
</tr>
<tr height="15">
<td height="15">203.69.138.34</td>
<td align="right">166.874</td>
</tr>
<tr height="15">
<td height="15">203.69.113.136</td>
<td align="right">167.232</td>
</tr>
<tr height="15">
<td height="15">210.201.31.71</td>
<td align="right">174.126</td>
</tr>
<tr height="15">
<td height="15">203.69.138.18</td>
<td align="right">175.379</td>
</tr>
<tr height="15">
<td height="15">139.175.236.225</td>
<td align="right">358.2</td>
</tr>
<tr height="15">
<td height="15">60.254.131.54</td>
<td align="right">393.824</td>
</tr>
<tr height="15">
<td height="15">210.0.146.18</td>
<td align="right">433.961</td>
</tr>
<tr height="15">
<td height="15">60.254.175.11</td>
<td align="right">473.824</td>
</tr>
<tr height="15">
<td height="15">60.254.175.17</td>
<td align="right">499.184</td>
</tr>
<tr height="15">
<td height="15">60.254.131.55</td>
<td align="right">515.065</td>
</tr>
<tr height="15">
<td height="15">139.175.236.203</td>
<td align="right">531.428</td>
</tr>
<tr height="15">
<td height="15">96.17.180.152</td>
<td align="right">573.789</td>
</tr>
<tr height="15">
<td height="15">96.17.180.153</td>
<td align="right">600.659</td>
</tr>
</tbody>
</table>
<p>选中最快的　203.186.47.56</p>
<p>大功告成。</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/258.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>virtualbox port forwarding</title>
		<link>http://www.swigger.net/archives/200.html</link>
		<comments>http://www.swigger.net/archives/200.html#comments</comments>
		<pubDate>Sat, 31 Jul 2010 06:50:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=200</guid>
		<description><![CDATA[copied from the manual&#8230;. As the virtual machine is connected to a private network internal to VirtualBox and invisible to the host, network services on the guest are not accessible to the host machine or to other computers on the same network. However, like a physical router, VirtualBox can make selected services available to the [...]]]></description>
			<content:encoded><![CDATA[<p>copied from the manual&#8230;.</p>
<p>As the virtual machine is connected to a private network internal to VirtualBox and invisible to the host, network services on the guest are not accessible to the host machine or to other computers on the same network. However, like a physical router, VirtualBox can make selected services available to the world outside the guest through <strong>port forwarding.</strong> This means that VirtualBox listens to certain ports on the host and resends all packets which arrive there to the guest, on the same or a different port.</p>
<p>To an application on the host or other physical (or virtual) machines on the network, it looks as though the service being proxied is actually running on the host. This also means that you cannot run the same service on the same ports on the host. However, you still gain the advantages of running the service in a virtual machine &#8212; for example, services on the host machine or on other virtual machines cannot be compromised or crashed by a vulnerability or a bug in the service, and the service can run in a different operating system than the host system.</p>
<p>You can set up a guest service which you wish to proxy using the command line tool <code>VBoxManage</code>; for details, please refer to <a title="VBoxManage modifyvm" href="http://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm">the section called “VBoxManage modifyvm”</a>.</p>
<p>You will need to know which ports on the guest the service uses and to decide which ports to use on the host (often but not always you will want to use the same ports on the guest and on the host). You can use any ports on the host which are not already in use by a service. For example, to set up incoming NAT connections to an <code>ssh</code> server in the guest, use the following command:</p>
<pre>VBoxManage modifyvm "VM name" --natpf1 "guestssh,tcp,,2222,,22"</pre>
<p>With the above example, all TCP traffic arriving on port 2222 on any host interface will be forwarded to port 22 in the guest. The protocol name <code>tcp</code> is a mandatory attribute defining which protocol should be used for forwarding (<code>udp</code> could also be used). The name <code>guestssh</code> is purely descriptive and will be auto-generated if omitted. The number after <code>--natpf</code> denotes the network card, like in other parts of VBoxManage.</p>
<p>To remove this forwarding rule again, use the following command:</p>
<pre>VBoxManage modifyvm "VM name" --natpf1 delete "guestssh"</pre>
<p>If for some reason the guest uses a static assigned IP address not leased from the built-in DHCP server, it is required to specify the guest IP when registering the forwarding rule:</p>
<pre>VBoxManage modifyvm "VM name" --natpf1 "guestssh,tcp,,2222,10.0.2.19,22"</pre>
<p>This example is identical to the previous one, except that the NAT engine is being told that the guest can be found at the 10.0.2.19 address.</p>
<p>To forward <em>all</em> incoming traffic from a specific host interface to the guest, specify the IP of that host interface like this:</p>
<pre>VBoxManage modifyvm "VM name" --natpf1 "guestssh,tcp,127.0.0.1,2222,,22"</pre>
<p>This forwards all TCP traffic arriving on the localhost interface (127.0.0.1) via port 2222 to port 22 in the guest.</p>
<p>It is not possible to configure incoming NAT connections while the VM is running. However, you can change the settings for a VM which is currently saved (or powered off at a snapshot).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/200.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>移动XP不欢迎的驱动</title>
		<link>http://www.swigger.net/archives/186.html</link>
		<comments>http://www.swigger.net/archives/186.html#comments</comments>
		<pubDate>Sun, 25 Apr 2010 09:18:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=186</guid>
		<description><![CDATA[1. iastor.sys  。这是某些机器上的SATA驱动，没它不行，但这个驱动存在一个BUG，如果没有合适的硬件，加载它就可能会导致系统蓝屏。因此把它集成到WINXP的安装盘，安装系统时，在另一种硬件下，集成的安装盘就不能用了，会蓝屏死机。解决办法：修改iastor.sys，把引发蓝屏的那一条释放内存语句跳过。可能会造成一点点内存泄漏，但这无所谓了。 2. intelppm。intel CPU的驱动。换到amd下时，它会引发蓝屏。解决办法：sc config intelppm start= demand 。 设为手动启动。 此外，遇到一个问题，系统设置的分辨率太高，启动的显示器提示分辩率太高，看不到任何东西。这样也无法修改分辨率。。。解决办法：启动到PE，挂接注册表。删除相关的硬件配置： \SYSTEM\ControlSet001\Control\Video \SYSTEM\ControlSet001\Hardware Profiles\000?\System\CurrentControlSet\Control\VIDEO]]></description>
			<content:encoded><![CDATA[<p>1. iastor.sys  。这是某些机器上的SATA驱动，没它不行，但这个驱动存在一个BUG，如果没有合适的硬件，加载它就可能会导致系统蓝屏。因此把它集成到WINXP的安装盘，安装系统时，在另一种硬件下，集成的安装盘就不能用了，会蓝屏死机。解决办法：修改iastor.sys，把引发蓝屏的那一条释放内存语句跳过。可能会造成一点点内存泄漏，但这无所谓了。</p>
<p>2. intelppm。intel CPU的驱动。换到amd下时，它会引发蓝屏。解决办法：sc config intelppm start= demand 。 设为手动启动。</p>
<p>此外，遇到一个问题，系统设置的分辨率太高，启动的显示器提示分辩率太高，看不到任何东西。这样也无法修改分辨率。。。解决办法：启动到PE，挂接注册表。删除相关的硬件配置：<br />
\SYSTEM\ControlSet001\Control\Video<br />
\SYSTEM\ControlSet001\Hardware Profiles\000?\System\CurrentControlSet\Control\VIDEO</p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/186.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Internet连接共享(ICS)命令行设置</title>
		<link>http://www.swigger.net/archives/146.html</link>
		<comments>http://www.swigger.net/archives/146.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:04:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=146</guid>
		<description><![CDATA[因为有些原因要用到ICS。想用命令行启用ICS，GOOGLE了一番，没有结果，有的人信势旦旦的说用netsh可以做到，通过对比开启ICS前和ICS后的netsh dump文件发现，这两个根本就没有本质区别，换句话说，netsh不可能开启ICS。 于是对比注册表，注册表太大，只对比了开启ICS前后的Current Control Set，也没有发现本质区别，换句话说，改注册表可能不能启用ICS，或者很难，不知道信息存在哪里。（我猜是不在注册表里的） 没办法了，使出万能法宝，一定可以成功的调试器。ollydbg威武出场，调试了一下，通过网卡属性设置ICS时，调用了hnetcfg里的COM接口。用oleview一看，嘿，这dll还提供了比较不错的idl信息，还是基于IDispatch接口的，也就是说，可以用脚本调用。于是改换方向，用这个IDL里面的关键字，继续google。这下就找到了。 用起来还挺简单： cscript  /nologo ics.vbs “private interface name” “public interface name” key word: CONNECTION_PUBLIC  CONNECTION_PRIVATE  EnableSharing 经验教训： 搜命令行或Command line 之类的关键词找不到结果时，要试一下script, vbs之类的关键字。 搜这种词的时候，google还是挺垃圾的，我是用google.com/ncr搜的，还是难以找到。 互联网上的垃圾信息越来越多了，想要的有深度的内容会越来越不好找。 一边研究一边google的做法，目前还是比较好用的。想当年为了把windows（不是WINPE)装到移动硬盘上，并且可以在任意一台电脑上启动系统并使用系统，就是用研究再加搜索的方法，研究到80%，知道了一堆的keyword，也就容易找到相同的问题和解决方案了，否则找到的都是垃圾。 ics.vbs 下载]]></description>
			<content:encoded><![CDATA[<p>因为有些原因要用到ICS。想用命令行启用ICS，GOOGLE了一番，没有结果，有的人信势旦旦的说用netsh可以做到，通过对比开启ICS前和ICS后的netsh dump文件发现，这两个根本就没有本质区别，换句话说，netsh不可能开启ICS。</p>
<p>于是对比注册表，注册表太大，只对比了开启ICS前后的Current Control Set，也没有发现本质区别，换句话说，改注册表可能不能启用ICS，或者很难，不知道信息存在哪里。（我猜是不在注册表里的）</p>
<p>没办法了，使出万能法宝，一定可以成功的调试器。ollydbg威武出场，调试了一下，通过网卡属性设置ICS时，调用了hnetcfg里的COM接口。用oleview一看，嘿，这dll还提供了比较不错的idl信息，还是基于IDispatch接口的，也就是说，可以用脚本调用。于是改换方向，用这个IDL里面的关键字，继续google。这下就找到了。</p>
<p>用起来还挺简单： cscript  /nologo ics.vbs “private interface name” “public interface name”</p>
<p>key word: CONNECTION_PUBLIC  CONNECTION_PRIVATE  EnableSharing</p>
<p>经验教训：</p>
<ol>
<li>搜命令行或Command line 之类的关键词找不到结果时，要试一下script, vbs之类的关键字。</li>
<li>搜这种词的时候，google还是挺垃圾的，我是用google.com/ncr搜的，还是难以找到。</li>
<li>互联网上的垃圾信息越来越多了，想要的有深度的内容会越来越不好找。</li>
<li>一边研究一边google的做法，目前还是比较好用的。想当年为了把windows（不是WINPE)装到移动硬盘上，并且可以在任意一台电脑上启动系统并使用系统，就是用研究再加搜索的方法，研究到80%，知道了一堆的keyword，也就容易找到相同的问题和解决方案了，否则找到的都是垃圾。</li>
</ol>
<p><a href="/soft/ics.zip">ics.vbs 下载</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/146.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>升级wordpress到2.9.1</title>
		<link>http://www.swigger.net/archives/141.html</link>
		<comments>http://www.swigger.net/archives/141.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 12:46:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=141</guid>
		<description><![CDATA[跟上次不一样，这一次用了自己做的merge工具，有了merge工具，升级不愁了。。。 再也不怕丢失自己的修改了。]]></description>
			<content:encoded><![CDATA[<p>跟上次不一样，这一次用了自己做的merge工具，有了merge工具，升级不愁了。。。</p>
<p>再也不怕丢失自己的修改了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/141.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>关于时间转换</title>
		<link>http://www.swigger.net/archives/128.html</link>
		<comments>http://www.swigger.net/archives/128.html#comments</comments>
		<pubDate>Mon, 14 Dec 2009 13:21:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=128</guid>
		<description><![CDATA[1. 在excel里显示time_t类型的时间(1970-1-1到现在的秒数）:  设数字在B1格中，先输入工式： =(E1+8*3600)/(24*3600)+25569，然后设置单元格选项为日期类型即可。 2. 得到当前的time_t秒数，这在程序中很容易，在linux命令下，可以用 data +%s 命令得到。 3. 在linux命令行下把数值转化为时间： 设目前秒数是1260796354，则命令为： data -d @1260796354 当然，这些都是命令行或软件使用中的。在程序中，那是非常方便的转换。]]></description>
			<content:encoded><![CDATA[<p>1. 在excel里显示time_t类型的时间(1970-1-1到现在的秒数）:  设数字在B1格中，先输入工式： =(E1+8*3600)/(24*3600)+25569，然后设置单元格选项为日期类型即可。</p>
<p>2. 得到当前的time_t秒数，这在程序中很容易，在linux命令下，可以用 data +%s 命令得到。</p>
<p>3. 在linux命令行下把数值转化为时间： 设目前秒数是1260796354，则命令为：<br />
data -d @1260796354</p>
<p>当然，这些都是命令行或软件使用中的。在程序中，那是非常方便的转换。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/128.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>symantec的smc.exe防杀原理</title>
		<link>http://www.swigger.net/archives/121.html</link>
		<comments>http://www.swigger.net/archives/121.html#comments</comments>
		<pubDate>Sun, 06 Sep 2009 02:31:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=121</guid>
		<description><![CDATA[偶尔打开冰刃就发现了，其原理好简单，用了wpsdrvnt.sys修改了ssdt中的几个函数，主要是关进程和内存修改的相关函数，用来保护smc.exe。所以要想自由的开关smc，只需要禁用wpsdrvnt就行了： sc config wpsdrvnt start= disabled 重启即可。 这样不会影响他的产品的其它功能。]]></description>
			<content:encoded><![CDATA[<p>偶尔打开冰刃就发现了，其原理好简单，用了wpsdrvnt.sys修改了ssdt中的几个函数，主要是关进程和内存修改的相关函数，用来保护smc.exe。所以要想自由的开关smc，只需要禁用wpsdrvnt就行了：</p>
<p>sc config wpsdrvnt start= disabled</p>
<p>重启即可。</p>
<p>这样不会影响他的产品的其它功能。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/121.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>宽带连接不见了</title>
		<link>http://www.swigger.net/archives/119.html</link>
		<comments>http://www.swigger.net/archives/119.html#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:50:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=119</guid>
		<description><![CDATA[囧，把Remote Access Connection Manager的image path从svchost.exe改成svchost1.exe后，（已经把svchost.exe copy一份到svchost1.exe) , 宽带连接就不见了。 还能创建宽带拨号连接，但不能和之前创建的重名，创建后也看不到。 查了不少时间，才想起做了这一改动，改回去重启，果然又出现了。 微软真搞笑，还有检查这一名字的。 同时发现，创建的这些宽带拨号连接，都保存在 C:\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk 下的 rasphone.pbk 里。而不是在注册表。]]></description>
			<content:encoded><![CDATA[<p>囧，把Remote Access Connection Manager的image path从svchost.exe改成svchost1.exe后，（已经把svchost.exe copy一份到svchost1.exe) , 宽带连接就不见了。</p>
<p>还能创建宽带拨号连接，但不能和之前创建的重名，创建后也看不到。</p>
<p>查了不少时间，才想起做了这一改动，改回去重启，果然又出现了。</p>
<p>微软真搞笑，还有检查这一名字的。</p>
<p>同时发现，创建的这些宽带拨号连接，都保存在 C:\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk 下的 rasphone.pbk 里。而不是在注册表。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/119.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>关windows自动运行的一种暴力方式</title>
		<link>http://www.swigger.net/archives/79.html</link>
		<comments>http://www.swigger.net/archives/79.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 11:22:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://www.swigger.net/?p=79</guid>
		<description><![CDATA[关windows自动运行倒底有几种方法，我是说不清了。至少有一种是从组策略里关。不过这样关还不彻底，程序是不会自动运行了，但是右键菜单里还有，还会加载光驱的图标。不保险。 有一种暴力的方式是，直接让windows不去读取 autorun.ini, 这样光盘自定义的图标都不会显示出来，只显示默认光驱图标的。其原理是，利用windows已经有的重定向ini的技术，把ini重定向到注册表中的一个不存在的分支，从而破坏自动运行机制。 实现步骤：把以下内容存成 anti-autorun.reg ，导入到注册表即可。或者简单一点，直接点此下载运行。 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\autorun.inf] @=”#USR:Software\\Microsoft\\Non_exist_node”]]></description>
			<content:encoded><![CDATA[<p>关windows自动运行倒底有几种方法，我是说不清了。至少有一种是从组策略里关。不过这样关还不彻底，程序是不会自动运行了，但是右键菜单里还有，还会加载光驱的图标。不保险。</p>
<p>有一种暴力的方式是，直接让windows不去读取 autorun.ini, 这样光盘自定义的图标都不会显示出来，只显示默认光驱图标的。其原理是，利用windows已经有的重定向ini的技术，把ini重定向到注册表中的一个不存在的分支，从而破坏自动运行机制。</p>
<p>实现步骤：把以下内容存成 anti-autorun.reg ，导入到注册表即可。或者简单一点，<a href="/soft/anti-autorun.reg">直接点此下载运行</a>。</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\autorun.inf]<br />
@=”#USR:Software\\Microsoft\\Non_exist_node”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.swigger.net/archives/79.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

