PowerShell/Scripts/close-spotify.ps1

16 lines
317 B
PowerShell
Raw Normal View History

<#
.SYNOPSIS
2022-11-13 18:04:32 +01:00
Closes Spotify
.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
2022-09-06 21:42:04 +02:00
Author: Markus Fleschutz | License: CC0
#>
& "$PSScriptRoot/close-program.ps1" "Spotify" "spotify" ""
exit 0 # success