Forum Discussion
shambari
May 21, 2024Copper Contributor
App running as background process
I use this to open my company portal via powershell :
start-process companyportal:
please is there any way to run company portal on background (task manager) without display the company portal on desktop.
thanks.
- Just wondering about the bigger picture and understanding the question a bit more.. why would you like to run the cp without displaying it?
- shambariCopper ContributorThank you for your question. I will provide a response. Right now, I'm working on a project developing a platform that displays the same applications as the company portal. From my platform, users can install applications displayed on the company portal by clicking 'Install.' This action opens the company portal to a specific app ID, and by using Control + I, the application starts installing on the device. However, what is missing is that I want the company portal to open in the background when a user clicks 'Install' on a specific application from my platform, without the user seeing it.
- shambariCopper ContributorRudy_Ooms_MVP do you have any idea ?