المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Import a .reg file to a remote machine's registry



C# Programming
11-30-2011, 10:16 AM
Hi All,

I was searching on Internet with this topic but dont have much luck, so i am trying my luck in here now, lol

My scenario is: i am havning a centralise release server that hosts the release applicaiton and backups, and now i would like to extend this application to allow the user to import the .reg file, sits on the release server, to a remote machine.

just as an example, in windows, if we open registry edit, and we have an option "Connect Network Registry", so we can connec to remote machine, and once we connected, we can select the .reg file from local mahcine and import into the remote machine. Our release application would like to achieve the same goal.

Hopefully i describe the scenario cleary, and since Windows is able to do it, then i am sure there is a way to do it in .Net, can someone in here point me to the right direction.

Thanks heaps.