Link to home
Start Free TrialLog in
Avatar of msbinx
msbinx

asked on

Export registry key from remote computer

I am trying to export a registry key from a remote computer using VB.  I currently run a batch locally to create the *.reg file I need. I.e.  regedit /e c:\reg.reg "HKEY_CURRENT_USER\Printers\Connections". I am looking for a way to enter the remote computers name and export the required key.  I will then be importing that key onto another system.

Thanks for any and all imput.  
ASKER CERTIFIED SOLUTION
Avatar of Frog357
Frog357

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
Avatar of msbinx
msbinx

ASKER

Thanks for the links.
I think the solution is a little more complicated then I thought.

Thanks.