我需要一个例程来访问远程计算机上的Windows注册表项 [英] Please I need a routine for accessing a windows registry key on a remote computer

查看:59
本文介绍了我需要一个例程来访问远程计算机上的Windows注册表项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一个例程来访问远程计算机上的Windows注册表项.
访问远程计算机上的密钥必须满足什么条件?

Please I need a routine for accessing a windows registry key on a remote computer.
What condition must be satisfied to access a key on a remote computer?

推荐答案

如果您不使用.Net框架,则可以使用Windows RegConnectRegistry()API ...

http://msdn.microsoft.com/en-us/library/ms724840 [ ^ ]
In the event you''re not using the .Net framework, you can use the Windows RegConnectRegistry() API...

http://msdn.microsoft.com/en-us/library/ms724840[^]


您可以为此使用RegistryKey类.请参阅: RegistryKey.OpenRemoteBaseKey方法(RegistryHive,字符串) [ ^ ]
You can use RegistryKey class for this. See: RegistryKey.OpenRemoteBaseKey Method (RegistryHive, String)[^]


如果这是一台远程计算机,您还需要一个可以更改注册表的应用程序
IF It is a remote computer you also need a application that will let you change registry


这篇关于我需要一个例程来访问远程计算机上的Windows注册表项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆