A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Customizing Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Scheduled task passwords do not change when the domain password ch



 
 
Thread Tools Display Modes
  #1  
Old December 7th 04, 03:13 PM
Mark
external usenet poster
 
Posts: n/a
Default Scheduled task passwords do not change when the domain password ch

Ok heres the scenario. One of my users has a scheduled task that open up
spreadsheets every morning. This works fine apart from then his domain
password needs changing (every 30 days). Once he has changed the domain
password he needs to edit the properties of the scheduled task and change the
password manually.

I have also re-created this problem on another pc running a different
scheduled task

Windows XP sp1
AD Domain (2003)

Any one have any ideas?

Cheers
Ads
  #2  
Old December 7th 04, 03:28 PM
Shenan Stanley
external usenet poster
 
Posts: n/a
Default Scheduled task passwords do not change when the domain password ch

Mark wrote:
Ok heres the scenario. One of my users has a scheduled task that
open up spreadsheets every morning. This works fine apart from then
his domain password needs changing (every 30 days). Once he has
changed the domain password he needs to edit the properties of the
scheduled task and change the password manually.

I have also re-created this problem on another pc running a different
scheduled task

Windows XP sp1
AD Domain (2003)

Any one have any ideas?


I await an answer with you, but I would guess this is "by design". You
changed the password.. Why should Windows (why WOULD Windows) go through
all the places you have typed that password in the past and change it for
you?

--
- Shenan -
--
The information is provided "as is", it is suggested you research for
yourself before you take any advice - you are the one ultimately
responsible for your actions/problems/solutions. Know what you are
getting into before you jump in with both feet.


  #3  
Old December 7th 04, 05:04 PM
Raymond J. Johnson Jr.
external usenet poster
 
Posts: n/a
Default Scheduled task passwords do not change when the domain password ch


"Mark" wrote in message
...
| Ok heres the scenario. One of my users has a scheduled task that open up
| spreadsheets every morning. This works fine apart from then his domain
| password needs changing (every 30 days). Once he has changed the domain
| password he needs to edit the properties of the scheduled task and change
the
| password manually.
|
| I have also re-created this problem on another pc running a different
| scheduled task
|
| Windows XP sp1
| AD Domain (2003)
|
| Any one have any ideas?
|
| Cheers

Local passwords and network passwords have nothing to do with one another.


  #4  
Old December 7th 04, 05:21 PM
Mark
external usenet poster
 
Posts: n/a
Default Scheduled task passwords do not change when the domain passwor

I do understand the differences between local logons and Domain logons,
however these jobs are created using the domain accounts and not a local one.

I don't ever recall having this problem with 2000 - possibly did just don't
recall it being a problem?

"Raymond J. Johnson Jr." wrote:


"Mark" wrote in message
...
| Ok heres the scenario. One of my users has a scheduled task that open up
| spreadsheets every morning. This works fine apart from then his domain
| password needs changing (every 30 days). Once he has changed the domain
| password he needs to edit the properties of the scheduled task and change
the
| password manually.
|
| I have also re-created this problem on another pc running a different
| scheduled task
|
| Windows XP sp1
| AD Domain (2003)
|
| Any one have any ideas?
|
| Cheers

Local passwords and network passwords have nothing to do with one another.



  #5  
Old December 7th 04, 07:17 PM
No_Name
external usenet poster
 
Posts: n/a
Default Scheduled task passwords do not change when the domain password ch

In article , "Raymond J. Johnson Jr." wrote:
|
|"Mark" wrote in message
...
|| Ok heres the scenario. One of my users has a scheduled task that open up
|| spreadsheets every morning. This works fine apart from then his domain
|| password needs changing (every 30 days). Once he has changed the domain
|| password he needs to edit the properties of the scheduled task and change
|the
|| password manually.
||
|| I have also re-created this problem on another pc running a different
|| scheduled task
||
|| Windows XP sp1
|| AD Domain (2003)
||
|| Any one have any ideas?
||
|| Cheers
|
|Local passwords and network passwords have nothing to do with one another.
|

On Windows9x, this may be true - but on WinXP when you are in a domain, you
usually log on locally to Windows using your domain credentials.
It appears that the scheduled task is being set up to run under the user's
domain credentials.
The question that I would ask is why is a scheduled task being used to open up
spreadsheets? This makes little sense unless it is being done when the user
is logging on. If this is the case, perhaps a logon script would be a better
way to do this? Or just put whatever the task does into the user's Start
Menu\Programs\Startup folder? There are ways to make it only execute once per
day, if that is what is desired.
  #6  
Old December 7th 04, 10:35 PM
Curt B
external usenet poster
 
Posts: n/a
Default Scheduled task passwords do not change when the domain password ch

By default, Windows XP requires a password for a scheduled task. However,
you may disable this with the following registry change:

HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control Lsa

limitblankpassworduse
Change the value in the Value Data box from 1 to 0

Then, check the "Run only if logged on" box in the scheduled task.

The task will now continue to run when the user periodically changes their
domain password without the need to change the scheduled task password.

Let us know if that gets you what you need.

"Mark" wrote:

Ok heres the scenario. One of my users has a scheduled task that open up
spreadsheets every morning. This works fine apart from then his domain
password needs changing (every 30 days). Once he has changed the domain
password he needs to edit the properties of the scheduled task and change the
password manually.

I have also re-created this problem on another pc running a different
scheduled task

Windows XP sp1
AD Domain (2003)

Any one have any ideas?

Cheers

  #7  
Old December 8th 04, 11:03 AM
Mark
external usenet poster
 
Posts: n/a
Default Scheduled task passwords do not change when the domain passwor

Thank you very much Curt that worked fine - Just the sort of answer I was
looking for

"Curt B" wrote:

By default, Windows XP requires a password for a scheduled task. However,
you may disable this with the following registry change:

HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control Lsa

limitblankpassworduse
Change the value in the Value Data box from 1 to 0

Then, check the "Run only if logged on" box in the scheduled task.

The task will now continue to run when the user periodically changes their
domain password without the need to change the scheduled task password.

Let us know if that gets you what you need.

"Mark" wrote:

Ok heres the scenario. One of my users has a scheduled task that open up
spreadsheets every morning. This works fine apart from then his domain
password needs changing (every 30 days). Once he has changed the domain
password he needs to edit the properties of the scheduled task and change the
password manually.

I have also re-created this problem on another pc running a different
scheduled task

Windows XP sp1
AD Domain (2003)

Any one have any ideas?

Cheers

  #8  
Old December 8th 04, 01:29 PM
Curt B
external usenet poster
 
Posts: n/a
Default Scheduled task passwords do not change when the domain passwor

You're welcome. I'm glad I could help.

"Mark" wrote:

Thank you very much Curt that worked fine - Just the sort of answer I was
looking for

"Curt B" wrote:

By default, Windows XP requires a password for a scheduled task. However,
you may disable this with the following registry change:

HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control Lsa

limitblankpassworduse
Change the value in the Value Data box from 1 to 0

Then, check the "Run only if logged on" box in the scheduled task.

The task will now continue to run when the user periodically changes their
domain password without the need to change the scheduled task password.

Let us know if that gets you what you need.

"Mark" wrote:

Ok heres the scenario. One of my users has a scheduled task that open up
spreadsheets every morning. This works fine apart from then his domain
password needs changing (every 30 days). Once he has changed the domain
password he needs to edit the properties of the scheduled task and change the
password manually.

I have also re-created this problem on another pc running a different
scheduled task

Windows XP sp1
AD Domain (2003)

Any one have any ideas?

Cheers

  #9  
Old December 8th 04, 02:05 PM
David Candy
external usenet poster
 
Posts: n/a
Default Scheduled task passwords do not change when the domain passwor

Accounts: Limit local account use of blank passwords to console logon =
=3D
only
Computer Configuration\Windows Settings\Security Settings\Local =3D
Policies\Security Options

Description
Determines whether remote interactive logons by network services such as =
=3D
Terminal Services, Telnet, and FTP are allowed for local accounts that =
=3D
have blank passwords. If this setting is enabled, a local account must =
=3D
have a nonblank password to be used to perform an interactive logon from =
=3D
a remote client.

Default: Enabled

Notes

a.. This setting does not affect interactive logons that are performed =
=3D
physically at the console.=3D20
b.. This setting does not affect logons that use domain accounts.=3D20
c.. It is possible for applications that use remote interactive logons =
=3D
to bypass this setting.=3D20
For more information, see:

a.. Security Configuration Manager Tools


--=20
----------------------------------------------------------
http://www.uscricket.com
"Curt B" wrote in message =
...
You're welcome. I'm glad I could help.
=20
"Mark" wrote:
=20
Thank you very much Curt that worked fine - Just the sort of answer I =

was=20
looking for
=20
"Curt B" wrote:
=20
By default, Windows XP requires a password for a scheduled task. =

However,=20
you may disable this with the following registry change:
=20
HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control Lsa=20
=20
limitblankpassworduse
Change the value in the Value Data box from 1 to 0
=20
Then, check the "Run only if logged on" box in the scheduled task.
=20
The task will now continue to run when the user periodically =

changes their=20
domain password without the need to change the scheduled task =

password.
=20
Let us know if that gets you what you need.
=20
"Mark" wrote:
=20
Ok heres the scenario. One of my users has a scheduled task that =

open up=20
spreadsheets every morning. This works fine apart from then his =

domain=20
password needs changing (every 30 days). Once he has changed the =

domain=20
password he needs to edit the properties of the scheduled task =

and change the=20
password manually.
=20
I have also re-created this problem on another pc running a =

different=20
scheduled task
=20
Windows XP sp1
AD Domain (2003)
=20
Any one have any ideas?
=20
Cheers

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem getting a new XP computer to join an NT 4.0/Win 98 domain Stephen Porter Networking and the Internet with Windows XP 6 November 5th 04 10:57 AM
Scheduled Tasks fail to run Gregg Hill The Basics 4 August 25th 04 07:18 AM
help with timers Bree Windows XP Help and Support 6 August 15th 04 05:56 AM
Change passwords in Windows XP Craig General XP issues or comments 1 August 13th 04 08:22 PM
Task Scheduler Password Problem Mythran General XP issues or comments 0 July 17th 04 04:56 AM






All times are GMT +1. The time now is 11:07 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.