Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unistall script interrupted by a regkey not present #44

Open
techno1s opened this issue Dec 19, 2023 · 2 comments
Open

Unistall script interrupted by a regkey not present #44

techno1s opened this issue Dec 19, 2023 · 2 comments

Comments

@techno1s
Copy link

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
Copy link
Owner

AveYo commented Dec 19, 2023

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
Copy link
Owner

AveYo commented Dec 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants