In Windows you can launch the registry and them connect to another registry开发者_开发知识库; does anyone know how to accomplish this in c#? or if you know how of an api call that would be helpful.
Thanks
The API function is RegConnectRegistry. I've linked to the MSDN documentation, where you'll find a list of all Registry Functions here.
Try suggestion about half way down on this page: http://vbcity.com/forums/p/42161/170595.aspx
You will need the proper permissions on the machine, of course.
精彩评论