Hello,
I am facing some problems that I would like to solve.
My application needs to run as administrator. To prevent the UAC screen from being displayed at each login, I create a task and launch the process.
So far so good. But I have a problem, in some clients I never see the tasks created. I do not know why.
I have tried to run it from "Software\Microsoft\Windows\CurrentVersion\Run" but at the beginning the screen jumps to allow it, so I discard this.
I have created a service to launch my executable, I have also configured it so that it can interact but the process never runs.
I see that from a service you cannot interact with the interface, so I need to know some way to solve this or through some type of service.
If I need to create a service and enter the login user data, I have no idea since each user can have a different name and password and I am not interested in knowing either. Just being able to run my application without any problem.