PowerShell/scripts/close-spotify.ps1
2024-10-01 15:11:03 +02:00

16 lines
321 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes Spotify
.DESCRIPTION
This PowerShell script closes the Spotify application gracefully.
.EXAMPLE
PS> ./close-spotify.ps1
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
& "$PSScriptRoot/close-program.ps1" "Spotify" "spotify" ""
exit 0 # success