How can I determine the size of my registry?

I'm trying to backup my registry, and its taking a long time.

I din't think there was a file path I could go to to check its' properties like any other file? How can I determine its size?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 5 down vote accepted

%windir%\System32\config and %USERPROFILE%\NTUSER.DAT. The config folder will be hidden, but contains all the registry hives, EXCEPT for the HKEY_CURRENT_USER, which is the NTUSER.DAT file

link|improve this answer
Note that the file size is not necessarily the same as the registry size. As with many other binary database formats, it's possible that part of the file was used in the past but not anymore (similar to how file systems get fragmented). – grawity Jan 3 at 23:42
@grawity That's true, but totally forgotten – Luke Jan 3 at 23:43
@grawity: Now you are just getting plain picky. – surfasb Jan 4 at 0:40
@surfasb But to attract the "experts", you need to be :P – Luke Jan 4 at 0:46
@surfasb: My profile page says "picky asshole". – grawity Jan 4 at 0:59
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

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