How To – Disable IPv6 on a Windows Machine
To completely disabled IPv6 on a machine you need to disable it from the Network Adapter and then also from the registry. To do this follow these steps:
Disable IPv6 from the Network Adapter
First you need to disable IPv6 from the network adapter. To do this, follow these steps:
- Control Panel
- Network and Sharing Center
- Change adapter settings
- Double click on network adapter
- Properties
- De-select Internet Product Version 6 (TCP/IPv6)
- Click OK
Disable IPv6 in the Registry
Next we need to disable IPv6 in the registry. To do this, follow the steps below:
- Start >> Run >> regedit
- Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters
- Right-Click >> New >> DWORD (32-bit) Value
- Name: DisabledComponents
- Data:
0xffffffff
(Hexadecimal) or4294967295
(Decimal)
And that is it. You have now successfully disabled IPv6 on your Windows machine.