add spotx config

This commit is contained in:
Mylloon 2022-12-24 16:09:02 +01:00
parent 53c5f021f4
commit 84bab90990
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

13
windows/spotx.bat Normal file
View file

@ -0,0 +1,13 @@
@ECHO off
powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol =" ^
"[Net.SecurityProtocolType]::Tls12}; """"& {" ^
"$((Invoke-WebRequest -UseBasicParsing" ^
"'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content)}" ^
"-confirm_uninstall_ms_spoti -confirm_spoti_recomended_over" ^
"-podcasts_on -cache_on -block_update_off -start_spoti" ^
"-hide_col_icon_off -left_sidebar_on -lyrics_stat 1" ^
" """" | Invoke-Expression"
pause
exit /b