- Thread Author
- #1
I have some questions about the structure and dependencies of Registry branches.
When I inspect (on 64bit Win 7) all entries of a certain program then I found two identical branches of it in
HKEY_CLASSES_ROOT\
and
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\
Is the second a replication of the first?
In other words: If the second is not existing: Does it automatically acces the first as a kind of fallback information?
Similarly I found identical branches in
HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\
and
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Clients\Mail\
Here the same question arises:
Is the second a mirror of the first?
What if they contradict each other: Which one has priority?
Peter
When I inspect (on 64bit Win 7) all entries of a certain program then I found two identical branches of it in
HKEY_CLASSES_ROOT\
and
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\
Is the second a replication of the first?
In other words: If the second is not existing: Does it automatically acces the first as a kind of fallback information?
Similarly I found identical branches in
HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\
and
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Clients\Mail\
Here the same question arises:
Is the second a mirror of the first?
What if they contradict each other: Which one has priority?
Peter