Page 1 of 1

Multiple everything.exe processes [Solved]

Posted: Thu Mar 14, 2019 10:20 am
by Binocular222
My settings:
allow_multiple_instances=0
Everything service = enabled
Everything x64 on x64 Windows 10
Non-elevated process
And this is my result:
Process.png
Process.png (30.22 KiB) Viewed 3144 times

Re: Multiple everything.exe processes

Posted: Thu Mar 14, 2019 10:35 am
by void
There is normally two Everything processes, one for the Everything Service and another for the Everything search client.

There might be a third process if you have enabled Run as administrator, please try disabling Run as administrator:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Uncheck Run as administrator.
  • Click OK.
  • Exit Everything (right click the Everything tray icon and click Exit).
  • Restart Everything
Please check these processes with Sysinternals Process Explorer.
This will list all processes in a tree structure, from this you should be able to determine what launched all these Everything.exe processes (eg: What is the process that all these Everything.exe processes are listed under?).
Could you please also report the command line for one of these processes (preferably one that is using only a KB of memory):
  • In Process Explorer, right click an Everything.exe process and click Properties.
  • Click the Image tab.
  • What is shown for the Command line?

Re: Multiple everything.exe processes

Posted: Wed Mar 20, 2019 12:43 am
by Binocular222
I don't use any 3rd party launcher to launch Everything.exe.
2019-03-20_074118.png
2019-03-20_074118.png (22.82 KiB) Viewed 3124 times

Re: Multiple everything.exe processes

Posted: Wed Mar 20, 2019 12:59 am
by void
It is unusually Everything is being launched with -startup and -svc

-startup is used when starting the Everything search client on system startup, it basically prevents any windows or dialogs from showing and just puts Everything in the system tray and loads your indexes.

-svc is the Everything Service entry command line option, it shouldn't be used with any other command line options. It should be used when Everything is called as a system service. You have one of these processes running as system which is correct.

Please check your startup commands that run Everything, they can be in the following registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Everything
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run
Please check your start menu startup folder:
C:\Users\[your user name]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Check if you have any scheduled tasks that might be running Everything.

The following command should be used to launch Everything:
Everything.exe -startup
The command should be Everything.exe

Process Explorer will tell you more about the program that is launching Everything.