Netsh without interface.

C

Control Freq

Hi,
Hopefully an easy problem to solve.
I see the netsh command, but not the 'interface' part.

So, running netsh /? shows a list of commands, butinterface isn't
there. Neither is 'bridge'.

What do I need to tick in target designer to get this functionality?


Regards
 
T

taha.snoussi

Hi,

I faced the same problem with firewire command when I migrate from SP2
to FP2007.
To resolve my problem, I added a component that is called "Windows XP
Service Pack 2 Resource DLL"

Hope this helps you.

Regards,

Taha
 
K

KM

You are missing the interface context library in your image. You need to add a component that brings in IFMON.DLL library.
IIRC (don't have the toolkit here to check), it should be 'Network Command Shell Interface Context' component.
 
C

Control Freq

Yep, thats it. The network command shell thing.

I now see the netsh command with the interface sub command. Thanks for
all your help.

Now, I just need to learn how to use the command.
I have tried something like:
netsh interface ip set address "Local Area Connection" static
192.168.1.100 255.255.255.0 192.168.1.200 1

It responds with "Ok", but it doesn't work! I think I need to try
something other than "Local Area Connection".

But, anyway, I am a step nearer.


Kind regards
 
C

Control Freq

Got it now.
For anyone else roaming these messages, I also had to run
rundll32 netshell.dll HrRenameConnection
before doing the netsh interface stuff.

But, got it working now.

Regards
 

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