Use schtasks to Manually Run the Task
Try running the scheduled task from the command line to see if it reveals more details:
- Open Command Prompt (Run as Administrator)**.
- Run this command:
cmd
schtasks /run /tn “EbayAuthRefreshV2”
- If it fails, check the error message.
If it gives an Access Denied error, it’s likely an issue with the user permissions or execution context
Change the Execution Context (User Account)
Try running the task as a different user:
- Open Task Scheduler → Right-click your task → Properties.
- Under General → Security Options:
Select “Run whether user is logged on or not”.
Click Change User or Group→ UseSYSTEMor another admin account.
Check “Run with highest privileges”.
3.Re-run the task.
Please check let me know