Here am going to explain how to customize your HTC TaskManager before cooking it to your ROM.

These Registry entries can be added to your kitchen whichever way you want.
[HKEY_CURRENT_USER\Software\HTC\TaskManager]
“EnableTodayX”=dword:00000001 ;1=Enables the TaskManager to show on TaskBar, 0=Disables
“EnableTapAndHold”=dword:00000000 ;0=Enables Closing of App on pressing X, 1=Minimizes App
“LargeIconSize”=dword:00000040 ;Size of Quick Menu
“EnableLargeIcon”=dword:00000000 ;0=Small Quick Menu, 1=Large Quick Menu
[HKEY_LOCAL_MACHINE\Software\Microsoft\TaskMgr]
“RefreshInterval”=dword:6 ;Overall Refresh Interval
“ProcUsageRefreshInterval”=dword:3 ;CPU Usage Refresh Interval
Now with the upcoming new Windows Phone OS builds, the place of Quick Menu in the taskbar is taken by the Date so inorder to not see them overlapped, we can make the TaskManager Quick Menu Invisible.
To do this just add the below Registry Entries.
[HKEY_CURRENT_USER\Software\HTC\TaskManager]
“LauncherDown”=hex:20,00,00,00,01,00,00,00,07,00,00,00,70,00,00,00,0F,00,00,00,0F,00,00,00,0F, 00,00,00,0F,00,00,00,0E,00,00,00,0E,00,00,00,0E,00,00,00,0E,00,00,00,0D,00,00,00,0D,00,00,00,0D, 00,00,00,0D,00,00,00,0C,00,00,00,0C,00,00,00,0C,00,00,00,0C,00,00,00,0B,00,00,00,0B,00,00,00,0B, 00,00,00,0B,00,00,00,0A,00,00,00,0A,00,00,00,0A,00,00,00,0A,00,00,00,09,00,00,00,09,00,00,00,09, 00,00,00,09,00,00,00,08,00,00,00,08,00,00,00,08,00,00,00,08,00,00,00
“LauncherUp”=hex:20,00,00,00,01,00,00,00,07,00,00,00,70,00,00,00,0F,00,00,00,0F,00,00,00,0F,00, 00,00,0F,00,00,00,0E,00,00,00,0E,00,00,00,0E,00,00,00,0E,00,00,00,0D,00,00,00,0D,00,00,00,0D, 00,00,00,0D,00,00,00,0C,00,00,00,0C,00,00,00,0C,00,00,00,0C,00,00,00,0B,00,00,00,0B,00,00,00,0B, 00,00,00,0B,00,00,00,0A,00,00,00,0A,00,00,00,0A,00,00,00,0A,00,00,00,09,00,00,00,09,00,00,00, 09,00,00,00,09,00,00,00,08,00,00,00,08,00,00,00,08,00,00,00,08,00,00,00


