Everything Client Service Help

General discussion related to "Everything".
Post Reply
void
Developer
Posts: 15043
Joined: Fri Oct 16, 2009 11:31 pm

Everything Client Service Help

Post by void »

What is the Everything Client Service?

The Everything client service is a Window Service that allows you to run the Everything client as a service.

The client service is not for general use.
There is no user interface when running the client service.

This service might be useful for running an ETP/FTP/HTTP server on Windows Server without the need to log-in.

It is not related to the Everything service, which is used for indexing NTFS volumes from a standard user account.
The Everything service is not required when running the Everything client as a service.



Since there is no UI when running the client as a service, how do I change the settings?

Please make sure the client service is stopped.

Modify the settings by:

Running Everything as a normal application, make any changes within the UI, exit Everything completely before restarting the client service.

-or-

Modify the Everything.ini manually.



What are the requirements?

The client service requires "Everything" version 1.3.2.649b or later.



Recommendations

Copy Everything.exe to an empty folder (eg: C:\Everything)
Disable "Store settings and data in %APPDATA%\Everything" from Tools -> Options -> General. (this will be disabled by default)
If you are indexing network shares, ensure the Service uses an account with network access.



How do I control the client service?

To install and start the service:

Code: Select all

Everything.exe -install-client-service
To uninstall the service:

Code: Select all

Everything.exe -uninstall-client-service
To start the service:

Code: Select all

Everything.exe -start-client-service
To stop the service:

Code: Select all

Everything.exe -stop-client-service
ahlarry123
Posts: 18
Joined: Tue Nov 04, 2014 2:11 am

Re: Everything Client Service Help

Post by ahlarry123 »

"-install-client-service" can't use with "-instance 'HTTP Server'" :geek:
NotNull
Posts: 5142
Joined: Wed May 24, 2017 9:22 pm

Re: Everything Client Service Help

Post by NotNull »

That is correct.
Luckily, there is a workaround for that. Take a look at this thread.
(The idea is the same for ETP Servers end HTTP Servers )

If you need more information, post your question in that thread.
cscc
Posts: 1
Joined: Thu Sep 24, 2020 2:49 pm

Re: Everything Client Service Help

Post by cscc »

I would also mention this:
You have to make sure that the setting "Store settings and data in %APPDATA%\Everything" is NOT set, otherwise it doesn't work.
Post Reply