After any update in windows 10 service is disable

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
akelarus
Posts: 3
Joined: Sat May 18, 2019 1:49 pm

After any update in windows 10 service is disable

Post by akelarus »

After updates in Windows 10 (x64), the Everything service is disabled and the startup mode is switched to manual
Any idea how to fix it?
1.4.1.895 (x64)
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: After any update in windows 10 service is disable

Post by NotNull »

Let's see if I understand this (I hope I misunderstood as this is very strange ..) :

You have the Everything service configured to start automatically. After Windows installs an update, your Everything service is not running and the configured startup type is "Manual"?
And when you reconfigure your Everything service to start automatically, after the next Windows Update is is back to Manual?

Does the startup type also change after a normal reboot?
Could you post the result of
reg.exe query HKLM\SYSTEM\CurrentControlSet\Services\Everything
? (run that from the command-line)
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: After any update in windows 10 service is disable

Post by therube »

(If you have "clip", which I suppose you do, then you can...

reg.exe query HKLM\SYSTEM\CurrentControlSet\Services\Everything | clip

& just paste the results here.)
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: After any update in windows 10 service is disable

Post by NotNull »

therube wrote: Mon May 20, 2019 7:32 pm| clip
Good one! Thanks!
akelarus
Posts: 3
Joined: Sat May 18, 2019 1:49 pm

Re: After any update in windows 10 service is disable

Post by akelarus »

NotNull wrote: Mon May 20, 2019 5:20 pm
--------

Code: Select all

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Everything
    Type    REG_DWORD    0x10
    Start    REG_DWORD    0x2
    ErrorControl    REG_DWORD    0x0
    ImagePath    REG_EXPAND_SZ    "C:\Program Files\Everything\Everything.exe" -svc
    DisplayName    REG_SZ    Everything
    ObjectName    REG_SZ    LocalSystem
-------
"You have the Everything service configured to start automatically. After Windows installs an update, your Everything service is not running and the configured startup type is "Manual"?" - Yes
"And when you reconfigure your Everything service to start automatically, after the next Windows Update is is back to Manual?" - Yes
"Does the startup type also change after a normal reboot?" - No
------
Windows 10 Pro, Версия 10.0.17134
void
Developer
Posts: 15098
Joined: Fri Oct 16, 2009 11:31 pm

Re: After any update in windows 10 service is disable

Post by void »

I'm investigating the issue, thanks for the bug report.

For now, to re-enable the Everything Service:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Check Everything service (make sure it is tick checked and not square checked).
  • Uncheck Run as administrator.
  • Click OK.
  • Exit Everything (right click the Everything tray icon and click Exit).
  • Restart Everything.
horst.epp
Posts: 1332
Joined: Fri Apr 04, 2014 3:24 pm

Re: After any update in windows 10 service is disable

Post by horst.epp »

I run Windows 10 x64 Home and the Everything service is always running as configured
regardless of any updates made.
Today it even surviced the upgrade to version 1903 !
So there is at least no a general problem.
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: After any update in windows 10 service is disable

Post by NotNull »

akelarus wrote: Tue May 21, 2019 5:28 pm --------

Code: Select all

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Everything
Type REG_DWORD 0x10
Start REG_DWORD 0x2
ErrorControl REG_DWORD 0x0
ImagePath REG_EXPAND_SZ "C:\Program Files\Everything\Everything.exe" -svc
DisplayName REG_SZ Everything
ObjectName REG_SZ LocalSystem

-------
"You have the Everything service configured to start automatically. After Windows installs an update, your Everything service is not running and the configured startup type is "Manual"?" - Yes
"And when you reconfigure your Everything service to start automatically, after the next Windows Update is is back to Manual?" - Yes
"Does the startup type also change after a normal reboot?" - No
------
Windows 10 Pro, Версия 10.0.17134
Thanks for posting your settings Sorry I had to ask those questions (I think you know what you are doing), but this is too weird ..

Your service configuration is completely normal. No dependencies with other services; no service grouping; no strange user accounts .. just the default settings.
I don't have an explanation. If the service was just stopped, like below, that might be caused by a (configurable) service timeout. But now I have no clue. Sorry.
It has to be something external to Everything, but I guess you already knew that...
2019-05-25 21_47_00-Everything Properties (Local Computer).png
2019-05-25 21_47_00-Everything Properties (Local Computer).png (54.87 KiB) Viewed 4787 times
akelarus
Posts: 3
Joined: Sat May 18, 2019 1:49 pm

Re: After any update in windows 10 service is disable

Post by akelarus »

I sold a laptop and on a new computer there was no such problem. Thanks for answers.
Excellent program, I use it for many years at home and at work.
Post Reply