

If you want to disable IPv6 on all the adapters, simply run the commands below: Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6 How to enable IPv6 on Windows 11 Replace the “Adapter Name” in the command above with the adapter you want to disable IPv6 on. Disable-NetAdapterBinding -Name " Adapter Name" -ComponentID ms_tcpip6 Now to disable, run the command below using the adapter name. Wi-Fi Internet Protocol Version 6 (TCP/IPv6) ms_tcpip6 True Look at the list, take note of the adapter names under the Name column.Įthernet Internet Protocol Version 6 (TCP/IPv6) ms_tcpip6 True Get-NetAdapterBinding -ComponentID ms_tcpip6 When it’s open, run the command below to show all network adapters on the system. Right-click Windows PowerShell apps and select Run as administrator. To do that, click on the Start button then search for and select “ PowerShell“. How to disable IPv6 via PowerShell in Windows 11Īnother way to disable IPv6 in Windows 11 is from the PowerShell console. After unchecking the box, click OK to save your changes.

When the Properties settings pane opens, scroll down the list and uncheck the box for Internet Protocol Version 6 (TCP/IPv6) as highlighted below. Right-click the connection then select Properties. On the Network connection pane, select either Wi-Fi or Ethernet connection. That will open Windows Ethernet and Wi-Fi adapter settings pane.

On the Advanced network settings pane, select More network adapter option as highlighted below. In Windows Settings, click Network & internet, select Advanced network settings on the right pane of your screen shown in the image below. Windows Settings pane should look similar to the image below.
