add spotx config
This commit is contained in:
parent
53c5f021f4
commit
84bab90990
1 changed files with 13 additions and 0 deletions
13
windows/spotx.bat
Normal file
13
windows/spotx.bat
Normal 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
|
Loading…
Reference in a new issue