looking for registry contents

G

germ

a little off topic for an msdn group but the win2000 groups are not all that
active so ...

I am looking for the contents of the following registry key and any subkeys
from a windows 2000 server :

HKLM/CurrentControlSet/Services/Tcpip/Parameters/NdisWanIp

Gerry
 
P

Pegasus [MVP]

germ said:
a little off topic for an msdn group but the win2000 groups are not all
that active so ...

I am looking for the contents of the following registry key and any
subkeys from a windows 2000 server :

HKLM/CurrentControlSet/Services/Tcpip/Parameters/NdisWanIp

Gerry

I assume you meant
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Adapters\NdisWanIp
rather than
HKLM/CurrentControlSet/Services/Tcpip/Parameters/NdisWanIp
If so then here it is:

"LLInterface"="WANARP"
"IpConfig"=hex(7):54,63,70,69,70,5c,50,61,72,61,6d,65,74,65,72,73,5c,49,6e,74,\
65,72,66,61,63,65,73,5c,7b,38,33,36,46,46,37,39,32,2d,37,42,46,41,2d,34,34,\
45,45,2d,41,42,30,35,2d,36,37,44,38,35,45,32,33,38,31,46,44,7d,00,54,63,70,\
69,70,5c,50,61,72,61,6d,65,74,65,72,73,5c,49,6e,74,65,72,66,61,63,65,73,5c,\
7b,35,36,42,32,44,35,30,31,2d,44,30,32,36,2d,34,33,30,30,2d,41,38,42,46,2d,\
31,35,37,46,30,36,45,37,39,46,45,41,7d,00,54,63,70,69,70,5c,50,61,72,61,6d,\
65,74,65,72,73,5c,49,6e,74,65,72,66,61,63,65,73,5c,7b,44,31,31,46,39,46,35,\
33,2d,38,45,36,46,2d,34,43,32,31,2d,39,42,41,46,2d,42,41,43,36,30,36,34,36,\
31,45,45,39,7d,00,54,63,70,69,70,5c,50,61,72,61,6d,65,74,65,72,73,5c,49,6e,\
74,65,72,66,61,63,65,73,5c,7b,42,34,32,37,39,44,42,32,2d,34,44,43,35,2d,34,\
42,33,44,2d,39,33,37,44,2d,33,38,46,30,35,30,38,35,36,33,45,37,7d,00,00
"NumInterfaces"=dword:00000004
"IpInterfaces"=hex:92,f7,6f,83,fa,7b,ee,44,ab,05,67,d8,5e,23,81,fd,01,d5,b2,56,\
26,d0,00,43,a8,bf,15,7f,06,e7,9f,ea,53,9f,1f,d1,6f,8e,21,4c,9b,af,ba,c6,06,\
46,1e,e9,b2,9d,27,b4,c5,4d,3d,4b,93,7d,38,f0,50,85,63,e7
 
J

John John - MVP

germ said:
a little off topic for an msdn group but the win2000 groups are not all that
active so ...

I am looking for the contents of the following registry key and any subkeys
from a windows 2000 server :

HKLM/CurrentControlSet/Services/Tcpip/Parameters/NdisWanIp

Shouldn't that be:

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Adapters\NdisWanIp

John
 
P

Pegasus [MVP]

germ said:
oops - fat fingers - that was what I was looking for - thanks.

No, not fat fingers but perhaps being unaware of the "Copy Key Name"
function available in regedit under the Edit pull-down menu.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top