Error message when double click on the root drive c:

Discussion related to "Everything" 1.5.
Post Reply
rotong
Posts: 2
Joined: Tue Jun 16, 2020 11:51 pm

Error message when double click on the root drive c:

Post by rotong »

Error: The synthaxis of the filename, foldername or volumename is wrong.
Did a reindex of the harddrive but without result.
Not possible to open explorer when you doubleclick on the root drive C:
However, it is possible to open explorer if you right-click on the root drive C:
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: Error message when double click on the root drive c:

Post by NotNull »

- Go to Menu => Tool => Options => General => Context Menu
- In the right pane, select context menu item Open (Folders)
- Set its Command to
$exec("%1")

- OK

If C:\ still does not open on double-click:
Set the Open (Folders) command to
$exec(explorer.exe "%1")
rotong
Posts: 2
Joined: Tue Jun 16, 2020 11:51 pm

Re: Error message when double click on the root drive c:

Post by rotong »

It works!
Thank you very much.
Cheers!
Post Reply