Remote Win64 registry access from Win32 managed app ?

  • Thread starter Thread starter Lance
  • Start date Start date
L

Lance

Guest
Since the following article was posted, have there been any updates to the
..NET framework (any version) to support remote access to the Win64 registry
from a managed app running on a Win32 system? We'd prefer to do this in
managed code without having to resort to PInvoke calling native code that
uses the KEY_WOW64_64KEY flag if possible.

Thanks,
-Lance

How to remotely access the Win64 registry from a Win32 machine in managed
code (Part II)
http://blogs.msdn.com/cumgranosalis/archive/2005/12/19/Win64RegistryPart2.aspx
 
Back
Top