* add firefox configuration
* add some manual steps
This commit is contained in:
parent
6d44603937
commit
02d87830b4
1 changed files with 19 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue