Difference between revisions of "Windows Disable ipv6"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "https://websiteforstudents.com/how-to-disable-ipv6-in-windows-11/ https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows ``` reg ad...")
 
(No difference)

Latest revision as of 20:23, 30 January 2022

https://websiteforstudents.com/how-to-disable-ipv6-in-windows-11/

https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 32 /f
Restart-Computer