del spotify shortcut
This commit is contained in:
parent
69cf22f002
commit
be55fc8c17
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue