Quick hint: How to disable IPv6 using PowerShell
How to disable IPv6 using PowerShell? An easy way is running the following cmdlet: New-ItemProperty hklm:\SYSTEM\CurrentControlSet\Services\TCPIP6\Parameters –Name “DisabledComponents” –Value “0xFFFFFFFF” –PropertyType “DWORD” Cheers, Anderson Patricio http://www.andersonpatricio.ca http://www.andersonpatricio.org (Portuguese) Twitter: @apatricio