分类:建站杂谈 | 阅读:9555 | 评论:0 | 最新评论:2009-7-21 6:54:36 By
通过修改注册表值,可以关闭端口
关闭
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
“TransportBindName”=”"
打开
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
“TransportBindName”=”\\Device\\”
重启生效