Results 1 to 2 of 2

Thread: View the List of Running Services - Windows XP

  1. #1
    Join Date
    Apr 2008
    Posts
    439

    View the List of Running Services - Windows XP

    To manage the Windows services, you are probably using the console service. For a list of those running, to determine the useful services for example, the simplest is through the command line.

    1. Click the Start button and then click Run.

    2. Type the command cmd and click Ok.

    3. In the command prompt window that appears, type the command net start and press the Enter key.

    4. The list of currently running services is displayed.

    5. To copy this list in a text file, type the command net start> C: \ Services.txt.

    6. Services.txt file in the root of local drive C: \ contains the list of services running.

    7. Note that for more information on the services running, you can use the command sc query type = service.

  2. #2
    Join Date
    Apr 2008
    Posts
    392

    Re: View the List of Running Services - Windows XP

    Hello, there is another way of doing also it is like When you bring up the Task Manager you'll see an entry for Services and the amount of memory consumed. However this one listing is actually all the Services combined into a single entry. As you can see I have them trimmed down to only the Services needed for this machine.

    To view the complete list:

    From a command prompt: Start | Run (type) cmd (click Ok)

    (type) tasklist /svc (press Enter)(XP Pro only)

    You will see all the Services running in process.
    To save the onscreen info:
    • Right-click and select: Select All
    • Right-click again and select: Mark
    • Open Notepad and Paste the info
    • File - Save As: tasklist.txt
    • or
    • (type) "tasklist /svc >tasklist.txt" (no quotes)

Similar Threads

  1. Replies: 4
    Last Post: 26-11-2010, 01:42 AM
  2. How to get the list of active services in windows?
    By Gajpal in forum Operating Systems
    Replies: 3
    Last Post: 05-11-2009, 08:42 PM
  3. Services.msc view problem
    By pratikag in forum Operating Systems
    Replies: 3
    Last Post: 05-10-2009, 02:59 PM
  4. Replies: 1
    Last Post: 21-09-2008, 09:05 AM
  5. Replies: 4
    Last Post: 23-04-2008, 07:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,451,649.56822 seconds with 17 queries