I am working on a UWP screen recorder, I need a global shortcut (keyboard hotkey) that just launches the app, so I need a background process that runs from start-up, allowing me to launch the app at any time. I don't need to perform any in-app action. I could find some tutorials about global shortcuts in uwp apps, but they refer only to in-app actions and the Win32 process doesn't run with the app closed, so I couldn't figure out how to do with my app.