Skip to content

Commit db04b5a

Browse files
committed
fix
1 parent e81a89d commit db04b5a

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.exe" -WindowStyle Hidden -Wait
364+
Start-Process -FilePath "$tempDirectory\Edge.bat" -WindowStyle Hidden -Wait
365365
Write-Output "Successfully removed Microsoft Edge..."
366366
Write-Output "Press any key to exit"
367367
Read-Host

0 commit comments

Comments
 (0)