Can dhcp client service be restarted from the command line?

  • Thread starter Thread starter ToddAndMargo
  • Start date Start date
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
 
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
 
Back
Top