This commit is contained in:
Mylloon 2024-07-02 11:16:26 +02:00
parent 2b7205f19c
commit 511d3b5804
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -9,7 +9,7 @@ MKDIR "!local!" 2>NUL
:: => NO-ADMIN RIGHTS <= :: => NO-ADMIN RIGHTS <=
fltmc >NUL 2>&1 || ( fltmc >NUL 2>&1 || (
ECHO Please wait until the administrator popup appears ECHO Please wait until the administrator popup appears.
:: === Update winget to latest version == :: === Update winget to latest version ==
PowerShell -Command "" ^ PowerShell -Command "" ^
@ -417,7 +417,7 @@ PowerShell -Command "Invoke-WebRequest -Uri !repo!/.mozilla/firefox/user.js -Out
:: Download addons settings in "Download" folder :: Download addons settings in "Download" folder
PowerShell -Command "Invoke-WebRequest -Uri !repo!/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile '%HOMEPATH%\Downloads\SponsorBlockConfig.json'" PowerShell -Command "Invoke-WebRequest -Uri !repo!/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile '%HOMEPATH%\Downloads\SponsorBlockConfig.json'"
PowerShell -Command "Invoke-WebRequest -Uri !repo!/.mozilla/firefox/extensions/auto-tab-discard-preferences.json -OutFile '%HOMEPATH%\Downloads\auto-tab-discard-preferences.json'" PowerShell -Command "Invoke-WebRequest -Uri !repo!/.mozilla/firefox/extensions/auto-tab-discard-preferences.json -OutFile '%HOMEPATH%\Downloads\auto-tab-discard-preferences.json'"
ECHO La configuration des differents Addons de Firefox est presente dans le dossier Téléchargement (%HOMEPATH%\Downloads). ECHO Configuration files for Firefox Addons are in the download folder (%HOMEPATH%\Downloads).
:: === WindowsAutoNightMode == :: === WindowsAutoNightMode ==
@ -477,19 +477,19 @@ REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\fivem" /f /v I
:: === DaVinci Resolve == :: === DaVinci Resolve ==
ECHO Lien utile pour télécharger la dernière version de DaVinci Resolve : ECHO Useful link to download the latest version of DaVinci Resolve:
ECHO https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion ECHO https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
:: === Drivers notice == :: === Drivers notice ==
ECHO Installe les pilotes, pour connaitre la liste des pilotes, utilise UserDiag https://userdiag.com/download ECHO Installs drivers, for a list of drivers, use UserDiag https://userdiag.com/download
ECHO Pour NVidia, utilise NVC et DDU ECHO For NVidia, use NVC and DDU.
:: === End message == :: === End message ==
ECHO "" ECHO ""
ECHO Fais un tour des parametres Windows, apres avoir fait toutes les mises a jour disponible sur le PC. ECHO Take a look at your Windows settings, after you've done all the updates available on your PC.
ECHO Enfin, redemarre l'ordinateur ECHO Lastly, restart the computer.
PAUSE PAUSE
EXIT /B EXIT /B