Is there any way I can access registry of my Windows 7 installation from Ubuntu. I believe that Registry Editor is a GUI to edit various configuration settings which are stored and distributed among multiple files. So I wonder if I can access those configuration from Ubuntu (or any other non-windows OS).

link|improve this question

62% accept rate
feedback

3 Answers

up vote 5 down vote accepted

The chntpw tool has (very basic) registry editing capabilities.

Also try the regedit that comes with Wine – you might be able to load the Win7 registry hives into it. The files are:

  • HKLM\SYSTEMWINDOWS/system32/config/system
  • HKLM\SOFTWAREWINDOWS/system32/config/software
  • HKCU for any user → <user profile>/NTUSER.DAT
link|improve this answer
feedback

Offline NT Password & Registry Editor has a registry editor which works under Linux

  • There is also a registry editor and other registry utilities that works under linux/unix, and can be used for other things than password editing
link|improve this answer
FWIW, the tool just runs chntpw internally. – grawity May 28 '11 at 18:28
feedback

Some of the basics of it (using ntfs and ntfsfix) can be found here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.