I want to start my executable as a background application and came across Start-AppBackgroundTask. It requires a task ID that is given by Get-AppBackgroundTask. Can all executables be started using Start-AppBackgroundTask or does it have some requirements which need to be matched?? Is starting the application as a service the only way to start the application as a background application?