- Joined
- Aug 10, 2015
- Messages
- 9
- Reaction score
- 0
Since the Aug 9th updates, I have one financial site that I can not log in to. It has worked fine since I Win10 and Edge were initially installed. It works fine on this machine with IE11, Firefox, Chrome, and Safari. But since the Aug 9 update, Edge does not complete the log in process. This issue is unique to this machine. I have tried to log into the same site from two additional machines with the same update status and they work fine.
I would like to completely remove Edge from this machine and reinstall it.
I have tried the following:
I deleted C:\Users\UserName\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
I then ran Powershell as Admin from the following location
cd C:\users\yourusername
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
AND IT DIDN'T HELP
Getting frustrated, looking for any help offered.
I would like to completely remove Edge from this machine and reinstall it.
I have tried the following:
I deleted C:\Users\UserName\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
I then ran Powershell as Admin from the following location
cd C:\users\yourusername
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
AND IT DIDN'T HELP
Getting frustrated, looking for any help offered.