We're trying to deploy a scheduled task via a PowerShell script Opens a new windowwhich runs every time a user logs in, but keep running into the same issue.
One of our core applications currently has a bug which requires a batch file to be ran each time a user logs in. I think the best/easiest way to achieve this is via a scheduled task that runs on login. The batch file needs to be ran as admin and ideally before the user opens any applications.
The issue we're having is when we set the task to run at each logon, it does not run. After doing some research, it looks as though this is caused by the last run time being set to '30/11/1999' - website here Opens a new window
The response to the support request states that changing the start time to a future time instead of past fixes it - but I'm not sure how to get this to run at each...