AutoHotkey Community

It is currently May 26th, 2012, 5:39 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Process, List
PostPosted: July 3rd, 2005, 11:32 pm 
Offline

Joined: March 2nd, 2004, 10:10 pm
Posts: 443
Location: SLC, Utah
Would it be possible to add a List command to process to get a list of running processes? I know of the WinGet command and how it can be used to get a list of processes, but this doesn't include processes that don't have windows. I have tried using DetectHiddenWindows, but that still doesn't list stuff I am looking for. Examples would be services, and anything running under services.exe.

thanks,
beardboy


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Process, List
PostPosted: July 4th, 2005, 3:40 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
beardboy wrote:
Examples would be services, and anything running under services.exe.
I'm not sure that it's possible to get the sub-processes inside of services.exe (other than by querying services rather than processes). Have you seen any command line utilities that are capable of doing it?

It is definitely planned to have a "Process, List" command. However, things like a TreeView control and extracting text from foreign ListViews seem to deserve a higher priority based on estimated usage.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 4th, 2005, 3:52 pm 
Offline

Joined: March 2nd, 2004, 10:10 pm
Posts: 443
Location: SLC, Utah
Yes I use rkill.exe and rkillsrv.exe to check processes. But its limitation is it truncates name of running processes if they get too long. But here is what it lists when you do a /view.
Code:
C:\>rkill /view \\%computername%

System Process 0
  System 4
    smss.exe 548
      csrss.exe 672
      winlogon.exe 1100
        services.exe 1144
          ati2evxx.exe 1308
          svchost.exe 1680
          spoolsv.exe 1952
          LogWatNT.exe 716
          RCOService.exe 744
            rp32u.exe 856
          RKillSrv.exe 852
          vpnservices.exe 892
            logd.exe 952
            emroute.exe 960
            isakmpd.exe 208
            vpnd.exe 200
          wdfmgr.exe 944
          alg.exe 664
        lsass.exe 1156
        ati2evxx.exe 1556
explorer.exe 1648
  atiptaxx.exe 1756
  jusched.exe 1792
  msnmsgr.exe 1848
  trillian.exe 1984
  msimn.exe 2828
    firefox.exe 3268
  OUTLOOK.EXE 2848
    notepad.exe 2188
  cmd.exe 3056
    rkill.exe 792

If added to the todo list, a low priority.

thanks,
beardboy


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group