mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 17:30:37 -06:00
add silent installation
This commit is contained in:
parent
928c68f47c
commit
5cfcd36138
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user