How to remove IPV 6 Support

  • Thread starter Thread starter fdbbern
  • Start date Start date
F

fdbbern

Hello,

I would like to remove all components related to IPV 6 support from my
image. My device seems to give improved perfomance when these components are
not installed. Unfortunately, when I remove them from my image, I run into
dependency issues.

For example, "Peer to Peer Networking" and "Windows Firewall/Internet
Connection Sharing" seem to require the "TCP/IP Version 6 Service" and
"TCP/IP Version 6 Utilities" components. Anyone know why?

Does anyone have any experience with this? Can anyone recommend a place
where I could find more information regarding IPV6 dependencies?

My goal is to run with an image that does not contain any IPV6 components.

Thanks,
 
The only way that i have achieved this is to disable the files and registry
settings for the tcp/ip 6 components. This means that your dependancy check
will pass but the files for tcp/ip 6 does not get installed.

I have not had any problems in doing this.

Robin
 
I'll give that a try.

Thanks very much.
--
fdb


Robin Imrie said:
The only way that i have achieved this is to disable the files and registry
settings for the tcp/ip 6 components. This means that your dependancy check
will pass but the files for tcp/ip 6 does not get installed.

I have not had any problems in doing this.

Robin
 
I'll give that a try.

Thanks very much.
--
fdb







- Afficher le texte des messages précédents -

In the post-FBA image, you can run this command:
     netsh interface ipv6 uninstall
but it won't delete all IPv6 component files from your image.
 
Back
Top