See what files/registry keys are being accessed by application in Windows

WindowsDebuggingRegistry

Windows Problem Overview


How do I see what files/registry keys are being accessed by my application in Windows?

Windows Solutions


Solution 1 - Windows

Solution 2 - Windows

Microsoft Process Monitor is better at this job. I've tried other tools but they are not as good. And MS is most trustworthy in this case, since it is made by the OS developer anyway

Solution 3 - Windows

I haven't tried it myself but someone should try Regmon and maybe post how it goes.

Solution 4 - Windows

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEgor PavlikhinView Question on Stackoverflow
Solution 1 - WindowsDexTerView Answer on Stackoverflow
Solution 2 - Windowsuser3513890View Answer on Stackoverflow
Solution 3 - WindowsPaulView Answer on Stackoverflow
Solution 4 - WindowsmaxmcView Answer on Stackoverflow