Skip to content

Commit

Permalink
Revert "Change silentinstall to the shortcut"
Browse files Browse the repository at this point in the history
This reverts commit 64966b2.
  • Loading branch information
Zoobdude committed Nov 15, 2024
1 parent 64966b2 commit 52b062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if ($configFile."Default-browser-chrome") {
Invoke-WebRequest "https://github.com/rcmaehl/MSEdgeRedirect/releases/latest/download/MSEdgeRedirect.exe" -OutFile .\MSEdgeRedirect.exe
Invoke-WebRequest "https://raw.githubusercontent.com/likes-gay/win-config/main/edge_redirect.ini" -OutFile .\edge_redirect.ini

$process = Start-Process -FilePath ".\MSEdgeRedirect.exe" -ArgumentList "/si",".\edge_redirect.ini" -PassThru
$process = Start-Process -FilePath ".\MSEdgeRedirect.exe" -ArgumentList "/silentinstall",".\edge_redirect.ini" -PassThru
$process.WaitForExit()

Remove-Item -Path ".\edge_redirect.ini"
Expand Down

0 comments on commit 52b062a

Please sign in to comment.