"airwot4" <(E-Mail Removed)> wrote in message
news:aa114f55-1dde-42cb-8be7-(E-Mail Removed)...
>I have a small toolbox application which is designed to automate
> common tasks. I would like to add a function that will send a host
> name string to regedit in order to open up the remote registry.
>
> Is there anyway to do this? I've been unable to find a command-line
> switch to accept host names and I would prefer not to resort to
> clunky
> keystrokes.
>
>
> The app is written in VB.NET 2.0.
>
>
> Thanks
I don't think that you can do this with regedit.exe and you
probably shouldn't, seeing that your application is written
in VB.Net. Using WMI, you can do anything to the registry
of any PC - see this example:
http://www.microsoft.com/technet/scr...6/hey1116.mspx