
Hi @Stan Kasper ,
There are 2 services for Edge: edgeupdate and edgeupdatem. What is the purpose of having both these services?
In my opinion, Microsoft Edge is updated in the same way as Google Chrome.
The edgeupdate is link to %ProgramFiles%\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /svc
.
The edgeupdatem is link to %ProgramFiles%\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc
.
It is designed in a client-server model, in order to operate smoothly on multiple-user machines. The server handles app state management, downloading, and launching installers/patchers, and it's expected that there may be more than one client giving it commands at a time.
For convenience, the two modes are stored in the same executable. The scheduled tasks launch the client side of Update; as it's starting up, the client asks Windows to launch the server as a COM object, and Windows will launches the service to provide the COM server.
These two services are running as LocalSystem in their own process of MicrosoftEdgeUpdate.exe
. They don't share their process with other services.
Regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.