<p><a id="SPOOF" href="http://www.zhldx.gov.cn/blog/"></a></p>
<div>
<a href="http://www.163.com" target="_blank">
<table>
<caption>
<label for="SPOOF">
<u style="cursor: pointer; color: blue">
</u>
</label>
</caption>
</table>
</a>
</div>
如果不想让别人使用某个软件,
只要在其安装目录下新建一个文件名为ws2_32.dll的文件,这样系统就会以文件出错误而禁止运行
本方法适用基于NT系统的WinXP,Win2000,Win2003!Win98没有试~~
比较险恶~~用的时候再删除该文件就是。
之所以出现这种情况,是因为在一些程序运行时会自动调用ws2_32.dll文件,ws2_32.dll是个动态链接库文件,Windows在查找动态链接库文件时,会先在应用程序当前目录搜索,如果没有找到然后才会搜索Windows所在目录,如果还是没有会搜索system32和system目录。我们在程序目录中建立的是名字为ws2_32.dll的“目录或文件”,但在程序看来这是一个它需要的文件而调用,这个所谓的“文件”又不具备真正地ws2_32.dll文件所具有的功能,所以程序就无法运行了!
C:\>ipconfig
C:\>netsh
netsh>interface
netsh interface>ip
netsh interface ip>set address "本地连接" static 172.24.22.208 255.255.224.0 172.24.16.1 1
或
netsh interface ip>set address name="本地连接" source=dhcp
netsh interface ip>exit
javascript:s=document.documentElement.outerHTML;document.write('<body></body>');document.body.innerText=s;