Disable IPv6 using the command line
To disable IPv6 in Windows 7 execute the following command:
cmd.exe /c reg add HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters /v DisabledComponents /t REG_DWORD /d 0xffffffff /fcommand line, microsoft, windows