Java 6 Update 13 JRE Pop Up
How to disable the JQS.EXE popup after running JRE 10, 11, 12, 13 silently without getting the popup. Within SMS 2003 you need to create a batch file using this syntax.
taskkill /F /IM jqs.exe
exit 0
So open up notepad and enter they command above. Click file-save-as and name it FILENAME.bat Then in SMS 2003 you can have your package point to the batch file you just created.
This stops the JRE JAVA popup window after trying to install any JRE packages.





