diff --git a/windows11.bat b/windows11.bat index 3b8b60a..ec734f5 100644 --- a/windows11.bat +++ b/windows11.bat @@ -68,7 +68,25 @@ wsl --install :: Install 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" -echo Redémarre l'ordinateur +:: Firefox configuration +powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -OutFile %APPDATA%\Mozilla\Firefox\Profiles\*.default-release\user.js" +powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/Dark-Reader-Settings.json -OutFile %HOMEPATH%\Downloads\Dark-Reader-Settings.json" +powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile %HOMEPATH%\Downloads\SponsorBlockConfig.json" +echo La configuration des différents Addons de Firefox est présente dans le dossier %HOMEPATH%\Downloads. + +:: C++ Libraries +echo Rend toi sur https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/ et installe les bibliothèques C++. + +:: User Diag for drivers +powershell -Command "Invoke-WebRequest -Uri https://userdiag.com/download -OutFile %HOMEPATH%\Downloads\UserDiag.exe" +echo Installe les pilotes, pour connaître la liste des pilotes, utilises UserDiag (cf. dossier Téléchargements) + +:: W10Privacy +powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/W10Privacy.ini -OutFile %HOMEPATH%\Downloads\W10Privacy.ini" +echo Ensuite, utilises W10Privacy (https://www.w10privacy.de/deutsch-start/download/) avec le fichier présent dans %HOMEPATH%\Downloads (version 4.0.0.1). + +echo Fais un tour des paramètres Windows, après avoir fait toutes les mise à jour disponible sur le PC. +echo Enfin, redémarre l'ordinateur pause exit /b