简体   繁体   English

Java-如何远程访问Windows注册表

[英]Java - How to access Windows Registry remotely

I found that it is possible to access Windows Registry remotely using C++ . 我发现可以使用C ++远程访问Windows注册表。 But is it possible to do remote Windows Registry access through JAVA ? 但是可以通过JAVA进行远程Windows注册表访问吗?

Just be able to read the registry remotely would be helpful! 只是能够远程读取注册表会有所帮助!

EDIT 编辑

Here is how to edit Windows Registry locally. 这是在本地编辑Windows注册表的方法。 Link 链接

Using Java Native Interface you can make calls to native APIs. 使用Java本机接口 ,可以调用本机API。 Using that, you could call the Windows API function you cited. 使用它,您可以调用引用的Windows API函数。

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

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