Skip to content

Instantly share code, notes, and snippets.

@NiKiZe
Created November 28, 2025 20:04
Show Gist options
  • Select an option

  • Save NiKiZe/1ecc009c7d86daffdad4a6b50cb4f5b9 to your computer and use it in GitHub Desktop.

Select an option

Save NiKiZe/1ecc009c7d86daffdad4a6b50cb4f5b9 to your computer and use it in GitHub Desktop.

Enable CLAT support in Windows 11

Works with x64 OS build 26220 (Preview build)

  • Option 108 needs to be accepted

HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DhcpIpv6OnlyPreferred => 1

  • CLAT is not enabled by default, you can check more of the settings in help and clat show global

netsh interface clat set global permit=enabled

:: Enable CLAT support in Windows 11
:: Works with x64 OS build 26220 (Preview build)
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v DhcpIpv6OnlyPreferred /t REG_DWORD /d 1 /f
netsh interface clat set global permit=enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment