Parse a Registration Entries (.reg) File

  • Thread starter Thread starter jwgoerlich
  • Start date Start date
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
 
If the computers are part of a domain, I would use Group Policy to push
out the registry settings.
 
Good point. No, unfortunately, these servers are across different
domains and OUs.
 
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

Back
Top