Thursday, August 25, 2011

Disable IPv6 on Win 7 / Windows Server 2008 via cli (cmd)

Run the following command in cmd and that will do the trick. Make sure you open cmd with "Run As Administrator".

reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 255

No comments:

Post a Comment