Disable IPv6 via PowerShell in One Line

Posted by & filed under Uncategorized.



This will add the registry entry Microsoft suggests to disable IPv6

New-ItemProperty “HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\” -Name  “DisabledComponents” -Value  0xffffffff -PropertyType “DWord”

Leave a Reply

  • (will not be published)