Edge Services edgeupdate and edgeupdatem

Stan Kasper 1,476 Reputation points
2022-04-19T07:28:26.857+00:00

There are 2 services for Edge: edgeupdate and edgeupdatem. What is the purpose of having both these services?

Microsoft Edge | Microsoft Edge development
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-04-20T06:40:01.077+00:00

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.