What is Windows Services? How do I open it? How do I start a program manually?

Re: What is Windows Services? by Malke

Malke
Fri Sep 28 06:12:36 CDT 2007

Kumar wrote:
> What is Windows Services? How do I open it? How do I start a program manually?

What does this mean? I don't understand your questions.

1) Are you asking what services run in Windows or possibly what services
are or possibly you have a program called "Windows Services"?

2) What do you mean "start a program manually"? Click on its shortcut or
Start>Run>some-executable.exe?

Help us help you:

http://www.dts-l.org/goodpost.htm


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User

Re: What is Windows Services? by JD

JD
Fri Sep 28 08:18:22 CDT 2007

Kumar wrote:
> What is Windows Services? How do I open it? How do I start a program manually?

Windows Services is all the services that run or can be run in Windows XP?

Control Panel, Administrative Tools, Services. Left mouse click on a
service and you get a description on the left side. Double left mouse
click on a service and you get more information and you can Start, Stop,
Pause or Resume the Service. You can also change the Startup type from
Automatic, to Manual or Disabled.

Any particular reason you're interested in Windows Services?

--
JD..

Re: What is Windows Services? by VanguardLH

VanguardLH
Fri Sep 28 15:40:21 CDT 2007

"Kumar" wrote ...
> What is Windows Services? How do I open it? How do I start a program
> manually?


Considering how you structured your question, a simple answer is that
they are startup programs. They load whether you are logged on or
not. They load when Windows loads. They can have interdependencies
with other services (so some won't start until another has been
started).

http://en.wikipedia.org/wiki/Windows_service

If you don't what a service is for, don't be putzing around with it.
There would be a reason why you asked by you chose to hide that
reason.


RE: What is Windows Services? by HimanshuDogra

HimanshuDogra
Sun Sep 30 09:17:04 CDT 2007

Hello

Windows services are the services which are required by many programs on the
computer to run. For example if you are using the internet< services like
DNS client, DHCP should be started . Simlarly for accessing the windows
updates: services like, automatic updates, BITS and cryptographic files
sholud be enabled. If you are installing some software, and you get the error
message: Windows installer is not working. You sgouls check the windows
installer service.

click on start--> run---> type in " services.msc " click on ok
You will get the services windows.

Regards
Himanshu Dogra
MCSE

RE: What is Windows Services? by Kumar

Kumar
Sun Sep 30 09:55:03 CDT 2007

Thank you all! I've got the information I wanted from your posts. I am
actually trying to verify the operation of a software I loaded. I wanted to
check whether it is running.

"Himanshu Dogra" wrote:

> Hello
>
> Windows services are the services which are required by many programs on the
> computer to run. For example if you are using the internet< services like
> DNS client, DHCP should be started . Simlarly for accessing the windows
> updates: services like, automatic updates, BITS and cryptographic files
> sholud be enabled. If you are installing some software, and you get the error
> message: Windows installer is not working. You sgouls check the windows
> installer service.
>
> click on start--> run---> type in " services.msc " click on ok
> You will get the services windows.
>
> Regards
> Himanshu Dogra
> MCSE