Quote:
Originally Posted by ptfdmedic
D,
Could you please tell me how you removed the built in Windows Task Manager. I hate it and your latest release for both vogue and titan is without a task manager. I have been trying to remove it myself prior to cooking for sometime now and can't seem to find it.
Thanks so much for the release great build.
Rob g
|
21018 SYS doesn't include the Microsoft task manager. If anyone wants it, the 21015 task manager works in 21018. Attached to this post. Place taskmgr.exe in \Windows and place the .lnk wherever you want in \Windows\Start Menu.
If you want to remove it in an earlier SYS you need to do three things:
1) Remove taskmgr.exe from the Shell folder in your SYS before cooking
2) Remove taskmgr.lnk from the Shell folder in your SYS before cooking
3) Edit the .rgu file in the Shell folder and remove the following three sections:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:M STASKMGR]
"0"="MSTASKMGR" ; class name
"1"="taskmgr.exe" ; exe to launch
"2"=dword:1 ; perf hint (RAI_PERF_*)
"3"=dword:0 ; app type (?)
[HKEY_CLASSES_ROOT\taskmgrapp\DefaultIcon]
@="shellresapps.dll,-20228"
[HKEY_CLASSES_ROOT\taskmgrapp\SelectIcon]
@="shellresapps.dll,-20229"
[HKEY_LOCAL_MACHINE\ControlPanel\TaskMgr]
"Redirect"=":MSTASKMGR"
[HKEY_LOCAL_MACHINE\Software\Microsoft\TaskMgr]
"RefreshInterval"=dword:1E
"ProcUsageRefreshInterval"=dword:5
[HKEY_LOCAL_MACHINE\ControlPanel\TaskMgr]
"Group"=dword:1