Skip to content

Commit 55a25c5

Browse files
authored
Fix: added args to edge remover
1 parent bb67c2a commit 55a25c5

File tree

1 file changed

+1
-1
lines changed
  • src/playbook/Executables/AtlasModules/Scripts/ScriptWrappers

1 file changed

+1
-1
lines changed

src/playbook/Executables/AtlasModules/Scripts/ScriptWrappers/RemoveEdge.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ if ($UninstallEdge) {
361361
exit 1
362362
}
363363

364-
Start-Process -FilePath "$tempDirectory\Edge.bat" -WindowStyle Hidden -Wait
364+
Start-Process -FilePath "$tempDirectory\Edge.bat" -WindowStyle Hidden -Wait -ArgumentList '-auto'
365365
Write-Output "Successfully removed Microsoft Edge..."
366366
Write-Output "Press any key to exit"
367367
Read-Host

0 commit comments

Comments
 (0)