Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ...
Browse files Browse the repository at this point in the history
MyDrift-user committed Aug 8, 2024
1 parent bb51a7e commit 2bd23d3
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
@@ -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

0 comments on commit 2bd23d3

Please sign in to comment.