How to setup automatically that Everything will index only specific folder during installation

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
vadimka77
Posts: 1
Joined: Sun Jan 19, 2025 11:27 am

How to setup automatically that Everything will index only specific folder during installation

Post by vadimka77 »

Hi, all

I would like to install "Everything" in silent mode with custom configurations , when only my custom folder will be configured to be indexed. Any other folders and paths should be unchecked/deleted .

I created ini file

[Everything]
ntfs_volume_paths=
refs_volume_paths=

folders="C:\\temp\\MyFolder"

and run following command during installation
Everything-1.4.1.1026.x64-Setup.exe /S -install-options "-noapp-data -disable-run-as-admin" -install-config "Everything.ini"
But it installs Everything without my configurations

Can you please help me .

How to setup automatically that Everything will index only my folder "C:\\temp\\MyFolder during installation and nothing else ?

Thanks a lot,
Vadim
therube
Posts: 5711
Joined: Thu Sep 03, 2009 6:48 pm

Re: How to setup automatically that Everything will index only specific folder during installation

Post by therube »

I think the actual options take only 1 sets of quotes.

-install-options "-noapp-data -disable-run-as-admin -install-config Everything.ini"



Install options and deployment
Post Reply