Link to home
Start Free TrialLog in
Avatar of SoutTran
SoutTran

asked on

Read/Write to registry in .NET

Ho do I  read/write to a registry using .NET or Window APIs through .NET, on a different machine from where the program will be running. This would programmatically allow me to compare part of the registry on one machine to that of another. How would I go about doing this?
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

The Microsoft.Win32.Registry class provides all the functionality to access the Windows Registry.

Bob
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You know if you want code or you're not completely satisfied with the answer, you could just ask.  

Bob