PowerShell/Scripts/close-spotify.ps1

16 lines
325 B
PowerShell
Raw Normal View History

<#
.SYNOPSIS
2021-11-21 12:25:02 +01:00
Closes the Spotify app
.DESCRIPTION
2022-01-29 12:47:46 +01:00
This PowerShell script closes the Spotify application gracefully.
.EXAMPLE
2021-11-29 10:44:26 +01:00
PS> ./close-spotify
.LINK
https://github.com/fleschutz/PowerShell
2022-01-29 12:47:46 +01:00
.NOTES
Author: Markus Fleschutz / License: CC0
#>
& "$PSScriptRoot/close-program.ps1" "Spotify" "spotify" ""
exit 0 # success