Ctrl-A allows to save a report only for a single executable. Thanks
views:
37answers:
3
+1
A:
Try the Sysinternals command-line tool handle:
C:\>handle .dll
Handle v3.31
Copyright (C) 1997-2008 Mark Russinovich
Sysinternals - www.sysinternals.com
System pid: 4 6D8: C:\Windows\System32\msvcrt.dll
System pid: 4 6F0: C:\Windows\System32\oleaut32.dll
...
Michael Petrotta
2009-12-08 18:35:41
A:
You can always write your own code to do it. This example from microsoft shows you everything you need to know.
Goz
2009-12-08 18:41:43
A:
Why not just use the built in commands at the command line and export it to a file, like the following tasklist /M > ModulesForProcesses.txt
?
Agent_9191
2009-12-08 18:48:08