I am using windows desktop app, can you add option to launch the app as minimised to system tray on windows startup?
At the moment, i have to launch the app manually each time i restart windows.
I am using windows desktop app, can you add option to launch the app as minimised to system tray on windows startup?
At the moment, i have to launch the app manually each time i restart windows.
@evren55 Currently, we don’t have a built-in option to launch the app minimized to the system tray on Windows startup. That said, this is a useful suggestion—I’ve shared your feedback with our product team for consideration.
In the meantime, you can automate launching the app on startup using Task Scheduler. Here’s a simple way to set it up:
Open Start Menu → search for Task Scheduler
Click Create Task (on the right panel)
Under the General tab:
Go to the Triggers tab:
Click New
Select “At startup”
Click OK
Go to the Actions tab:
Click New
Action: Start a program
Browse -
C:/Users/your-username/AppData/Local/distill_web_monitor/app-4.1.0-beta/
(“your-username” will be your actual Windows username)
and select the Distill app executable -
distill-web-monitor.exe (lowercase name)
Click OK
Click OK to save
Now the app will automatically launch whenever your computer starts.