Consider a user downloading your app from Microsoft Store. A percentage of people installs the app but never opens that. So my question is: is there a way to send some kind of notification to a user which installed the app but still never opened that?
Sorry, there is currently no public API in UWP that can meet your needs.
Even if you use background task, you need to start the app after installing the program for the background task to work.