encratite / RiotControl

An elaborate statistics tracking system for League of Legends. It used to be a centralised PostgreSQL based system but now it's a stand-alone SQLite application. It was written in C# and makes use of the LibOfLegends RTMP library. It is licensed under the terms of the GPLv3. Unfortunately I stopped working on it in 2013-08. Check out the website for a longer explanation.
http://riot.cont.ro.lt/
GNU General Public License v3.0
33 stars 15 forks source link

Add an option to automatically launch the application when Windows starts #25

Closed encratite closed 12 years ago

encratite commented 12 years ago

This was brought up by "netonex" on Reddit. It could easily be achieved by adding a registry entry somewhere. I'm currently checking up on it. The most convenient way would probably be a key that makes it show up in msconfig. The most convenient way to achieve that is HKCU\Software\Microsoft\Windows\CurrentVersion\Run, I believe.

ishashobar commented 12 years ago

you could always just add a shortcut to the program in the Startup folder.

encratite commented 12 years ago

That's even more complicated than editing the registry.

encratite commented 12 years ago

Implemented in https://github.com/epicvrvs/RiotControl/commit/801b0e9b09c072be9b6eebde82b0154b964522da