Tag Archives: Windows XP

How to start/stop services from the command line

To start a service: net start <service_name> To stop a service: net stop <service_name> To get the list of services installed on the computer, open the registry (use regedit) and navigate to HKLM/System/CurrentControlSet/Services. In there you can see the list … Continue reading

Rate this:

Posted in Windows | Tagged , , , | Leave a comment