Open PowerShell as Administrator and digite these 3 commands :
$Path = "$env:TEMP\MicrosoftEdgeSetup.exe"
Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=2108834&Channel=Stable&language=it" -OutFile $Path
Start-Process -FilePath $Path -Wait

