In short, they are not OK with the whole C: drive being indexed. I would be permitted to have Everything installed, with the "Include only:" settings controlled, but, it doesn't appear to be possible to lock the settings such that a non-admin cannot edit them.
I have looked into making the Everything.ini file read-only, but a non-admin user is still able to edit settings in the UI and see the file/folder names of the whole drive (although changes don't persist through a software restart).
I even considered developing a watcher service to restart Everything and replace the .ini whenever it was detected as modified or deleted (i.e. when the user changes something in Settings), but IT then pointed out to me that a user could load their own custom settings by launching Everything with the command
Code: Select all
Everything.exe -config "path of new ini"
Thanks!