On communicating; and Vista remote admin

Posted in Communicating, Del.icio.us Links, HandyHints, Tech | Comments Off

Cool concept mobile device

Posted in Cool Stuff, Del.icio.us Links | Tagged , | Comments Off

links for 2006-10-22

Posted in Del.icio.us Links | Comments Off

links for 2006-10-21

Posted in Del.icio.us Links | Comments Off

links for 2006-10-12

Posted in Del.icio.us Links | Comments Off

links for 2006-07-15

Posted in Del.icio.us Links | Comments Off

links for 2006-06-26

Posted in Del.icio.us Links | Comments Off

Evolution of dance

YouTube:Evolution of Dance an amusing collection of dance moves over the years… Tim, lets count how many of your moves moves are here… :-)

Posted in General | 2 Comments
Posted on by Scrummy | Comments Off

Running Scheduled XP Tasks Without A Password

Sometimes it’s handy to have a scheduled task do something in Windows XP. I use a couple for different reasons. One is to do a weekly backup of data from one disk to another, and the other is to do a daily grab of the TV guide from IceTV to process and deliver to my Topfield PVR.

Annoyingly, but probably appropriately, XP doesn’t let you run scheduled tasks by default without a password set on the user account. This is described in Microsoft knowledge base article 310715.

Instead of creating a password for my login at home, and instead of creating a ‘dummy’ account with a password just for scheduled tasks, I found this: Scheduled Tasks – 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\Control\Lsa

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

Anyway, it works…

Posted in HandyHints | 6 Comments