@alexmiller Any idea why this searches for both java.exe and java in powershell?
java.exe
java
I think on Windows, the java file is always going to have an extension, e.g. .bat, .cmd , .exe - but probably mostly .exe
.bat
.cmd
.exe
Don't remember