
怎樣禁用所有網(wǎng)卡的ipv6最后由 小白龍 于 -2-14 17:07我想禁用所有網(wǎng)卡的ipv6, 用wmic或netsh都可以, 下面是gpt的答案, 沒(méi)效果, 不想使用powershell命令
powershell代碼如下:nclick="copycode($('code0'));">復(fù)制代碼
- netsh interface ipv6 set state disabled
nclick="copycode($('code1'));">復(fù)制代碼
- Get-NetAdapterBinding -ComponentID ms_tcpip6 | Disable-NetAdapterBinding -ComponentID ms_tcpip6

