If you go to the network adapter settings in Windows, right-click an adapter, and click "Properties", you can see all supported protocols, configure, activate and de-activate them. I added a photo how this looks like, if your system language is German.
I want to de-activate the IPv6 protocol for one of the network adapters, but I want to automate the process, so that another user does not have to do this procedure if they execute my program (with admin rights).
Is there any way to achieve this? I know that there is a way to do this in the Registry, but it affects the whole system and not single adapters (and needs a reboot, which I want to avoid). I also looked for a netsh
command, but did not found one.