Read/write to Windows registry using Java

I know this question is old, but it is the first search result on google to “java read/write to registry”. Recently I found this amazing piece of code which: Can read/write to ANY part of the registry. DOES NOT USE JNI. DOES NOT USE ANY 3rd PARTY/EXTERNAL APPLICATIONS TO WORK. DOES NOT USE THE WINDOWS … Read more