I was considering using systernal's process explorer as my default task manager, probably by replacing the taskmgr.exe file. I'm not sure of any downsides, although it could be risky, any imput would be great.
Thanks
Page 1 of 1
Process Explorer as default Task manager?
#2
Posted 28 June 2005 - 02:29 PM
You can use process explorer as task manager very well, with no risk at all. I use it on my second PC and never had a problem with it.
#3
Posted 01 July 2005 - 01:08 PM
Ok, look like nobody want to reply to this post (maybe they are lost in shrinking office ....
)
So here is how i do :
1 - Don't try replacing taskmgr.exe, there is a far better way to make process explorer your default task manager.
2 - tell your install script to copy process explorer to a path smaller than 400 caracteres (or maybe it's even less, i can't remember...) . Something like %systemdrive%\WINNT (Win2000) or %systemdrive%\WINDOWS(WinXp) is a good choice.
3 - then, it's time to apply that tricky trick of hell, the reg key who make all dreams come true :
download the reg file :
taskxp.reg (970bytes)
Number of downloads: 80
and tell your script to add it to the reg database. something like :
REGEDIT /S 'YourPath'\taskxp.reg
to make it short this key can be used to replace any executable by the one of your choice (ex : replacing notepad by notepad++ or what ever...)
Et Voila...
Bonus Part :
to make process explorer start with your favorite columms, and windows view, do like this :
- customize it the way you want
- export key with all subkeys of HKEY_CURRENT_USER\Software\Sysinternals\Process Explorer
- tell your script to import the key ( REGEDIT /S )
- Et revoila...
So here is how i do :
1 - Don't try replacing taskmgr.exe, there is a far better way to make process explorer your default task manager.
2 - tell your install script to copy process explorer to a path smaller than 400 caracteres (or maybe it's even less, i can't remember...) . Something like %systemdrive%\WINNT (Win2000) or %systemdrive%\WINDOWS(WinXp) is a good choice.
3 - then, it's time to apply that tricky trick of hell, the reg key who make all dreams come true :
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe] "Debugger"="C:\\WINDOWS\\procexp.exe"
download the reg file :
taskxp.reg (970bytes)
Number of downloads: 80
and tell your script to add it to the reg database. something like :
REGEDIT /S 'YourPath'\taskxp.reg
to make it short this key can be used to replace any executable by the one of your choice (ex : replacing notepad by notepad++ or what ever...)
Et Voila...
Bonus Part :
to make process explorer start with your favorite columms, and windows view, do like this :
- customize it the way you want
- export key with all subkeys of HKEY_CURRENT_USER\Software\Sysinternals\Process Explorer
- tell your script to import the key ( REGEDIT /S )
- Et revoila...
This post has been edited by Diagg: 01 July 2005 - 01:12 PM
#4
Posted 01 July 2005 - 01:42 PM
Yes, thats the way Mark made Process Explorer default task manager. I spoke with him about it, the problem is he revealed one security hole, that all (security guys) didnt wanted to speak of... Using non-debugger with image profiles
#5
Posted 02 July 2005 - 02:55 AM
I wrote a NSIS Script for installing Process Explorer, get it here: http://digitalfrost.....php?article.10
#6
Posted 21 December 2005 - 06:40 AM
I was looking for such a trick to remove the crappy TaskManager! 
BTW, the taskxp.reg was full of garbage character, seems Suspicious!
EDIT
I tried it out, works like hell, but there was a message window when I first press Ctrl+Alt+Del telling me to download some kinda of Microsft Debugger tool! how can I disblae this very first message window?
EDIT 2
sorry the problem was from win32pad! it acting weird these days with reg and ini files
BTW, the taskxp.reg was full of garbage character, seems Suspicious!
EDIT
I tried it out, works like hell, but there was a message window when I first press Ctrl+Alt+Del telling me to download some kinda of Microsft Debugger tool! how can I disblae this very first message window?
EDIT 2
sorry the problem was from win32pad! it acting weird these days with reg and ini files
This post has been edited by Wesmosis: 08 January 2006 - 04:28 AM
- ← Winrar SFX[Question]
- Application Installs
- install in the same time norton secrity& systemworks 2005 →
Share this topic:
Page 1 of 1



Help

Back to top








