If a scheduled task refers to an executable file w/o a path, and a startup directory is specified, Autoruns assumes the EXE is placed within the startup directory (it doesn't) and thus falsely reports the task a file not found.
In my example, I launch javaw.exe w/o a path since it changes with each java version. The task itself is valid since java is within the system PATH.
