Tag: Network

  • Enable/Disable ipv6 in command line

    By default IPv6 is not enabled on windows XP Pro and Windows Server 2003. However, its very easy to enable IPv6 with netsh (net shell) command line tool. Enable ipv6 netsh interface ipv6 install Disable ipv6 netsh interface ipv6 uninstall To verify if ipv6 is enabled, run ipconfig /all and see if ipv6 address is…