It's possible to do a application which iniciates when the computer is turnde on?
*Sorry for my English! I'm brazilian.
You can make an installer for it with the free InstallCreator software and then have it put a shortcut to the program in the start menu folder "Startup".
Otherwise manually drag the shortcut to this "Startup" folder.
Oh! Thanks Jayjay.
and... is possible do like a alarm, do this application run when is 2 p.m. ,for example ?
Develop games in your browser. Powerful, performant & highly capable.
Have two applications, autostart.exe and alarm.exe
autostart.exe when executed copies alarm.exe to satrtup (or autostart), you an retrive the path with the registry objecy.
Thanks
For starting the app at a designated time, you can use Task Scheduler - included in Windows.
^^^ Of course, that would only be useful if he intends to use the program only for himself. I believe he's looking for a way to have his program autostart on other people's PC's.
Another way is to write a Registry key using Construct's registry option. There are several keys you can write to with the most common being:
Registry Keys:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Here is a big list of all the possible ways to auto start a program:
bleepingcomputer.com/tutorials/windows-program-automatic-startup-locations