diff --git a/windows11.bat b/windows11.bat index 26f2358..80e0dc1 100644 --- a/windows11.bat +++ b/windows11.bat @@ -4,9 +4,9 @@ SETLOCAL ENABLEDELAYEDEXPANSION SET "repo=https://git.mylloon.fr/Anri/confOS/raw/branch/main" :: Executed as normal user -fltmc >NUL 2>&1 || ( - MKDIR %HOMEPATH%\Documents\Local +MKDIR %HOMEPATH%\Documents\Local 2>NUL +fltmc >NUL 2>&1 || ( :: === Install Spotify == PowerShell -Command "Invoke-WebRequest -Uri !repo!/windows/blockthespot.bat -OutFile '%HOMEPATH%\Documents\Local\blockthespot.bat'" DEL "%APPDATA%\Spotify"