Reading 64bit Area of Registry from 32bit App

J

Johnny1970

In XP64 the majority of the registry was "Reflected" into the WOW6432Node
area of the registry so that a 32 bit app could read the majority of the
64bit area of the registry thru the WOW6432Node. In the current Vista64
Beta very little of the 64bit area of the registry is "Reflected" into the
WOW6432Node.

Since this is Beta software it would seem that it would be feature complete
and that no more of the registry will be reflected.

My question is how can I get a 32bit app to be able to read the 64bit area
of the registry that is not "Reflected"?
 
G

Guest

there is no way for a 32-bit app to read it directly, but you should be able
to install a 64-bit .net assembly, and call that from your 32-bit app.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top