Can dhcp client service be restarted from the command line?

T

ToddAndMargo

Hi All,

Is there a way, from the command line, that I can stop
and restart the "DHCP Client" service?

Many thanks,
-T
 
T

ToddAndMargo

ToddAndMargo said:
Hi All,

Is there a way, from the command line, that I can stop
and restart the "DHCP Client" service?

Many thanks,
-T

I think I figured it out!

C:\>net stop "DHCP CLIENT"
The DHCP Client service is stopping..
The DHCP Client service was stopped successfully.


C:\>net start "DHCP CLIENT"
The DHCP Client service is starting.
The DHCP Client service was started successfully.


-T
 

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