I’ve tried multiple methods now and still can’t get a reliable notification to appear for the logged-in user through an Automox worklet. I’ve tested toast notifications, msg.exe, WPF MessageBox popups, scheduled tasks, payload files, and different execution contexts, but so far nothing consistently displays to the end user
My goal is simple:
-
Show one popup reminder on Day 8 of uptime
-
Do nothing on Day 9
-
On Day 10, show a popup and schedule a forced reboot in one hour
-
At this point, I’m not sure whether the issue is with my worklet, Windows restrictions, or something in my environment that’s blocking all UI attempts.
Could someone please advise, or share a known-working solution or best practice for displaying user-facing notifications from an Automox worklet? Even a simple working popup example would help so I can verify whether the limitation is environment-based or script-based.
Thank you. I’ve genuinely tried everything I can think of and would really appreciate any guidance.