+ 2

How to make an autostart java program on windows ?

auto start java app

18th Mar 2017, 7:11 AM
Steve Tchatchouang
Steve Tchatchouang - avatar
7 Respostas
+ 3
Put you program in this directory: %appdata%\Microsoft\Windows\Start Menu\Programs\Startup Everything in there will be executed at startup.
18th Mar 2017, 7:52 AM
Karlo
Karlo - avatar
+ 1
ok. and how to create shortcut in this folder ?
18th Mar 2017, 7:54 AM
Steve Tchatchouang
Steve Tchatchouang - avatar
+ 1
is it possible to do this automaticaly ?
19th Mar 2017, 9:10 AM
Steve Tchatchouang
Steve Tchatchouang - avatar
0
You press and hold right click and move the mouse somewhere like the desktop and release the button, then you click on "Create Shortcut" and done.
18th Mar 2017, 7:56 AM
Karlo
Karlo - avatar
0
For automation it's best to use batch (.bat) files. But I don't know much about them. All my knowledge about them is from the YT channel Flytech Videos.
19th Mar 2017, 9:45 AM
Karlo
Karlo - avatar