This page looks best with JavaScript enabled

Disable IPv6 with PowerShell

 ·  ☕ 1 min read

Disable IPv6 on all network adaptors

Run the command below in an elevated PowerShell terminal to disable IPv6 on all network adaptors:

1
Disable-NetAdapterBinding -Name * -ComponentID ms_tcpip6

Disable IPv6 on a specified network adaptor

Run the command below in an elevated PowerShell terminal to list all network adaptors on the system and the enabled or disabled status of IPv6:

1
Get-NetAdapterBinding -ComponentID ms_tcpip6

Run this command in an elevated PowerShell terminal to disable IPv6 on the adaptor with the specified name:

1
Disable-NetAdapterBinding -Name "ADAPTOR NAME" -ComponentID ms_tcpip6

Support My Work

If you would like to support me, please check out the link below.

If you have any questions or comments please leave them below.

Thanks
-Mike

Share on
Support the author with