SoftwareTipsandTricks Forum

Go Back   SoftwareTipsandTricks Forum > Operating Systems > Windows XP
User Name
Password


Need Help with Task Scheduled

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes

  #1  
Old 04-19-2006, 12:02 AM
yoni5002's Avatar
yoni5002 Offline
Registered User
 
Join Date: Oct 2005
Posts: 923
Need Help with Task Scheduled

Hi guys, I have written several e-mail to Microsoft letting them know about something I have consider a bug in XP for a very long time. When you create a scheduled task it will not run if you don't set a password in your account and in the scheduled task as well, this happens only by using this feature in specific. i.e., your antivirus scan runs fine without any password in your administrator account. The same goes with other tasks... This happens only with Windows Scheduled task

I have written a little script to run "defrag c:" and "defrag c: -b" one after the other.
---------------------------------------------------------------------
CODE:
---------------------------------------------------------------------
@echo off
title Windows XP Professional Optimization Task

echo Your System is being optimized for overall Windows performance...

sleep.exe 3

echo.

echo Organizing Information...

sleep.exe 3

echo.

echo Boosting Windows performance...

defrag c:
defrag c: -b

echo.

echo Optimization Completed!
sleep.exe 5
exit

----------------------------------------------------------------
The script runs fine when I execute it but when you schedule it nothing happen due to the crappy Windows Task Schedule feature
and the User password issue which I have e-mailed Microsoft so many times!!

Can anyone give me a solution to run the scheduled task without any password in my account?

Thanks in advanced

Yoni5002º
________
Reply With Quote

  #2  
Old 08-19-2006, 01:16 AM
PTooti's Avatar
PTooti Offline
Registered User
 
Join Date: Aug 2006
Posts: 29
Send a message via MSN to PTooti
did you get this sorted?

Running Tasks Without A Password

For XP Pro: Go to Start/Administrative Tools/Local Security Policy/Security Settings/Local Policies/Security Options
Accounts: Limit local account use of blank passwords to console logon only. This is enabled by default, disable it.

For XP Home: (Keith Miller) Go to Start/Run/Regedit and navigate to this key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa

Value name: limitblankpassworduse, Type: REG_DWORD, Data: 0 (disabled) 1 (enabled)
Reply With Quote

  #3  
Old 08-19-2006, 03:19 AM
yoni5002's Avatar
yoni5002 Offline
Registered User
 
Join Date: Oct 2005
Posts: 923
Quote:
Originally Posted by PTooti
did you get this sorted?

Running Tasks Without A Password

For XP Pro: Go to Start/Administrative Tools/Local Security Policy/Security Settings/Local Policies/Security Options
Accounts: Limit local account use of blank passwords to console logon only. This is enabled by default, disable it.

For XP Home: (Keith Miller) Go to Start/Run/Regedit and navigate to this key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa

Value name: limitblankpassworduse, Type: REG_DWORD, Data: 0 (disabled) 1 (enabled)

Yeah, thanks

Actually what I did was using "control userpasswords2" I disabled the "users must enter a username and passwords to use this computer"... That did the trick as well...

Thanks anyways
__________________
http://windowsedge.com
Yoni
Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Batch File Won't Run as Scheduled Task mwaw Windows XP 3 11-23-2005 04:41 AM
Scheduled Tasks but Computer Turned Off Paul McDonald Windows XP 2 09-21-2005 12:48 AM
can you run a scheduled task minimized? psytae Windows XP 1 10-20-2004 03:03 PM
Task Manager Jeo Windows XP 2 04-25-2004 07:01 PM
Task Manager Problem tonycrew Windows XP 3 04-12-2004 11:00 AM



All times are GMT -5. The time now is 03:47 PM.


Designed by eXtremepixels. Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.