Get-NetAdapterBinding -ComponentID ms_tcpip6 获取ipv6状态 Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6 关闭所有网卡ipv6 Enable-NetAdapterBinding -name * -ComponentID ms_tcpip6 启用所有网卡ipv6 * 可替换成实际的网卡,单独开启