How to write registry on a remote machine?

G

Guest

hi,

i'm wondering how to reader or write registry of a remote host. are there
any classes help?

Thanks in advance
-Zhilin
 
K

Kevin Spencer

The Microsoft.Win32.Registry, Microsoft.Win32.RegistryKey and related
Microsoft.Win32 registry enumerations are used for reading and writing to
and from the System Registry. Regardless of whether this is local or remote,
the same classes are used. For a remote machine, the proper network
credentials are required.

--
HTH,

Kevin Spencer
Microsoft MVP
Short Order Coder
http://unclechutney.blogspot.com

What You Seek Is What You Get
 
G

Guest

Thanks, but why can't find reference for these classes within add reference
dialog in VS2005?
 

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