mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-08-11 02:21:09 +10:00
updated changes
This commit is contained in:
@@ -62,6 +62,7 @@ or
|
|||||||
|
|
||||||
- Automatic removal of Spotify MS if it was found
|
- Automatic removal of Spotify MS if it was found
|
||||||
- Automatic installation of the recommended version of Spotify (if another client has already been found, it will be installed over)
|
- Automatic installation of the recommended version of Spotify (if another client has already been found, it will be installed over)
|
||||||
|
- After the installation is completed, the client will autorun
|
||||||
|
|
||||||
<h4> </h4>
|
<h4> </h4>
|
||||||
|
|
||||||
@@ -72,7 +73,7 @@ or
|
|||||||
- Run The following command in PowerShell:
|
- Run The following command in PowerShell:
|
||||||
|
|
||||||
```ps1
|
```ps1
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb '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"
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb '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_off -start_spoti"
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
@@ -86,7 +87,7 @@ or
|
|||||||
- Automatic installation of the recommended version of Spotify (if another client has already been found, it will be installed over)
|
- Automatic installation of the recommended version of Spotify (if another client has already been found, it will be installed over)
|
||||||
- Removal of podcasts from the main page
|
- Removal of podcasts from the main page
|
||||||
- Automatic blocking of Spotify updates
|
- Automatic blocking of Spotify updates
|
||||||
- Without clearing the cache
|
- All [experimental features](https://github.com/amd64fox/SpotX/discussions/50) included
|
||||||
- After the installation is completed, the client will autorun.
|
- After the installation is completed, the client will autorun.
|
||||||
|
|
||||||
<h4> </h4>
|
<h4> </h4>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@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"""" | Invoke-Expression"
|
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_off -start_spoti"""" | Invoke-Expression"
|
||||||
|
|
||||||
pause
|
pause
|
||||||
exit /b
|
exit /b
|
||||||
Reference in New Issue
Block a user