AveYo / fox

Firefox stuff
674 stars 66 forks source link

Unistall script interrupted by a regkey not present #44

Open techno1s opened 6 months ago

techno1s commented 6 months ago

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)

AveYo commented 6 months ago

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 commented 6 months ago

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