CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Posts
    20

    Thumbs up How to disable ipv4 in winxp

    I need a little help concerning a Dual-Stack implementation of IPv6 on my Windows XP machine.

    I wish to operate my network as IPv6-Only. How do I go about disabling IPv4 but ensuring that IPv6 is
    still installed and operational?

    Thanks you

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: How to disable ipv4 in winxp

    I don't think you want to do that, unless you have a 6to4 router, and your internal network was all ipv6
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: How to disable ipv4 in winxp

    Windows XP can only disabled IPv6. Not until Vista are you able to disable IPv4.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured