[solved]No access to the file manager

Discussion related to "Everything" 1.5.
Post Reply
Native2904
Posts: 112
Joined: Mon Nov 22, 2021 8:36 pm

[solved]No access to the file manager

Post by Native2904 »

I downloaded the new version today, version 1.5.0.1404a (x64), and unfortunately I can no longer open the paths.
I right-click on them, but the file managers don’t respond.

2026-05-02_192638.png
2026-05-02_192638.png (20.89 KiB) Viewed 316 times
console:

exec: first expr C:\tcmd\TOTALCMD64.EXE /o /t /A /S "%1"
exec: command C:\tcmd\TOTALCMD64.EXE /o /t /A /S "%1"
exec: fullfilename C:\tcmd
exec: depth 0
set 1 run history in 0.000034 seconds

exec: first expr C:\Xyplorer\XYplorer.exe "%1"
exec: command C:\Xyplorer\XYplorer.exe "%1"
exec: fullfilename C:\tcmd
exec: depth 0
exec: main thread regained focus
Last edited by Native2904 on Sat May 02, 2026 11:30 pm, edited 1 time in total.
tuska
Posts: 1382
Joined: Thu Jul 13, 2017 9:14 am

Re: No access to the file manager

Post by tuska »

Hi,

For Total Commander please try the following:

Options - 1.5.0.1409a (x64) > Context Menu > Open (Folders)

Code: Select all

open_folder_command2="C:\tcmd\TOTALCMD64.EXE" /O /T /A /S "%1"
Options - 1.5.0.1409a (x64) > Context Menu > Explore Path

Code: Select all

explore_path_command2="C:\tcmd\TOTALCMD64.EXE" /O /S /T $parent("%1")
However, in the file ‘ev-error.gif’, the context menu option ‘Open Path’ is executed:

Optionen - 1.5.0.1409a (x64) > Kontextmenü > Pfad öffnen
Options   - 1.5.0.1409a (x64) > Context Menu > Open Path

Code: Select all

open_path_command2="C:\tcmd\TOTALCMD64.EXE" /O /T /A /S "%1"
Please note the " ".
These settings work for me.

____________________________________________________________
Windows 11 Pro (x64) Version 25H2 (OS build 26200.8328) - 2026-04-30 | TC 11.57rc6 x64
'Everything' 1.5.0.1409a (x64) - Portable on system drive in C:\Everything
Native2904
Posts: 112
Joined: Mon Nov 22, 2021 8:36 pm

Re: No access to the file manager

Post by Native2904 »

2Tuska

Thanks - i tested it - but without succes
tuska
Posts: 1382
Joined: Thu Jul 13, 2017 9:14 am

Re: No access to the file manager

Post by tuska »

Native2904 wrote: Sat May 02, 2026 11:00 pm 2Tuska

Thanks - i tested it - but without succes
In 1.5.0.1409a (x64) with the additional quotation marks?
Native2904
Posts: 112
Joined: Mon Nov 22, 2021 8:36 pm

Re: No access to the file manager

Post by Native2904 »

Thanks to your signature, I now have the latest version of Everything (1.5.0.1409a (x64)), and it’s working again!
Post Reply