diff --git a/README.md b/README.md
index 59e6987..344a7d0 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,8 @@ or
Automated basic installation without confirmation, what does it do?
- 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
@@ -72,7 +73,7 @@ or
- Run The following command in PowerShell:
```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"
```
@@ -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)
- Removal of podcasts from the main page
- 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.
diff --git a/scripts/Install_Basic.bat b/scripts/Install_Basic.bat
index d269c34..14be667 100644
--- a/scripts/Install_Basic.bat
+++ b/scripts/Install_Basic.bat
@@ -1,6 +1,6 @@
@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
exit /b
\ No newline at end of file