Close-MicrosoftStore
Closes the Microsoft Store app
TaskKill /im WinStore.App.exe /f /t
if ($lastExitCode -ne 0) {
& "$PSScriptRoot/speak-english.ps1" "Sorry, Microsoft Store isn't running."
exit 1
}
exit 0 # successThis script has no configurable parameters.