直接访问注册表文件(离线) [英] Accessing Registry files directly (offline)

查看:229
本文介绍了直接访问注册表文件(离线)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要解析Windows注册表文件。这些文件保存在存储卡上。这些包括NTUser.dat文件(对于每个Windows用户配置文件),Windows SYSTEM,SOFTWARE,SECURITY和SAM注册表文件。



我需要能够导航通过整个注册表的KEYS,SUB-KEYS和ITEMS = VALUES的集合。我还想要一个允许我的功能:
$


(a)返回注册表中特定关键路径的KEYS

(b)返回注册表中特定关键路径的ITEMS = VALUES

(c)返回注册表中特定ITEM的ITEM和VALUE



I need to  parse Windows registry files OFFLINE. These files are kept on a memory card. These include the NTUser.dat file (for each Windows user profile), the Windows SYSTEM, SOFTWARE, SECURITY and SAM registry files.

I need to be able to navigate through a collection of KEYS, SUB-KEYS and ITEMS=VALUES for the entire registry. I also would like a function that will allow me to:

(a) Return the KEYS for a specific key path in the registry
(b) Return the ITEMS=VALUES for a specific key path in the registry
(c) Return the ITEM and VALUE for a specific ITEM in the registry


推荐答案

这似乎更像是一个编程问题而不是XP Embedded问题。 我建议在相应的论坛区域发帖。
This seems to be more of a programming issue than an XP Embedded issue.  I would suggest posting in the appropriate forum area.


这篇关于直接访问注册表文件(离线)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆