Multiple everything.exe processes [Solved]

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Binocular222
Posts: 15
Joined: Sun Feb 17, 2013 4:13 pm

Multiple everything.exe processes [Solved]

Post 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 3119 times
Last edited by Binocular222 on Fri Mar 22, 2019 9:19 am, edited 1 time in total.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Multiple everything.exe processes

Post 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?
Binocular222
Posts: 15
Joined: Sun Feb 17, 2013 4:13 pm

Re: Multiple everything.exe processes

Post 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 3099 times
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Multiple everything.exe processes

Post 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.
Post Reply