简体   繁体   English

编辑Windows注册表

[英]Editing windows Registry

Hai Is there any way to edit the Registry of an system from another system in Lan. Hai有什么方法可以从Lan中的另一个系统编辑一个系统的注册表。 That is Whether it is possible to edit registry of an client system from server 那就是是否可以从服务器编辑客户端系统的注册表

As the windows tool Regedit supports to connect to remote registry, there is obviously an API available. 由于Windows工具Regedit支持连接到远程注册表,因此显然有可用的API。 Look at the RegConnectRegistry() function to get more information. 查看RegConnectRegistry()函数以获取更多信息。

Maybe you want to give us a hint to your programming language. 也许您想给我们提示您的编程语言。

Yes, there are many ways. 是的,有很多方法。

You could use the registry editor and click file->connect network registry. 您可以使用注册表编辑器,然后单击文件->连接网络注册表。

Or you could RDP (or VNC) into the target server and make the change. 或者,您可以将RDP(或VNC)放入目标服务器并进行更改。

Or do you mean programatically? 还是您以编程方式表示?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM