remove accents
This commit is contained in:
parent
3f2928a024
commit
b5bac13879
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ PowerShell -Command "&{[Net.ServicePointManager]::SecurityProtocol =" ^
|
||||||
|
|
||||||
:: Delete newly created Spotify shortcut
|
:: Delete newly created Spotify shortcut
|
||||||
DEL %HOMEPATH%\Desktop\Spotify.lnk
|
DEL %HOMEPATH%\Desktop\Spotify.lnk
|
||||||
ECHO Raccourci sur le bureau supprimé
|
ECHO Raccourci sur le bureau detruit
|
||||||
TASKKILL /IM explorer.exe /F
|
TASKKILL /IM explorer.exe /F
|
||||||
START explorer.exe
|
START explorer.exe
|
||||||
|
|
||||||
|
|
|
@ -103,14 +103,14 @@ PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/r
|
||||||
|
|
||||||
PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/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.mylloon.fr/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.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile '%HOMEPATH%\Downloads\SponsorBlockConfig.json'"
|
PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/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.
|
ECHO La configuration des differents Addons de Firefox est presente dans le dossier %HOMEPATH%\Downloads.
|
||||||
|
|
||||||
:: === User Diag for drivers ==
|
:: === User Diag for drivers ==
|
||||||
ECHO Installe les pilotes, pour connaître la liste des pilotes, utilise UserDiag https://userdiag.com/download
|
ECHO Installe les pilotes, pour connaître la liste des pilotes, utilise UserDiag https://userdiag.com/download
|
||||||
|
|
||||||
:: === W10Privacy ==
|
:: === W10Privacy ==
|
||||||
PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/W10Privacy.ini -OutFile '%HOMEPATH%\Downloads\W10Privacy.ini'"
|
PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/W10Privacy.ini -OutFile '%HOMEPATH%\Downloads\W10Privacy.ini'"
|
||||||
ECHO Ensuite, utilise W10Privacy (https://www.w10privacy.de/deutsch-start/download/) avec le fichier présent dans %HOMEPATH%\Downloads (version 4.0.0.1).
|
ECHO Ensuite, utilise W10Privacy (https://www.w10privacy.de/deutsch-start/download/) avec le fichier present dans %HOMEPATH%\Downloads (version 4.0.0.1).
|
||||||
|
|
||||||
:: === Modules ==
|
:: === Modules ==
|
||||||
PowerShell -Command "Install-PackageProvider -Name NuGet -Force"
|
PowerShell -Command "Install-PackageProvider -Name NuGet -Force"
|
||||||
|
@ -148,7 +148,7 @@ ECHO Installe Xournal++ via https://xournalpp.github.io/installation/windows/
|
||||||
RENAME "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Prism Launcher.lnk" Minecraft.lnk
|
RENAME "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Prism Launcher.lnk" Minecraft.lnk
|
||||||
|
|
||||||
ECHO Fais un tour des paramètres Windows, apres avoir fait toutes les mises a jour disponible sur le PC.
|
ECHO Fais un tour des paramètres Windows, apres avoir fait toutes les mises a jour disponible sur le PC.
|
||||||
ECHO Enfin, redémarre l'ordinateur
|
ECHO Enfin, redemarre l'ordinateur
|
||||||
|
|
||||||
PAUSE
|
PAUSE
|
||||||
EXIT /b
|
EXIT /b
|
||||||
|
|
Loading…
Reference in a new issue