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

前端 未结 4 1220
温柔的废话
温柔的废话 2020-12-28 13:17

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

相关标签:
4条回答
  • 2020-12-28 13:24

    Check out process explorer: http://technet.microsoft.com/de-de/sysinternals/bb896653.aspx

    0 讨论(0)
  • 2020-12-28 13:29

    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

    0 讨论(0)
  • 2020-12-28 13:35

    Check out Process Monitor at

    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

    0 讨论(0)
  • 2020-12-28 13:46

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

    0 讨论(0)
提交回复
热议问题