Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么简单的方法可以比较两个注册表项吗?
我想比较 Windows 注册表中的用户和当前用户密钥。
如果值发生了变化,我想在 HKEY_USER.Default 中选择并使用默认值进行更正。
请指导我..
谢谢你。
在代码中?您可以使用 regedit 工具导出密钥,然后使用 winmerge 比较文件。