From ae97dcf7a8b9da3e9d678bd8c8f062e72a2e1baa Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 30 Sep 2022 12:45:41 +0200 Subject: [PATCH] pause then exit --- windows11.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows11.bat b/windows11.bat index f768c9c..ccaf9aa 100644 --- a/windows11.bat +++ b/windows11.bat @@ -57,3 +57,6 @@ wsl --install :: Installe Spotify 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" + +pause +exit /b