I just updated Everything and notest that when I run it with Folders view already enabled,all files and folders are visible even tho the checkbox "Subfolders" is not enabled
To fix that I simply have to click on any of the drives in the sidebar or on Everything
Maybe a bug with Folders view
Re: Maybe a bug with Folders view
Normally there's no folder sidebar selection.
Call the following on startup to select the "Everything" root.
Everything.exe -explore ""
Call the following on startup to select the "Everything" root.
Everything.exe -explore ""
Last edited by void on Wed Apr 27, 2022 11:51 am, edited 1 time in total.
Reason: -explorer -> -explore
Reason: -explorer -> -explore
Re: Maybe a bug with Folders view
Am I doing it the wrong way?
This is my shortcut
"C:\Program Files\Tools\Everything\Everything.exe" -explorer "Everything" -instance Backup -db Backup.db -no-auto-include -config Backup.ini
but when I try to open my second instance of everything,the command lines window appears instead
This is my shortcut
"C:\Program Files\Tools\Everything\Everything.exe" -explorer "Everything" -instance Backup -db Backup.db -no-auto-include -config Backup.ini
but when I try to open my second instance of everything,the command lines window appears instead
Re: Maybe a bug with Folders view
Please try the following:
"C:\Program Files\Tools\Everything\Everything.exe" -explore "" -instance Backup -db Backup.db -no-auto-include -config Backup.ini
-explore
"C:\Program Files\Tools\Everything\Everything.exe" -explore "" -instance Backup -db Backup.db -no-auto-include -config Backup.ini
-explore
Re: Maybe a bug with Folders view
Yes that works,thanks