BlockTheSpot/SpotXBasic.bat
amd64fox 88ec344696
[skip ci] Fixation standard Spotify features (#400)
* Fixation standard Spotify features

* Fixation standard Spotify features
2022-07-20 02:13:14 +05:30

6 lines
428 B
Batchfile

@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_off -block_update_off -exp_standart -hide_col_icon_off -start_spoti"""" | Invoke-Expression"
pause
exit /b