I'm working on a program whereby one of its functions is to remove a file on the hard drive referenced through a windows registry value. I've been using Advapi32Util for searching for the file, however I couldn't find any way to return the data connected to the value.
Asked
Active
Viewed 40 times
0
-
[see this](https://www.programcreek.com/java-api-examples/?api=com.sun.jna.platform.win32.Advapi32Util) ... example 17 might be the one to use. – Paul T. Sep 20 '20 at 12:53
-
[Here are some more examples](https://www.rgagnon.com/javadetails/java-read-write-windows-registry-using-jna.html) you can try. – DevilsHnd - 退職した Sep 20 '20 at 17:09