禁止修改本机IP隐藏网上邻居查看网络连接

如果要禁止修改本机IP,可以使用以下方法来隐藏网上邻居中查看网络连接达到初级的无法修改IP的目的。

首先新建一个记事本,将下列内容复制进去。

@echo off
regsvr32 netcfgx.dll /u /s
regsvr32 netshell.dll /u /s
regsvr32 netman.dll /u /s

然后保存将记事本扩展名.txt保存为”.bat”双击运行。

如果想还原则使用下列代码:

@echo off
regsvr32 netcfgx.dll  /s
regsvr32 netshell.dll  /s
regsvr32 netman.dll  /s

 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>