Remote Win64 registry access from Win32 managed app?

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

Lance

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
 
Lance said:
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?

Reflector says no. This scenario is uncommon enough that I don't expect any
changes either, unless you file an explicit bug with Microsoft Support.
 
Hi Lance,

I have added a reply to same issue of you in this newsgroup. Please feel
free to give it a follow-up, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
=========================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Jeroen & Jeffrey -
Thanks for your replies. Looks like we'll need to use the p/invoke
solution.
-Lance
 
Back
Top