0

I'm trying to run a batch file on Windows 7 from the Task Scheduler. I can run the batch file fine if I run it from the command prompt and by storing user credentials in Task schedular.

However, User's password changes per month so i need to find a way so that Task Scheduler can Automatically fetch user credentials from a directory to run Schedular.

Any help will be much appriciated.

1 Answers1

0

If you change the user password, You will need to change the password on the task to get everything working again.

My suggestion: Create a service account to run the task and set the password to never expire.

HEMAN85
  • 415
  • 3
  • 9