Important explanations:
- I have an application created in JAVA;
- An "EXE" executable was created using Launch4J;
- I need to run this application after windows startup.
FIRST ATTEMPT
A shortcut has been created in C:\Users\Elfab\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
This option was not effective with my application.
SECOND TRY
An entry has been created in the windows logs in the keys below
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
PROBLEM
The above options were not efficient, but with other applications this method proved to be efficient. The program does not start and does not generate error LOG
QUESTION