如何在安装任何程序之前和之后记录和比较 Windows 注册表数据?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1911689/
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
How to log and compare Windows Registry data before and after any program installation?
提问by RicardoBalda
I need to compare the windows registry data before and after install a program ?
我需要在安装程序之前和之后比较 Windows 注册表数据吗?
回答by RicardoBalda
回答by danielkza
Process Monitorworks perfectly for that (and you can also log filesystem activity).
进程监视器非常适合(并且您还可以记录文件系统活动)。
回答by Bulwersator
If you happen to have Total Commander, this is pretty easy:
如果你碰巧有Total Commander,这很容易:
export the registry before the installation and after the installation (save with the same name in different folders)
open both folders in Total Commander, highlight the file on one side, go to Files> Compare By Content...voilá:
安装前和安装后导出注册表(同名保存在不同文件夹中)
在 Total Commander 中打开两个文件夹,突出显示一侧的文件,转到文件>按内容比较...瞧:
Total Commander is shareware, try before you buy.
Total Commander 是共享软件,先试后买。