Code Monkey home page Code Monkey logo

Comments (3)

d3cim avatar d3cim commented on June 11, 2024

Here a capture:

"‎12/‎01/‎2024 ‏‎21:41:24","DESKTOP\admin","C:\program files (x86)\microsoft\edgeupdate\microsoftedgeupdate.exe","20.7.47.135","443 (https)","tcp"
"‎12/‎01/‎2024 ‏‎21:41:24","DESKTOP\admin","C:\program files (x86)\microsoft\edgeupdate\microsoftedgeupdate.exe","13.107.42.16","443 (https)","tcp"

from privacy.sexy.

undergroundwires avatar undergroundwires commented on June 11, 2024

Could you test uninstalling the updates in an elevated cmd.exe like this and see if it works:

"C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /uninstall

It would be also nice to test it that it can be reinstalled using:

"C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /install

I then wonder if these services edgeupdate and edgeupdatem would be left after running the official uninstaller. You can check their existing with following PowerShell:

(Get-Service -Name edgeupdate).StartType
(Get-Service -Name edgeupdatem).StartType

Other option would be to stop updates according to Microsoft docs, but this probably won't work is only designed for enterprises as usual:

reg add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate" /v "UpdateDefault" /t "REG_DWORD" /d "0" /f

Removal of web view would break any third party or Microsoft application that tries to render native Windows browser inside. msedgewebview2.exe is most likely being used by another application in your case, so that one would break if we get rid of web view.

from privacy.sexy.

d3cim avatar d3cim commented on June 11, 2024

Could you test uninstalling the updates in an elevated cmd.exe like this and see if it works:

"C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /uninstall

This results in nothing, the file still present in directory.

It would be also nice to test it that it can be reinstalled using:

"C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /install

This results in an error message:

sefg

I then wonder if these services edgeupdate and edgeupdatem would be left after running the official uninstaller. You can check their existing with following PowerShell:

(Get-Service -Name edgeupdate).StartType
(Get-Service -Name edgeupdatem).StartType

This is the PS results:

fdgdfh

Other option would be to stop updates according to Microsoft docs, but this probably won't work is only designed for enterprises as usual:

reg add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate" /v "UpdateDefault" /t "REG_DWORD" /d "0" /f

I'm on an Enterprise version and I tried to add these reg value but I can notice the service running again.

from privacy.sexy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.