Jump to content

Recommended Posts

Posted

net start
rem find the dhcp services was disable
rem i want to use 'net start' to start dhcp
net start dhcp
rem but error

now,how can i use net start to start dhcp?

tks


Posted

You can use this to set the service to manual:

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NAME_OF_SERVICE_HERE /v Start /t REG_DWORD /d 4 /f

NOTE: REMEMBER TO CHANGE THE NAME OF THE SERVICE!

Afterwards you can use "net start service" or whatever.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...