Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Stopping and starting services in CMD.
Name: Dennis Date: June 12, 2002 at 08:17:10 Pacific
Comment:
Hi,
I am trying to backup my SQL DB's but i have to or buy more software or stop the service befor the backup and start it again after. I can do this if i can stop and start this service from the command line or a batchfile or something like that... What are the commands for doing something like this?
Summary: Hi I know I can stop and start service from the command line by typing the following :- net stop "DHCP Client" net start "DHCP Client" Now for the services themselves have 3 modes, Disabled, Automatic...
Summary: What OS are you using? From Win2000 server you can see other machines services via start > programs > admin tools > computer management, right click on the computer at the top of the tree (where it sa...