Filezo automatically tracks files & folders opened using Windows Start Menu, Windows Explorer and most other programs. However, it is unable to track files opened using Total Commander.
What is Filezo?
Filezo is a superfast launcher for Windows designed to make your computing life joyful. It gives you instant access to any of your files, folders and apps without the need to browse through hierarchical folders. Type and go! That’s it.
Here is are some of the key Filezo features:
- Lightning speed access to any file, folder or app on your Windows PC.
- Tag files and folders. Supports color-coded and hierarchical tags.
- Add a note to any file without modifying the file itself.
- Integrates with the Windows File open/save window. Directly select a file or jump to any folder in Windows File open/save window using Filezo.
- Preview various types of files including audio/video. Install previewer add-ons to support more files.
- Quick manage files (copy, rename, delete, move) directly from Filezo without the need to open your File manager like Windows File Explorer..
- Share tagged files and folders with other Filezo users over network.
- Share annotated files and folders with other Filezo users over network.
- Quickly find and drag/drop a file over other apps such as the Internet browser, email app, messaging app etc.
- Many more hidden nuggets designed to make file and folder access easier.
Below we have a Filezo feature representation:

How Filezo can track files opened in Total Commander
Thanks to our customer @Lutz who directed us to an online forum post that shows how to make Total Commander work with Filezo. In the past we already posted how to make Filezo work with Directory Open (Dopus).
Basically, you would need to set an AutoHotkey script to run in Total Commander whenever a file/folder is opened from it.
Filezo monitors all items added to the Windows Recent Documents list. This is nothing but the “\Microsoft\Windows\Recent” folder under AppData. If you open %appdata%\Microsoft\Windows\Recent from Windows start menu, you will get to the exact folder.
The following AutoHotkey script achieves this:
Target = %1%
EnvGet, APPDATA, APPDATA
LinkFile := APPDATA . "\Microsoft\Windows\Recent" . SubStr(Target, InStr(Target, "\", 0, 0)) . ".lnk"
FileCreateShortcut, %1%, %LinkFile%
Run, %1%
To make any file type (e.g. “*.pdf”) that you want TC to create shortcuts for in the Windows ‘Recent’ folder run this script, use menu: “Files|Internal Associations” and add the file type. In the input box next to “Open”, put:
"[PathAndFullNameOfAHKScript]" "%1"
That’s it.
Filezo automatically remembers our favorite folders. It also supports hierarchical and color-coded tags. Accessing a folder any level deep, is insanely fast in Filezo.
Learn more about Filezo and also check out more tutorial videos, check out this page.
Thanks :)
Have a good day!