This commit is contained in:
MyDrift 2024-08-08 21:26:12 +02:00
parent bb51a7ef90
commit 2bd23d3336

View File

@ -118,7 +118,7 @@ Function Uninstall-WinUtilEdgeBrowser {
$tempEdgePath = "$env:TEMP\MicrosoftEdgeSetup.exe"
try {
write-host "Installing Edge"
write-host "Installing Edge ..."
Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=2109047&Channel=Stable&language=en&consent=1" -OutFile $tempEdgePath
Start-Process -FilePath $tempEdgePath -ArgumentList "/silent /install" -Wait
Remove-item $tempEdgePath