del spotify shortcut

This commit is contained in:
Mylloon 2022-12-24 17:28:48 +01:00
parent 69cf22f002
commit be55fc8c17
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,5 +1,6 @@
@echo off
:: Patch spotify
powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol =" ^
"[Net.SecurityProtocolType]::Tls12}; """"& {" ^
"$((Invoke-WebRequest -UseBasicParsing" ^
@ -9,5 +10,9 @@ powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol =" ^
"-hide_col_icon_off -left_sidebar_on -lyrics_stat 1" ^
" """" | Invoke-Expression"
:: Delete newly created Spotify shortcut
del %HOMEPATH%\Desktop\Spotify.lnk
echo Raccourci sur le Bureau supprimé
pause
exit /b