Skip to content
Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

Prefer IPv4 over IPv6

Last Updated: 2024-08-27

Info

The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

Description

To set the IPv4 preference can have latency and security benefits on private networks where IPv6 is not configured.

Preview Code
{
  "Content": "Prefer IPv4 over IPv6",
  "Description": "To set the IPv4 preference can have latency and security benefits on private networks where IPv6 is not configured.",
  "category": "Essential Tweaks",
  "panel": "1",
  "Order": "a005_",
  "registry": [
    {
      "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip6\\Parameters",
      "Name": "DisabledComponents",
      "Value": "32",
      "OriginalValue": "0",
      "Type": "DWord"
    }
  ],
  "link": "https://christitustech.github.io/winutil/dev/tweaks/Essential-Tweaks/IPv46"
}

Registry Changes

Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft's Website.

Registry Key: DisabledComponents

Type: DWord

Original Value: 0

New Value: 32

View the JSON file