Help - Search - Members - Calendar
Full Version: The Structure Of system32\config\system
BleepingComputer.com > Software > Programming
   
WinEggDrop
I want to know the structure of system32\config\system on NT platform so I can read the data from that file.

Thanks in advance
Grinler
They are hive files. You will not be able to read them when windows is loaded.

Information can be found here:

http://msdn.microsoft.com/library/default....se/registry.asp
WinEggDrop
It must be able to access it because the system restore the registry,it uses these files located at systemroot\config to restory the registry.I just don't know how.Any one knows?
Grinler
From what I understand you can not access those files directly while windows is running, but you can access the registry and export hives using programming APIs.

http://support.microsoft.com/kb/q145679/

System restore exports hives from the live registry not by accessing those files directly, but by using the above apis to export the information as hives, and stores those copies in c:\_restore c:\system volume information
WinEggDrop
I am sure those files are acceptable while the system is running because I have tested some software which can copy those files while the system is running.
Grinler
What software have you used that can do this?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.