fox icon indicating copy to clipboard operation
fox copied to clipboard

Unistall script interrupted by a regkey not present

Open techno1s opened this issue 2 years ago • 2 comments

issue

After that, if i try to reinstall edge with the official setup i get this error:

issue2

Obviously, the HW is capable (Ryzen 9, 32GB of RAM, Win11Pro)

techno1s avatar Dec 19 '23 19:12 techno1s

Try this in CMD / PS (Admin):

reg delete HKCU\Software\Policies\Microsoft\EdgeUpdate /f /reg:32
reg delete HKCU\Software\Policies\Microsoft\EdgeUpdate /f
reg delete HKCU\Software\Policies\Microsoft\EdgeUpdateDev /f /reg:32
reg delete HKCU\Software\Policies\Microsoft\EdgeUpdateDev /f
reg delete HKLM\Software\Policies\Microsoft\EdgeUpdate /f /reg:32
reg delete HKLM\Software\Policies\Microsoft\EdgeUpdate /f
reg delete HKLM\Software\Policies\Microsoft\EdgeUpdateDev /f /reg:32
reg delete HKLM\Software\Policies\Microsoft\EdgeUpdateDev /f
reg delete HKCU\Software\Microsoft\EdgeUpdate /f /reg:32
reg delete HKCU\Software\Microsoft\EdgeUpdate /f
reg delete HKCU\Software\Microsoft\EdgeUpdateDev /f /reg:32
reg delete HKCU\Software\Microsoft\EdgeUpdateDev /f
reg delete HKLM\Software\Microsoft\EdgeUpdate /f /reg:32
reg delete HKLM\Software\Microsoft\EdgeUpdate /f
reg delete HKLM\Software\Microsoft\EdgeUpdateDev /f /reg:32
reg delete HKLM\Software\Microsoft\EdgeUpdateDev /f

AveYo avatar Dec 19 '23 21:12 AveYo

If you entered edge there should have undone the blocking regardless of that error (harmless).

AveYo avatar Dec 19 '23 21:12 AveYo