I have been looking for a way to change the IP address of a local machine. I was able to locate the IP address registry entry. I ran into a problem, though, with changing it via registry API calls due to formatting that I was unable to work out.
My second idea was to create a .reg file and merge it. I was able to produce the file, but calling ShellExecute on the file does not do what I would have expected.
If you have any suggestions as to a solution for this problem, it would be greatly appreciated. I have been working on it for quite some time now.

Jay