Is there a way to know what a process is doing on Windows 10?

Windows 10 has a lot of strangely named process running and we don't know exactly what they're doing.

For example, the "Runtime Broker.exe" task is described as a process that helps to manage permissions. How to know what each "Runtime Broker.exe" is doing, which registry it is accessing or which application it is related to?


Solution 1:

There is a tool you can use called the SysInternals Process Monitor that can tell you exactly what a process is doing.

doubt you are prepared to interpret all of the information you will find so if you are smart enough ;) .. you can use the built in filter editor to narrow down the information being displayed.

Also, there is no "one place" to answer your question. You can single out the Microsoft processes and focus on the remainder. So look at the exe name and location, look at the signature.. dig into the processes that are suspect. This is not unlike trying to protect your home from intruders. You can't investigate everyone.. you need to figure out how to identify potential problems.