Jump to content

Windows 11 issue MSI Z590 Pro - No EDGE browser after restore

ElevyNJ
Go to solution Solved by Oshino Shinobu,

First create a folder called "temp" on the C drive. Then enter the below in Powershell, will download the edge installer to C:\temp\edge.exe which you can then run

 

Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=2108834&Channel=Stable&language=en-gb" -UseBasicParsing -OutFile C:\temp\edge.exe

 

That, or just download the installer on whatever device you're using now and copy it over to the PC.

I admit I brought this issue on myself.

 

What I think happened is I  used the MSI Control center to install drivers that were not compatible with 11.

 

I would sign in then it would immediately restart. Safemode would work.  I tried a system restore and it failed. I ended up having to choose the option to reset the OS and keep my file and documents. I am now able to sign in but EDGE is missing so I can't access any web sites. Any assistance would be appreciated.

Link to comment
Share on other sites

Link to post
Share on other sites

First create a folder called "temp" on the C drive. Then enter the below in Powershell, will download the edge installer to C:\temp\edge.exe which you can then run

 

Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=2108834&Channel=Stable&language=en-gb" -UseBasicParsing -OutFile C:\temp\edge.exe

 

That, or just download the installer on whatever device you're using now and copy it over to the PC.

Link to comment
Share on other sites

Link to post
Share on other sites

26 minutes ago, Oshino Shinobu said:

First create a folder called "temp" on the C drive. Then enter the below in Powershell, will download the edge installer to C:\temp\edge.exe which you can then run

 


Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=2108834&Channel=Stable&language=en-gb" -UseBasicParsing -OutFile C:\temp\edge.exe

 

That, or just download the installer on whatever device you're using now and copy it over to the PC.

Thank you. I was able to get Edge back on and now to reinstall my apps

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×