mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 09:20:36 -06:00
add ...
This commit is contained in:
parent
bb51a7ef90
commit
2bd23d3336
@ -118,7 +118,7 @@ Function Uninstall-WinUtilEdgeBrowser {
|
|||||||
$tempEdgePath = "$env:TEMP\MicrosoftEdgeSetup.exe"
|
$tempEdgePath = "$env:TEMP\MicrosoftEdgeSetup.exe"
|
||||||
|
|
||||||
try {
|
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
|
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
|
Start-Process -FilePath $tempEdgePath -ArgumentList "/silent /install" -Wait
|
||||||
Remove-item $tempEdgePath
|
Remove-item $tempEdgePath
|
||||||
|
Loading…
Reference in New Issue
Block a user