looking for freeware app that compliments "services.msc" in Windows NT/2K/XP

  • Thread starter Thread starter \(ProteanThread\)
  • Start date Start date
P

\(ProteanThread\)

i am looking for an app (command line preferably) that will list what what
services are installed on my system (XP Home SP2), whether or not they are
started, and if they are setup as manual, automatic, or disabled. Something
that'll allow me to print this list to a text file or printer (for basic
record keeping)

I'm not looking to change, edit, or modify services (i can simply use
services.msc for that), just print out a basic list of what i have and
what's started and what's enabled.
 
i did not know that. thanks.



Colin Barnhorst said:
You can export the list for printing.

--
Colin Barnhorst [MVP Windows - Virtual Machine]
(Reply to the group only unless otherwise requested)
(ProteanThread) said:
i am looking for an app (command line preferably) that will list what what
services are installed on my system (XP Home SP2), whether or not they are
started, and if they are setup as manual, automatic, or disabled.
Something
that'll allow me to print this list to a text file or printer (for basic
record keeping)

I'm not looking to change, edit, or modify services (i can simply use
services.msc for that), just print out a basic list of what i have and
what's started and what's enabled.
 
On the menu in the Services window choose Action/Export List...

--
Colin Barnhorst [MVP Windows - Virtual Machine]
(Reply to the group only unless otherwise requested)
(ProteanThread) said:
i did not know that. thanks.



Colin Barnhorst said:
You can export the list for printing.

--
Colin Barnhorst [MVP Windows - Virtual Machine]
(Reply to the group only unless otherwise requested)
(ProteanThread) said:
i am looking for an app (command line preferably) that will list what what
services are installed on my system (XP Home SP2), whether or not they are
started, and if they are setup as manual, automatic, or disabled.
Something
that'll allow me to print this list to a text file or printer (for
basic
record keeping)

I'm not looking to change, edit, or modify services (i can simply use
services.msc for that), just print out a basic list of what i have and
what's started and what's enabled.
 
i am looking for an app (command line preferably) that will list what what
services are installed on my system (XP Home SP2), whether or not they are
started, and if they are setup as manual, automatic, or disabled. Something
that'll allow me to print this list to a text file or printer (for basic
record keeping)

A good command line tool would be PSService of SysInternals:

http://www.sysinternals.com/ntw2k/freeware/psservice.shtml

If you like a CSV (or otherwise formatted) output, look at ServiWin from
Nir Sofer:

http://www.nirsoft.net/utils/serviwin.html

Be sure to check its command line options, too.

BeAr
 
Back
Top