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

WebView2 (with solution) #78

Open
Brazedowl opened this issue Feb 20, 2025 · 1 comment
Open

WebView2 (with solution) #78

Brazedowl opened this issue Feb 20, 2025 · 1 comment

Comments

@Brazedowl
Copy link

Removing edge also removes WebView2. I guess it lets applications talk to the browser? I had no idea it exisited. But when I launch up Autodesk Fusion 360 the program redirects me to the browser to sign in. But it was all like "Bruh, you don't have WebView2 for Edge. Not saying it's sus, but we need it to sign in!" I'm paraphrasing here.

Luckily. Easy fix. Went to the MS Support Page for it and downloaded the stand alone installer. No edge, but it redirects to Chrome and lets me sign in as normal.

So if during the Edge uninstall we could leave WebView2 that'd be great. If not, auto-reinstall it? Or offer the option?

@Nigel1992
Copy link

Nigel1992 commented Feb 21, 2025

I also found got that error on a WiFi Analyzer app and can confirmthat this fixes it.
@memstechtips Maybe implement this code after removing Edge ?

Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/p/?LinkId=2124703" -OutFile $installer
Start-Process -FilePath $installer -ArgumentList "/silent /install" -Wait
Remove-Item -Path $installer -Force

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