
Rename-Item -Path "$msEdgeInstallationPath\EdgeUpdate\MicrosoftEdgeUpdate.exe" -NewName MicrosoftEdgeUpdateDisabled.With Windows 11 version 22H2, Microsoft has introduced a new Task Manager app. $Process2Monitor = "MicrosoftEdgeUpdate" $msEdgeInstallationPath = 'C:\Program Files (x86)\Microsoft'

The script must be executed from an administrative prompt access Write-Host "Disabling browser auto update." \HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\edgeupdatemĭisable Microsoft Edge Auto Update (Windows Powershell Script) Then you need to also delete the following registry keys in RegEdit or Registry Editor (along with deleting the EdgeUpdate files and tasks): \HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\edgeupdate

Rd "%ProgramFiles(x86)%\Microsoft\EdgeUpdate" /s /q Open command prompt as administrator then run the following commands.
:max_bytes(150000):strip_icc()/Edgeinstaller-9ca92b3ecbb84096b5b853dbb28ea493.png)
Those commands were a command line way of doing something that can be done in a graphical user interface, to dictate how the 2 microsoft edge services start,but it appears that Microsoft made those settings useless in newer versions of Windows 10. In short Windows doesn't allow you to turn the Microsoft Edge Updating Service off the typical way, like if you went to Computer Management, services.msc Services Management Console or msconfig System Configuration, so more obscure methods of turning it off have to be used. That part of the instructions is wrong as it no longer works in newer versions of Windows 10 like 20H2. The following will work in Windif you run it in command prompt as administrator.
