I have been asked to do this by enough people it warranted a quick blog entry.
To have Windows Task Manager start everytime you log on to windows, you can use this command (in the command line window):
> REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Path /t REG_EXPAND_SZ /d ^%systemroot^%\System32\taskmgr.exe