want to automate a few repetitive things on my windows PC. specifically: running a script every weekday morning, clearing a temp folder weekly, and launching an app at startup with a delay.
heard task scheduler can do all of this but i’ve opened it before and found it confusing. the interface isn’t intuitive and i’m not sure which trigger and action types i need for each of my use cases.
for someone who uses task scheduler regularly: what’s the practical setup for scheduled scripts and time-based triggers? and are there common mistakes that cause scheduled tasks to silently fail without any error message? that’s my biggest concern.