Microsoft Edge Update (32 bit) process

chiles toreados

New Member
Messages
3
Reaction score
0
Hello,
I am sharpening up my W11 and I have on my list: Why is there process "Microsoft Edge Update (32 bit)" running in my background? I just checked through my components and did not see any names related to Edge. Its .exe rests with .exe "Copilot Update" in folder "\Program Files (x86)\Microsoft\EdgeUpdate." Has anyone encountered this issue prior? I can post my preset or which files are necessary. I am exhausted and I am not sure which section of NTLite to search.

Thanks.
I can respond tomorrow.
 
Not every Windows feature is released in both 32-bit & 64-bit versions, because a 32-bit app can work fine if the task doesn't require you to reserve 64-bit address space. For example, Edge Update is simply checking program versions and installing new files.

And for historical reasons, MS will often put 64-bit executables inside "Program Files (x86)" folders. MS owns Windows, so they get to decide what to do even if it's not really self-consistent.

Code:
Sigcheck v2.82 - File version and signature viewer
Copyright (C) 2004-2021 Mark Russinovich
Sysinternals - www.sysinternals.com

C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.241.13\MicrosoftEdgeUpdate.exe:
        Verified:       Signed
        Signing date:   10:09 AM 6/9/2026
        Publisher:      Microsoft Corporation
        Company:        Microsoft Corporation
        Description:    Microsoft Edge Update
        Product:        Microsoft Edge Update
        Prod version:   1.3.241.13
        File version:   1.3.241.13
        MachineType:    32-bit


Sigcheck v2.82 - File version and signature viewer
Copyright (C) 2004-2021 Mark Russinovich
Sysinternals - www.sysinternals.com

C:\Program Files (x86)\Microsoft\EdgeUpdate1.3.241.13\MicrosoftEdgeUpdateComRegisterShell64.exe:
        Verified:       Signed
        Signing date:   10:09 AM 6/9/2026
        Publisher:      Microsoft Corporation
        Company:        Microsoft Corporation
        Description:    Microsoft Edge Update COM Registration Helper
        Product:        Microsoft Edge Update
        Prod version:   1.3.241.13
        File version:   1.3.241.13
        MachineType:    64-bit
 
Hey garlin,
Thanks for your reply. I did some research with what you told me. I am trying to build an OS that is slimmed down and functional for typical users. It seems impossible for me to totally excise Edge. Is the best option to allow these Edge folders, tasks, and processes to exist? It seems tampering with them may cause security issues or OS crashes at worst.
 
I completely remove Edge from the ISO (all Edge component) and no problem
I can even reinstall the Canary version or others, it works very well
 
That damned 'WebView2' will have 'Edge' components running also, best remove also ;)
WebView is basically Edge - it's a wrapper that runs web technologies (HTML, CSS, JavaScript) inside Windows apps using the Edge browser rendering engine, not Edge itself, but just the engine components.

Unfortunately, there is a growing number of apps that use WebView2, so unless you're building the image for yourself (and not for typical users) it should be left alone or the users may find later that they can't install and run some apps they want. So what's best for you might not be best for others.

Hey garlin,
Thanks for your reply. I did some research with what you told me. I am trying to build an OS that is slimmed down and functional for typical users. It seems impossible for me to totally excise Edge. Is the best option to allow these Edge folders, tasks, and processes to exist? It seems tampering with them may cause security issues or OS crashes at worst.

Remove Edge if you must, but leave WebView2, you wouldn't want to remove DotNET or DirectX from your image, would you? Almost the same thing, this ship has sailed and WebView is here to stay and fighting it is pointless. But indeed, it's best to leave it all alone if you want to ensure compatibility.
 
No thanks. I don't like that thing running. I also have nothing to do with 'Edge', which also gets obliterated, along with Defender (never used an A/V for years, apart from 'Common Sense' and a good back-up strategy), VBS disabled, as is Secure Boot :)

I decide what is, or is not, 'compatible' with any of my systems, not Microsoft! ;)

All system hogs, utter nonsense, and festering rot, as is WebView.
 
Back
Top