关闭windows 7中哪些无用的ipv6服务

2015-03-15 1308点热度 0条评论

使用win7已经好几年了,但是常常使用ipconfig命令会跳出很多没用的信息,例如什么隧道适配器等等的东西。因为我们压根就不支持ipv6。这些网络服务在win7中也是默认开启的。根本就没用!!

来吧!干掉它!!

netsh interface teredo set state disable
netsh interface 6to4 set state disabled
netsh interface isatap set state disabled

那么如果你需要他的时候呢?那就打开它呗。

netsh interface teredo set state default
netsh interface 6to4 set state default
netsh interface isatap set state default

Jalena

原创内容,转载请注明出处! 部分内容来自网络,请遵守法律适用!

文章评论