简体   繁体   中英

Java - How to access Windows Registry remotely

I found that it is possible to access Windows Registry remotely using C++ . But is it possible to do remote Windows Registry access through JAVA ?

Just be able to read the registry remotely would be helpful!

EDIT

Here is how to edit Windows Registry locally. Link

Using Java Native Interface you can make calls to native APIs. Using that, you could call the Windows API function you cited.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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