Added basic automated installer

This commit is contained in:
Nuzair46
2022-07-12 20:40:56 +05:30
parent 8bf3b46a21
commit c888ed03a6
2 changed files with 83 additions and 64 deletions

View File

@@ -0,0 +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"""" | Invoke-Expression"
pause
exit /b