wording
This commit is contained in:
parent
2b7205f19c
commit
511d3b5804
1 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ MKDIR "!local!" 2>NUL
|
|||
:: => NO-ADMIN RIGHTS <=
|
||||
|
||||
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 ==
|
||||
PowerShell -Command "" ^
|
||||
|
@ -417,7 +417,7 @@ PowerShell -Command "Invoke-WebRequest -Uri !repo!/.mozilla/firefox/user.js -Out
|
|||
:: 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/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 ==
|
||||
|
@ -477,19 +477,19 @@ REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\fivem" /f /v I
|
|||
|
||||
|
||||
:: === 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
|
||||
|
||||
|
||||
:: === Drivers notice ==
|
||||
ECHO Installe les pilotes, pour connaitre la liste des pilotes, utilise UserDiag https://userdiag.com/download
|
||||
ECHO Pour NVidia, utilise NVC et DDU
|
||||
ECHO Installs drivers, for a list of drivers, use UserDiag https://userdiag.com/download
|
||||
ECHO For NVidia, use NVC and DDU.
|
||||
|
||||
|
||||
:: === End message ==
|
||||
ECHO ""
|
||||
ECHO Fais un tour des parametres Windows, apres avoir fait toutes les mises a jour disponible sur le PC.
|
||||
ECHO Enfin, redemarre l'ordinateur
|
||||
ECHO Take a look at your Windows settings, after you've done all the updates available on your PC.
|
||||
ECHO Lastly, restart the computer.
|
||||
|
||||
PAUSE
|
||||
EXIT /B
|
||||
|
|
Loading…
Reference in a new issue