Forum Discussion
Fortu
Oct 12, 2022Copper Contributor
Task Scheduler with multiuser
Hi, I have an application which is installed for each user, I mean in %localappdata%\Programs. Then I have created activities, one for each user which starts its own application (the one in %locala...
Yahyati
Mar 31, 2026Brass Contributor
To achieve your goal of running a specific activity for each user when they log in, especially considering that your applications are installed per-user in %localappdata%\Programs, and you want the activity to trigger upon user login (like after entering the password), you need to ensure the task is correctly configured for each user.