Unsolved
This post is more than 5 years old
13 Posts
0
5306
November 28th, 2003 18:00
SCHEDULED TASK FUNCTION WON'T RUN SINCE SYSTEM RESTORE
Hi,
In scheduled task there is message "scheduled task did not run because of incorrect password or user".
User never changed.
I deleted all tasks and reentered them with so called "wizard".
I checked my computer properties etc.
Nothing resolved.
Manual functions for above work.
Has anybody had same problem and how did you correct it?
Roger
No Events found!


JohnK324
317 Posts
0
November 28th, 2003 19:00
meteore
1.- Set up a password for your account (create a password hint)
2.- Take note of the User name and Domain (you may need this later).
3.- Go to your Scheduled Tasks and make sure the "Run as" has Domain\User name
4.- Set the password (typed in twice). Repeat for each task.
Remember the task will only run if the computer is on and the person that set it up (see step 3) is logged on.
gryjhnhpe
2 Intern
•
2K Posts
0
November 28th, 2003 21:00
You can also run Scheduled Tasks without a User Account password by Editing the Registry;
Needs SP1 installed.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
limitblankpassworduse DWORD 0
or use Kelly's Korner vbs scripit;
http://www.kellys-korner-xp.com/regs_edits/sthome.vbs
Authorize Script.
JohnK324
317 Posts
0
November 28th, 2003 23:00
Gary,
Thanks for the input. I needed this a few weeks ago. I now use Auto-logon from TweakUI, so my Task Sceduler has username and password. Your reg change would have been better and simpler.