PDA

View Full Version : getting registry info



dale
04-07-2000, 06:59 AM
I was looking for a way to read the registry to determine what the TCP/IP settings are. Thank you in advance for any info on this.

Dale

theadmin
04-07-2000, 03:56 PM
You can get the info from the registry, but first you have to determine the nic card installed and then parse that information for the tcp/ip settings. That would take some work since you may have a few nic cards installed. I know this is not a great answer but the only areas that contain the tcp/ip settings are under the values for the nic card.

If you are doing this programming wise, you would need to find out exactly where the entries are that tells what nic cards are installed, then you go from there.