| View previous topic :: View next topic |
| Author |
Message |
David Andersen
Joined: 15 Jul 2005 Posts: 85 Location: Denmark
|
Posted: Fri Feb 15, 2008 2:41 pm Post subject: Getting process description |
|
|
| I just discovered a small nice feature of Vista. In the task manager, all processes have a description so next to for example the cryptic jushed.exe process there is an a lot more informative description of Java(TM) Platform SE binary. Is there anyway to retrieve this description using Autohotkey? |
|
| Back to top |
|
 |
HugoV
Joined: 27 May 2007 Posts: 499
|
Posted: Fri Feb 15, 2008 6:21 pm Post subject: |
|
|
This will probably do the trick:
[::script::GetFullVersionInfo] string version info for execs
http://www.autohotkey.com/forum/topic8618.html
ProductName is the bit your after I think. |
|
| Back to top |
|
 |
David Andersen
Joined: 15 Jul 2005 Posts: 85 Location: Denmark
|
Posted: Fri Feb 15, 2008 7:24 pm Post subject: |
|
|
| Excellent! Thanks! |
|
| Back to top |
|
 |
|