#禁用所有网卡上的IPv6

Disable-NetAdapterBinding -Name * -ComponentID ms_tcpip6 -PassThru

 

#禁用某个网卡上的IPv6

Disable-NetAdapterBinding -Name LocalNetwork -ComponentID ms_tcpip6 -PassThru

 

相关文章:

  • 2022-12-23
  • 2021-06-09
  • 2021-07-21
  • 2021-11-11
  • 2021-09-02
  • 2022-12-23
  • 2021-08-05
  • 2021-07-23
猜你喜欢
  • 2021-09-30
  • 2022-02-25
  • 2021-10-01
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案