I need to be able to enable/disable the IPv6 settings on my computer from within a Java program.
Basically, I need to follow these directions to turn IPv6 on and off: How To Disable IPv6 On Windows 7
But I need to be able to do that though a Java program. Is this possible?
I'm running on Windows 7.