Useful 3rd party tools to complement TC

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Post by *m^2 »

You can try to rename DTaskManager.exe (or however it's named) to taskmgr.exe and place it in system32.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Somebody knows how can I change original behavior of Ctrl+Alt+Del ?
I want to activate DTaskManager instead of Task Manager.
Most task managers have an included option to replace task manager. If DTaskManager doesn't:

Replace Taskmanager (adjust path to DTaskManager.exe when needed):

Code: Select all

reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe" /v Debugger /d "C:\Program Files\DTaskManager\DTaskManager.exe" /f
Restore Taskmanager:

Code: Select all

reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe" /v Debugger /f
Icfu
This account is for sale
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6532
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

eugensyl wrote:
caliban wrote:A very powerfull Task Manager: x. It can terminate any type of processes, bypassing all permissions; allows to suspend and reactivate a process (as in Linux)...

And take a look at the HDHacker on the same page. It saves/restores the MBR, and the BootSector.
Somebody knows how can I change original behavior of Ctrl+Alt+Del ?
I want to activate DTaskManager instead of Task Manager.

Thanks in advance!
Options / Set Default Taskmanager / DTaskManager
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Post by *eugensyl »

Horst.Epp wrote: Options / Set Default Taskmanager / DTaskManager
Thanks to all of you! I was blind... 8) Sorry...
The program put into registry exactly what ICFU said.
My Best Wishes,

Eugen
User avatar
JohnFredC
Power Member
Power Member
Posts: 886
Joined: 2003-03-14, 13:37 UTC
Location: Sarasota Florida

Post by *JohnFredC »

Evernote Video

I have always found Evernote promising but not promising enough to purchase. This video shows a cool "text clip from bitmap" feature in the latest version.

Instead of writing things down, I've been photographing wine labels, signs/schedules/magazine articles/maps with my cell phone camera for years. This Evernote tool could appreciably enhance the usefulness of my method...

The demo is of Evernote running on a Mac, inadvertently showing some cool features of the Mac Finder while demonstrating the Evernote tool. I haven't used the Finder in years. It is considerably enhanced and has features I'd like to see added to TC.

Evernote is available for Windows too, and one can sign up for the current beta.
Licensed, Mouse-Centric, moving (slowly) toward Touch-centric
User avatar
ZoSTeR
Power Member
Power Member
Posts: 1015
Joined: 2004-07-29, 11:00 UTC

TFind - Very fast file search (NTFS only)

Post by *ZoSTeR »

Please take a look at TFind.

It's a very fast file search tool for NTFS drives without any indexing. If someone could write a little FS plugin I would be very grateful.
User avatar
Hacker
Moderator
Moderator
Posts: 13102
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

ZoSTeR wrote:Please take a look at TFind.
Similar to ndff. :)

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
Sombra
Power Member
Power Member
Posts: 811
Joined: 2005-12-27, 22:23 UTC
Location: Zaragoza, Spain

Post by *Sombra »

2ZoSTeR
Also NDFF (NTFS Direct File Find) do it, even with more features. But TFind is faster.

I have a GUI/Frontend for the old version of TFind with a "semi-integration" with Total Commander. If your are interested, email me ;)
I should update it for handle all drives with this new version of TFind.

White text edited: Hacker was more faster :)
I can read English, but... I write like Tarzan. (sorry)
User avatar
dott
Senior Member
Senior Member
Posts: 285
Joined: 2007-03-04, 00:58 UTC
Location: La Plata, Argentina

Post by *dott »

2ZoSTeR
Is really fast, thanks for the info.
If not a FSPlugin maybe exist a way to "feed to listbox" the stdout directly? ... no? :?
User avatar
ZoSTeR
Power Member
Power Member
Posts: 1015
Joined: 2004-07-29, 11:00 UTC

Post by *ZoSTeR »

I wrote a basic GUI for TFind in AutoIt but I'm not really sure how to integrate it in TC without a real FS plugin.
One way would be to jump to the folder containing a specific file via the TotalCmd command line parameters or somehow abuse DiskDir or TempPanel.

Concering NDFF: Performance wise I found TFind to be faster and NDFF doesn't seem to be actively developed anymore.
User avatar
dott
Senior Member
Senior Member
Posts: 285
Joined: 2007-03-04, 00:58 UTC
Location: La Plata, Argentina

Post by *dott »

Here someone that use fastfind an open source search tool (with indexing though) and add the feature of open a new tab in totalcmd with the folder of found file.

fastfind original
fastfind with tc integration

and a thread in which( I think) he asks for help in order to make this app
Control from external program?
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

2dott
It is possible in locate32 also.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Post by *m^2 »

2fenix_productions:
If you can convince it's author to implement it, then yes.
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

2m^2
It is not working via double click or enter but you can choose "Open containing folder" option from RMB menu. This one can be customized by yourself.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Post by *m^2 »

Sorry, I misread your post.
Post Reply