Hi @Aushyro ,
Make sure the scheduled task is configured to run under a user account with sufficient permissions. Specifically:
- Open Task Scheduler (
taskschd.msc
). - Find your task and open its properties.
- In the General tab:
- Ensure "Run whether the user is logged on or not" is checked.
- Use an account that has full control over the source and destination files.
- If possible, try running it as a local administrator or a service account that does not require login.
- In the Security Options section:
- Click Change User or Group and enter a user that has full network access.
- Ensure the account has "Log on as a batch job" permission (set via
gpedit.msc
→ Local Policies → User Rights Assignment).
- Ensure "Do not store password" is NOT checked, as this can restrict access to network resources.
Best Regards.
Jiachen Li
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.