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