hello i have created a java application, and created installer using nsis.
but i want when system turn on, my application should automatically starts, how can i do this??
how to start java app when windows starts??
2 posts
2 posts
WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Run" \
"My app" "$INSTDIR\myexefile.exe"