mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-24 17:22:11 +00:00
parent
e2e6214159
commit
48c475ee9a
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
Get-Process -Name Spotify -ErrorAction SilentlyContinue | Stop-Process -Force
|
||||
Get-Process -Name SpotifyWebHelper -ErrorAction SilentlyContinue | Stop-Process -Force
|
||||
|
||||
$sp = "$env:APPDATA\Spotify\Spotify.exe"
|
||||
Copy-Item $sp ($sp + ".backup")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue