Posted on

Download Microsoft Edge for windows 2019

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