Netsh Command Missing

G

Guest

I setup some batch files for a user that uses the "netsh" command. They
worked perfectly for me an her. Now when the user signs on, she tries to run
them and they don't run. If I try and run the command from the command
prompt, it says the "netsh" is not recognized as an interanl or external
command. How do I get this command to work again and why did it disappear.
 
Y

Yves Leclerc

I setup some batch files for a user that uses the "netsh" command. They
worked perfectly for me an her. Now when the user signs on, she tries to run
them and they don't run. If I try and run the command from the command
prompt, it says the "netsh" is not recognized as an interanl or external
command. How do I get this command to work again and why did it disappear.

It may not have "disappeared" but your PATH definition may not contain the
correct folder where the 'netsh' command is stored.

Try: C:\Windows\netsh instead.
 

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