查看 Windows 中的应用程序正在访问哪些文件/注册表项

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1509383/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 06:47:25  来源:igfitidea点击:

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

windowsdebuggingregistry

提问by Egor Pavlikhin

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

如何查看 Windows 中的应用程序正在访问哪些文件/注册表项?

回答by user3513890

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

Microsoft Process Monitor 更适合这项工作。我尝试过其他工具,但它们都没有那么好。在这种情况下,MS 是最值得信赖的,因为它无论如何都是由操作系统开发人员制作的

回答by Paul

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

我自己还没有尝试过,但应该有人尝试Regmon并发布它的进展情况。