maybe you can say what doesn't work about it?
if you can't get in Edge, you can always delete this folder %localappdata%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
then you go powershell as an admin and
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" –Verbose}
that should reinstall it.