Why is the Everything Database in AppData\Roaming

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
jeroenp
Posts: 5
Joined: Wed Dec 15, 2010 1:19 pm

Why is the Everything Database in AppData\Roaming

Post by jeroenp »

In a corporate environment where Roaming profiles actually roam, it is very inconvenient that Everything stores all the data in %APPDATA% (...\AppData\Roaming):

1. it (potantially) takes up a lot of a lot of space in the roaming profile
2. the database needs to be refreshed on each workstation you roam to

It makes much more sense to keep machine specific settings in %LOCALAPPDATA% (...\AppData\Local)

So please do not use %APPDATA% but in %LOCALAPPDATA%:

APPDATA=C:\Users\<UserName>\AppData\Roaming
LOCALAPPDATA=C:\Users\<UserName>\AppData\Local

--jeroen
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Why is the Everything Database in AppData\Roaming

Post by void »

Thanks for bringing this to my attention.

I will look into using %LOCALAPPDATA% by default for the database location.

For now, please set your database location to:

Code: Select all

%LOCALAPPDATA%\Everything
in Tools -> Options -> Indexes -> Database location.
Post Reply