Current implementation of WindowsRegistry.java uses "reg" command to read Windows registry by executing this command via ProcessBuilder. It would be more reliable to switch using native APIs to read Windows registry.