"START /W" with additional switches
start
has a weird syntax where the first string in quotes is the new (console) window title. Your command is quoted, so start
interprets it as the title, and doesn't know what /s
is.
So, add a dummy title, like this:
START /WAIT "" "%userprofile%\desktop\jre-8u25-windows-i586.exe" /s