secowu Posted December 13, 2005 Posted December 13, 2005 net startrem find the dhcp services was disablerem i want to use 'net start' to start dhcpnet start dhcprem but errornow,how can i use net start to start dhcp?tks
druiddk Posted December 13, 2005 Posted December 13, 2005 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 /fNOTE: REMEMBER TO CHANGE THE NAME OF THE SERVICE!Afterwards you can use "net start service" or whatever.
MHz Posted December 13, 2005 Posted December 13, 2005 This may work:sc config dhcp start=autosc start dhcp
BoardBabe Posted December 14, 2005 Posted December 14, 2005 This will work:sc config Dhcp start= autonet start Dhcp
secowu Posted December 14, 2005 Author Posted December 14, 2005 This may work:sc config dhcp start=autosc start dhcpit works fine,tks
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now