Skip to content

Commit

Permalink
add silent installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user committed Aug 8, 2024
1 parent 928c68f commit 5cfcd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/private/Uninstall-WinUtilEdgeBrowser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Function Uninstall-WinUtilEdgeBrowser {

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
Start-Process -FilePath $tempEdgePath -ArgumentList "/silent /install" -Wait
Remove-item $tempEdgePath
}

Expand Down

0 comments on commit 5cfcd36

Please sign in to comment.