<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Gadding Ghost]]></title> 
<link>http://hy-pet.com/bo/index.php</link> 
<description><![CDATA[Ken Guo自己一个人的小屋]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Gadding Ghost]]></copyright>
<item>
<link>http://hy-pet.com/bo/read.php?145</link>
<title><![CDATA[禁止修改IP地址原理及其工具下载(Win2000/XP/2003平台) ]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Wed, 07 Jan 2009 07:46:24 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?145</guid> 
<description>
<![CDATA[ 
	方法一：修改注册表法 <br/>　　注册表在Windows操作系统中起着很关键的作用，利用注册表的键值，可以屏蔽“Internet协议(TCP/IP)属性”对话框。 <br/>　　1.单击“开始→“运行”，在“运行”对话框的“打开”下拉文本框中输入命令“Regedit”（仅双引号内文字）后，单击“确定”按钮。 <br/>　　2.在“注册表编辑器”窗口中，依次展开左侧子窗口中的“HKEY_CURRENT_USER&#92;Software&#92;Policies&#92;Microsoft&#92;Windows&#92;Network Connections分支; <br/>　　3.在右侧子窗口的空白处单击鼠标右键，选择“新建→DWORD值”菜单（或者直接单击菜单栏中的“编辑→新建→DWORD值”），新建一个DWORD键值。 <br/>　　4.将新建的DWORD键值命名为“NC_LanChangeProperties”，并赋值为“0”， <br/>　　5.新建的DWORD键值命名为“NC_EnableAdminProhibits”，并赋值为“1”，关闭“注册表编辑器”窗口。 <br/><br/><br/>方法二：停止服务法 <br/>　　服务是Windows 2000/XP/2003操作系统中新增的功能，与“本地连接属性”对话框直接关联的服务是“Network Connections”。因此只要停止该服务的运行，就不能打开“本地连接属性”对话框，也就无法修改IP地址了。 <br/>　　1.单击“开始→运行”菜单，在“打开”下拉文本框中输入命令“services.msc”（仅双引号内文字）后，单击“确定”按钮。或者，单击“开始→控制面板”，在“控制面板”窗口中双击“管理工具”图标，再双击“服务”图标。 <br/>　　2.在“服务”窗口右侧子窗口中，双击名为“Network Connections”的服务，单击“服务状态”处的“停止”按钮停止该服务的运行，再将“启动类型”处的值设为“已禁用”选项，最后单击“确定”按钮即可。 <br/>　　从此以后，虽然在“网络连接”窗口中仍可看见“本地连接”图标，但单击右键快捷菜单中的“属性”后，会提示“出现意外错误”，无法打开“本地连接属性”对话框，这样就无法修改IP地址了。 <br/>注意： <br/>这种方法存在两个弊端： <br/>　　1.当用户单击“查看→刷新”后，会得到错误信息对话框。稍微“懂行”的用户按提示信息就能轻而易举地破解。 <br/>　　2.由于“Network Connections”服务与网络连接有关，所以该服务被禁用后会影响到所有访问网络的操作，而且依赖此服务的“Windows防火墙”功能和“Internet连接共享”功能也将停止工作。 <br/>　　因此，除非计算机不接入任何网络中，否则不要使用这种方法。 <br/><br/><br/>方法三：注销动态链接库文件法 <br/>　　在Windows 2000/XP/2003 Server操作系统中，有三个动态链接库文件（Netcfgx.dll、Netshell.dll和Netman.dll）与网络功能有关。只要将这三个文件注销，就能屏蔽“网络连接”窗口，也就能禁止通过“本地连接属性”对话框修改IP地址。 <br/>　　1.单击“开始→运行”菜单，在“打开”下拉文本框中输入命令“regsvr32 Netcfgx.dll /u”（仅双引号内文字）后，单击“确定”。如果执行成功，将显示提示信息。 <br/>　　注意：命令中的regsvr32与Netcfgx.dll之间，Netcfgx.dll与/u之间，均需用空格间隔开。 <br/>　　2.将Netcfgx.dll换成Netshell. dll和Netman.dll重复执行即可。 <br/>　　以后，无论是单击“网上邻居”右键菜单中的“属性”，还是双击“控制面板”窗口中的“网络连接”图标（实际上图标也更改了），都无法打开“网络连接”窗口，这样就无法通过“本地连接属性”对话框来修改IP地址了。 <br/>　　如果要恢复修改IP地址的功能，只要将上述命令中的“/u”参数删除，然后重新执行一遍就行了。 <br/><br/><br/>方法四：修改组策略法 <br/>　　在Windows 2000/XP/2003 Server操作系统中“系统策略管理器”工具是默认的安装组件，用户只需运行命令“gpedit.msc”就可打开该工具，但名称更改为“组策略”（Windows 2000/XP系统）或“组策略编辑器”（Windows 2003 Server系统）。 <br/>　　1.单击“开始→运行”，在“打开”下拉文本框中输入命令“gpedit.msc”（仅双引号内文字）后，单击“确定”按钮。 <br/>　　2.在“组策略”或“组策略编辑器”窗口中，依次展开左侧子窗口中的“本地计算机策略→用户配置→管理模板→网络→网络连接”项目。 <br/>　　3.双击右侧子窗口中的“禁止访问LAN连接组件的属性”选项，再单击“禁止访问LAN连接组件属性”对话框中的“已启用”单选按钮，单击“确定”按钮。 <br/>　　4.最后，关闭“组策略”或“组策略编辑器”窗口即可。 <br/>　　以后，当普通用户打开“本地连接属性”对话框，选中“此连接使用下列项目”列表框中的“Internet协议(TCP/IP)”项目时，会发现其下的“属性”按钮已经变为灰色了，不能打开“Internet协议(TCP/IP)属性”对话框了，也就无法更改IP地址了。&nbsp;&nbsp;<br/><br/>　　但是，此方法对以管理员身份登录系统的用户而言可能会无效，此时就还需启用“为管理员启用网络连接设置”选项，才能禁用“属性”按钮。 <br/>　　建议采用“注销动态链接库文件法”。<br/>Tags - <a href="http://hy-pet.com/bo/tag.php?tag=ip" rel="tag">ip</a>
]]>
</description>
</item><item>
<link>http://hy-pet.com/bo/read.php?144</link>
<title><![CDATA[内脏图表]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[生活]]></category>
<pubDate>Wed, 07 Jan 2009 03:39:37 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?144</guid> 
<description>
<![CDATA[ 
	<a href="http://hy-pet.com/bo/attachment.php?fid=74" target="_blank"><img src="http://hy-pet.com/bo/attachment.php?fid=74" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a>
]]>
</description>
</item><item>
<link>http://hy-pet.com/bo/read.php?143</link>
<title><![CDATA[通过修改usbstor.sys文件来禁U盘的方法]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Wed, 07 Jan 2009 01:26:34 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?143</guid> 
<description>
<![CDATA[ 
	对：<br/><br/>C:&#92;WINDOWS&#92;system32&#92;drivers&#92;USBSTOR.SYS<br/><br/>进行处理，删除或改名，这样不会出现任何提示，比较安静 <br/><br/>要注意一点，同时应该把SP3.CAB（例XPSP3系统）文件改名或删除，不然系统重启后会自动提取usbstor.sys文件
]]>
</description>
</item><item>
<link>http://hy-pet.com/bo/read.php?142</link>
<title><![CDATA[通过组策略开启客户端的远程桌面]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Wed, 07 Jan 2009 01:06:43 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?142</guid> 
<description>
<![CDATA[ 
	之前找了很久，今天在看winos上一个在dos下开机目标计算机远程桌面的帖子里面，有一个网友贴出了组策略里面开启远程桌面的设置。<br/><br/>哎，有句话叫：踏破铁鞋无觅处，得来全不费工夫...<br/><br/>计算机配置-管理模板-windows组件-终端管理，在右边的窗口就能看到“允许用户使用终端服务进行远程连接”。启用它即可！<br/>Tags - <a href="http://hy-pet.com/bo/tag.php?tag=%25E8%25BF%259C%25E7%25A8%258B%25E6%25A1%258C%25E9%259D%25A2" rel="tag">远程桌面</a> , <a href="http://hy-pet.com/bo/tag.php?tag=%25E7%25BB%2584%25E7%25AD%2596%25E7%2595%25A5" rel="tag">组策略</a>
]]>
</description>
</item><item>
<link>http://hy-pet.com/bo/read.php?141</link>
<title><![CDATA[在命令行下远程关闭目标计算机防火墙]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Wed, 07 Jan 2009 00:58:01 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?141</guid> 
<description>
<![CDATA[ 
	<div class="code">sc &#92;&#92;IP&nbsp;&nbsp;stop sharedaccess</div><br/>Tags - <a href="http://hy-pet.com/bo/tag.php?tag=%25E9%2598%25B2%25E7%2581%25AB%25E5%25A2%2599" rel="tag">防火墙</a>
]]>
</description>
</item><item>
<link>http://hy-pet.com/bo/read.php?140</link>
<title><![CDATA[登陆远程桌面的系统的0会话]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Wed, 07 Jan 2009 00:39:59 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?140</guid> 
<description>
<![CDATA[ 
	<div class="code">mstsc /v:IP /console </div><br/><br/>使用远程桌面常碰到其他管理员没有注销，导致连接数达到2，无法再登陆。这时候可以直接链接到系统的0会话。<br/>Tags - <a href="http://hy-pet.com/bo/tag.php?tag=%25E8%25BF%259C%25E7%25A8%258B%25E6%25A1%258C%25E9%259D%25A2" rel="tag">远程桌面</a>
]]>
</description>
</item><item>
<link>http://hy-pet.com/bo/read.php?139</link>
<title><![CDATA[远程开启目标主机telnet服务的命令]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Wed, 07 Jan 2009 00:28:16 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?139</guid> 
<description>
<![CDATA[ 
	1．建立IPC连接<br/><div class="code">net use &#92;&#92;IP password /user:administrator</div><br/><br/>2．把Telnet服务改成“自动”<br/><div class="code">sc &#92;&#92;IP config tlntsvr start= auto </div><br/>注意:auto前面有一个空格<br/><br/>3．启动Telnet服务<br/><div class="code">sc &#92;&#92;IP start tlntsvr</div><br/>Tags - <a href="http://hy-pet.com/bo/tag.php?tag=telnet" rel="tag">telnet</a>
]]>
</description>
</item><item>
<link>http://hy-pet.com/bo/read.php?138</link>
<title><![CDATA[在命令行下开启目标主机的远程桌面命令]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Wed, 07 Jan 2009 00:25:53 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?138</guid> 
<description>
<![CDATA[ 
	<div class="code">Wmic /node:&quot;&#91;full machine name&#93;&quot; /USER:&quot;&#91;domain&#93;&#92;&#91;username&#93;&quot; PATH win32_terminalservicesetting WHERE (__Class!=&quot;&quot;) CALL SetAllowTSConnections 1</div><br/><br/><br/>Tags - <a href="http://hy-pet.com/bo/tag.php?tag=%25E8%25BF%259C%25E7%25A8%258B%25E6%25A1%258C%25E9%259D%25A2" rel="tag">远程桌面</a>
]]>
</description>
</item><item>
<link>http://hy-pet.com/bo/read.php?137</link>
<title><![CDATA[windows 2008 editions comparison]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Wed, 31 Dec 2008 03:51:42 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?137</guid> 
<description>
<![CDATA[ 
	<a href="http://hy-pet.com/bo/attachment.php?fid=73" target="_blank"><img src="http://hy-pet.com/bo/attachment.php?fid=73" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="http://hy-pet.com/bo/tag.php?tag=win2008" rel="tag">win2008</a>
]]>
</description>
</item><item>
<link>http://hy-pet.com/bo/read.php?136</link>
<title><![CDATA[24 针纯数字 DVI-D 接口]]></title> 
<author>musheng &lt;admin@yourname.com&gt;</author>
<category><![CDATA[电脑相关]]></category>
<pubDate>Sun, 28 Dec 2008 23:53:00 +0000</pubDate> 
<guid>http://hy-pet.com/bo/read.php?136</guid> 
<description>
<![CDATA[ 
	<h3>24 针纯数字 DVI-D 接口：</h3><p><img class="insertimage" src="attachment.php?fid=72" border="0" width="551" height="226" /></p><p>注： 针脚 1 位于右上角。</p><table border="1" cellspacing="2" cellpadding="2"><tbody><tr><td>针脚</td><td>信号分配</td><td>针脚</td><td>信号分配</td><td>针脚</td><td>信号分配</td></tr><tr><td>1</td><td>T.M.D.S. 数据 2-</td><td>9</td><td>T.M.D.S. 数据 1-</td><td>17</td><td>T.M.D.S. 数据 0-</td></tr><tr><td>2</td><td>T.M.D.S. 数据 2+</td><td>10</td><td>T.M.D.S. 数据 1+</td><td>18</td><td>T.M.D.S. 数据 0+</td></tr><tr><td>3</td><td>T.M.D.S. 数据 2/4 屏蔽</td><td>11</td><td>T.M.D.S. 数据 1/3 屏蔽</td><td>19</td><td>T.M.D.S. 数据 0/5 屏蔽</td></tr><tr><td>4</td><td>T.M.D.S. 数据 4-</td><td>12</td><td>T.M.D.S. 数据 3-</td><td>20</td><td>T.M.D.S. 数据 5-</td></tr><tr><td>5</td><td>NT.M.D.S. 数据 4+</td><td>13</td><td>T.M.D.S. 数据 3+</td><td>21</td><td>T.M.D.S. 数据 5+</td></tr><tr><td>6</td><td>DDC 时钟</td><td>14</td><td>+5V 电源</td><td>22</td><td>T.M.D.S. 时钟屏蔽</td></tr><tr><td>7</td><td>DDC 数据</td><td>15</td><td>接地 (+5V)</td><td>23</td><td>T.M.D.S. 时钟 +</td></tr><tr><td>8</td><td>未连接</td><td>16</td><td>热插入检测</td><td>24</td><td>T.M.D.S. 时钟 -</td></tr></tbody></table><br/>Tags - <a href="http://hy-pet.com/bo/tag.php?tag=dvi-d" rel="tag">dvi-d</a>
]]>
</description>
</item>
</channel>
</rss>