process-explorer
Does Process Explorer support API or call from Console Command?
Suppose I\'ve installed multiple version of a software, some of the DLLs are register as COM. For example:[详细]
2023-04-12 21:39 分类:问答How to make the feature 'Replace Task Manager' of Process Explorer?
Process Explorer has a nice feature Replace Task Manager I just wondered how Mark Russinovich implements th开发者_JAVA百科is.[详细]
2023-04-04 15:36 分类:问答Process Explorer: What does the Commit History graph show?
In the Memory graph available in P开发者_如何学运维rocess Explorer, the top graph shows Commit History. What does this actually indicate at the OS level?[详细]
2023-03-18 16:13 分类:问答Svchost: How to make it run only one module per instance of svchost.exe? How to get extended process info?
I have an issue with one of my applications. I run the application, everything is okay. When I close this application, I notice that one of the \"svchost\" processes in the system takes up about 95-10[详细]
2023-03-04 01:55 分类:问答Is it possible to use process explorer to kill a recursive loop generated in visual studio?
Sometimes I incorrectly code something and I create a thread that enters a never ending loop. this means I have to shut down the entire visual studio. Is it possible to use process explorer to inspect[详细]
2023-01-26 10:58 分类:问答how to find out what is causing I/O in my application?
Good afternoon, I inherited some C# code from years ago. I have refactored it a bit to be asynchronous.[详细]
2023-01-23 04:13 分类:问答Interpreting w3wp.exe thread-infos, does mscorwks.dll!StrongNameErrorInfo+0x7688 has a negative impact
I am trying to interpret the meaning of \"mscorwks.dll!StrongNameErrorInfo+0x7688\". I guess it means, that the assembly loaded by the mscorworks.dll has no StrongName? If yes, does this have any nega[详细]
2022-12-26 04:42 分类:问答SetEnvironmentVariable within 32bit Process on 64 bit Windows OS
I recently found an interesting issue. When using SetEnvironmentVariable, I can use Process Explorer to get the newly created environment variable. However when the process itself is 32 bit and the OS[详细]
2022-12-16 13:39 分类:问答Finding the command line options a process was launched with
I\'m trying to find out how to do this, I\'m currently using CreateToolHelp32SnapShot to get a list of the running processes and I\'ve got the 开发者_运维百科FilePaths of the executables which are cur[详细]
2022-12-13 03:38 分类:问答