We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81a89d commit db04b5aCopy full SHA for db04b5a
src/playbook/Executables/AtlasModules/Scripts/ScriptWrappers/RemoveEdge.ps1
@@ -361,7 +361,7 @@ if ($UninstallEdge) {
361
exit 1
362
}
363
364
- Start-Process -FilePath "$tempDirectory\Edge.exe" -WindowStyle Hidden -Wait
+ Start-Process -FilePath "$tempDirectory\Edge.bat" -WindowStyle Hidden -Wait
365
Write-Output "Successfully removed Microsoft Edge..."
366
Write-Output "Press any key to exit"
367
Read-Host
0 commit comments