Skip to content

Instantly share code, notes, and snippets.

@jcefoli
Created July 25, 2019 06:29
Show Gist options
  • Save jcefoli/f8002ffce3b0c1296d959b8d4ad0a471 to your computer and use it in GitHub Desktop.
Save jcefoli/f8002ffce3b0c1296d959b8d4ad0a471 to your computer and use it in GitHub Desktop.
Re-Enable IPv6 (My Company blocks it via reg key and this removes that key easily)
Get-Item -Path HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters | Remove-ItemProperty -Name "DisabledComponents"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment