I am writing a small application for my team that will give some feedback on the current build. It is a simple .Net WPF desktop application.
The question is, how do I make this start automatically?
I could of course just instruct everyone to put a shortcut of the application in their startup folder, like this: https://www.howtogeek.com/208224/how-to-add-programs-files-and-folders-to-system-startup-in-windows-8.1/
But where is the fun in that?