"How can I restart a service"?
Question:
Answers:
Start>Control Panel>Administrative tools>Services>Click on the service>Click Restart
Start
Control Panel
Admnistrative Tools
Services
Locate the name of the service, right click on it and click Start.
turn to control panel and click on administrative tools then services, next find the service and highlight it or right click it and select to start or restart it.
you can use window commands, plain command prompt and type the folowing command:
Net Start "service name"
or
Net Stop "service name"
you need to replace a "service name" next to the name of the service you desire to start or stop (If a service entitle contains spaces then be sure to use quotation results around it name), to restart a service just stop it first and after start it use the above command,ok
oh and if you don't know the name of the service consequently type the following command to see the name of adjectives running service :
Net Start
you know this is the most useful when you have need of to automatically control the state of the service with shipment files ^^
i hope it helped!
More Questions and Answers...