Parse a Registration Entries (.reg) File

J

jwgoerlich

Hello group,

I am working on a C# app that pushes out registry settings to a number
of computers. My thought was to parse a registry export (.reg) file,
and then use RegistryKey.OpenRemoteBaseKey to update the remote
computer.

Questions: is this a decent way of automating registry updates? Is
there any sample code on parsing .reg files?

Thanks in advance,

J Wolfgang Goerlich
 
A

Andy

If the computers are part of a domain, I would use Group Policy to push
out the registry settings.
 
J

jwgoerlich

Good point. No, unfortunately, these servers are across different
domains and OUs.
 
J

jwgoerlich

Good point. No, unfortunately, these servers are across different
domains and OUs.
 

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