使用win7已经好几年了,但是常常使用ipconfig命令会跳出很多没用的信息,例如什么隧道适配器等等的东西。因为我们压根就不支持ipv6。这些网络服务在win7中也是默认开启的。根本就没用!! 来吧!干掉它!! netsh interface teredo set state disable netsh interface 6to4 set state disabled netsh interface isatap set state disabled 那么如果你需要他的时候呢?那就打开它呗。 netsh int…