Add README emoji styling
This commit is contained in:
+16
-14
@@ -1,6 +1,6 @@
|
||||
<div align="center">
|
||||
|
||||
# Boîte à outils Windows logiciels libres
|
||||
# 🪟 Boîte à outils Windows logiciels libres
|
||||
|
||||
Petite boîte à outils Windows pour installer des packs de logiciels libres avec `winget` et supprimer certaines applications intégrées à Windows.
|
||||
|
||||
@@ -15,20 +15,20 @@ Petite boîte à outils Windows pour installer des packs de logiciels libres ave
|
||||
|
||||
---
|
||||
|
||||
## Contenu du dépôt
|
||||
## 📦 Contenu du dépôt
|
||||
|
||||
| Chemin | Rôle |
|
||||
| --- | --- |
|
||||
| [`powershell/libres-softwares-install.ps1`](./powershell/libres-softwares-install.ps1) | Installateur interactif pour une liste de logiciels sélectionnés. |
|
||||
| [`powershell/Winget-Remove-BuiltInApps.ps1`](./powershell/Winget-Remove-BuiltInApps.ps1) | Suppression de certaines applications Windows intégrées pour l'utilisateur courant avec winget. |
|
||||
| [`powershell/Remove-BuiltInApps.ps1`](./powershell/Remove-BuiltInApps.ps1) | Suppression de certaines applications Appx intégrées sans winget avec blocages registre pour les futurs utilisateurs. |
|
||||
| [`winget/libre-soft-start-pack.yaml`](./winget/libre-soft-start-pack.yaml) | Pack automatisé de départ : Firefox ESR, 7-Zip et VLC. |
|
||||
| [`winget/libre-soft-base-libreoffice.yaml`](./winget/libre-soft-base-libreoffice.yaml) | Pack de départ avec LibreOffice. |
|
||||
| [`winget/libre-soft-base-onlyoffice.yaml`](./winget/libre-soft-base-onlyoffice.yaml) | Pack de départ avec ONLYOFFICE. |
|
||||
| 🧭 [`powershell/libres-softwares-install.ps1`](./powershell/libres-softwares-install.ps1) | Installateur interactif pour une liste de logiciels sélectionnés. |
|
||||
| 🧹 [`powershell/Winget-Remove-BuiltInApps.ps1`](./powershell/Winget-Remove-BuiltInApps.ps1) | Suppression de certaines applications Windows intégrées pour l'utilisateur courant avec winget. |
|
||||
| 🚫 [`powershell/Remove-BuiltInApps.ps1`](./powershell/Remove-BuiltInApps.ps1) | Suppression de certaines applications Appx intégrées sans winget avec blocages registre pour les futurs utilisateurs. |
|
||||
| 🚀 [`winget/libre-soft-start-pack.yaml`](./winget/libre-soft-start-pack.yaml) | Pack automatisé de départ : Firefox ESR, 7-Zip et VLC. |
|
||||
| 📄 [`winget/libre-soft-base-libreoffice.yaml`](./winget/libre-soft-base-libreoffice.yaml) | Pack de départ avec LibreOffice. |
|
||||
| 📝 [`winget/libre-soft-base-onlyoffice.yaml`](./winget/libre-soft-base-onlyoffice.yaml) | Pack de départ avec ONLYOFFICE. |
|
||||
|
||||
<a id="prerequis"></a>
|
||||
|
||||
## Prérequis
|
||||
## ✅ Prérequis
|
||||
|
||||
Lance les commandes depuis un **terminal administrateur** sous Windows.
|
||||
|
||||
@@ -40,7 +40,9 @@ winget configure --enable
|
||||
|
||||
Les packs YAML automatisés n'imposent pas de version précise de Windows. Ils nécessitent un système Windows avec la prise en charge des configurations winget activée.
|
||||
|
||||
## Installateur Interactif
|
||||
<a id="installateur-interactif"></a>
|
||||
|
||||
## 🧭 Installateur Interactif
|
||||
|
||||
Choisis les logiciels à installer depuis un menu PowerShell.
|
||||
|
||||
@@ -69,7 +71,7 @@ Logiciels disponibles :
|
||||
|
||||
<a id="packs-automatises"></a>
|
||||
|
||||
## Packs Automatisés
|
||||
## 🚀 Packs Automatisés
|
||||
|
||||
Utilise les fichiers de configuration winget pour obtenir une installation reproductible.
|
||||
|
||||
@@ -85,7 +87,7 @@ Exemple :
|
||||
winget configure --file .\winget\libre-soft-start-pack.yaml --accept-configuration-agreements
|
||||
```
|
||||
|
||||
## Supprimer des Applications Intégrées
|
||||
## 🧹 Supprimer des Applications Intégrées
|
||||
|
||||
Utilise le script de nettoyage Appx pour supprimer certaines applications intégrées sans winget et limiter leur reprovisionnement pour les nouveaux utilisateurs.
|
||||
|
||||
@@ -109,13 +111,13 @@ powershell -ExecutionPolicy Bypass -File .\powershell\Winget-Remove-BuiltInApps.
|
||||
|
||||
Lance ce script avant de créer le nouveau profil Windows, puis redémarre Windows. Les applications visées incluent des composants Xbox, Outlook for Windows, Hub de commentaires, Power Automate, Sticky Notes, Météo, Teams, Microsoft To Do, des applications Bing, Clipchamp, Windows Web Experience Pack et des packages intégrés associés.
|
||||
|
||||
## Note de Maintenance
|
||||
## 🔁 Note de Maintenance
|
||||
|
||||
Lorsqu'un script, un ID de package, le contenu d'un pack ou une commande documentée change, mets à jour les deux fichiers README :
|
||||
|
||||
- [`README.md`](./README.md) pour l'anglais.
|
||||
- [`README.fr.md`](./README.fr.md) pour le français.
|
||||
|
||||
## Licence
|
||||
## 📜 Licence
|
||||
|
||||
Ce projet est distribué sous licence [GPL-3.0-or-later](./LICENSE).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div align="center">
|
||||
|
||||
# Windows libre software toolkit
|
||||
# 🪟 Windows libre software toolkit
|
||||
|
||||
Small Windows toolkit to install libre software packs with `winget` and remove selected built-in Windows apps.
|
||||
|
||||
@@ -15,18 +15,20 @@ Small Windows toolkit to install libre software packs with `winget` and remove s
|
||||
|
||||
---
|
||||
|
||||
## What is inside?
|
||||
## 📦 What is inside?
|
||||
|
||||
| Path | Purpose |
|
||||
| --- | --- |
|
||||
| [`powershell/libres-softwares-install.ps1`](./powershell/libres-softwares-install.ps1) | Interactive installer for a curated list of applications. |
|
||||
| [`powershell/Winget-Remove-BuiltInApps.ps1`](./powershell/Winget-Remove-BuiltInApps.ps1) | Removes selected built-in Windows applications for the current user with winget. |
|
||||
| [`powershell/Remove-BuiltInApps.ps1`](./powershell/Remove-BuiltInApps.ps1) | Removes selected built-in Appx applications without winget and writes registry blocks for future users. |
|
||||
| [`winget/libre-soft-start-pack.yaml`](./winget/libre-soft-start-pack.yaml) | Automated starter pack: Firefox ESR, 7-Zip and VLC. |
|
||||
| [`winget/libre-soft-base-libreoffice.yaml`](./winget/libre-soft-base-libreoffice.yaml) | Starter pack plus LibreOffice. |
|
||||
| [`winget/libre-soft-base-onlyoffice.yaml`](./winget/libre-soft-base-onlyoffice.yaml) | Starter pack plus ONLYOFFICE. |
|
||||
| 🧭 [`powershell/libres-softwares-install.ps1`](./powershell/libres-softwares-install.ps1) | Interactive installer for a curated list of applications. |
|
||||
| 🧹 [`powershell/Winget-Remove-BuiltInApps.ps1`](./powershell/Winget-Remove-BuiltInApps.ps1) | Removes selected built-in Windows applications for the current user with winget. |
|
||||
| 🚫 [`powershell/Remove-BuiltInApps.ps1`](./powershell/Remove-BuiltInApps.ps1) | Removes selected built-in Appx applications without winget and writes registry blocks for future users. |
|
||||
| 🚀 [`winget/libre-soft-start-pack.yaml`](./winget/libre-soft-start-pack.yaml) | Automated starter pack: Firefox ESR, 7-Zip and VLC. |
|
||||
| 📄 [`winget/libre-soft-base-libreoffice.yaml`](./winget/libre-soft-base-libreoffice.yaml) | Starter pack plus LibreOffice. |
|
||||
| 📝 [`winget/libre-soft-base-onlyoffice.yaml`](./winget/libre-soft-base-onlyoffice.yaml) | Starter pack plus ONLYOFFICE. |
|
||||
|
||||
## Requirements
|
||||
<a id="requirements"></a>
|
||||
|
||||
## ✅ Requirements
|
||||
|
||||
Run the commands from an **administrator terminal** on Windows.
|
||||
|
||||
@@ -38,7 +40,9 @@ winget configure --enable
|
||||
|
||||
The automated YAML packs do not enforce a specific Windows release. They require a Windows system with winget configuration support enabled.
|
||||
|
||||
## Interactive Installer
|
||||
<a id="interactive-installer"></a>
|
||||
|
||||
## 🧭 Interactive Installer
|
||||
|
||||
Choose the software you want to install from a PowerShell menu.
|
||||
|
||||
@@ -65,7 +69,9 @@ Available applications:
|
||||
| Bitwarden | `Bitwarden.Bitwarden` |
|
||||
| Thunderbird | `Mozilla.Thunderbird` |
|
||||
|
||||
## Automated Packs
|
||||
<a id="automated-packs"></a>
|
||||
|
||||
## 🚀 Automated Packs
|
||||
|
||||
Use winget configuration files when you want a repeatable installation.
|
||||
|
||||
@@ -81,7 +87,7 @@ Example:
|
||||
winget configure --file .\winget\libre-soft-start-pack.yaml --accept-configuration-agreements
|
||||
```
|
||||
|
||||
## Remove Built-In Apps
|
||||
## 🧹 Remove Built-In Apps
|
||||
|
||||
Use the Appx cleanup script when you want to remove selected built-in applications without winget and reduce reprovisioning for newly created users.
|
||||
|
||||
@@ -105,13 +111,13 @@ powershell -ExecutionPolicy Bypass -File .\powershell\Winget-Remove-BuiltInApps.
|
||||
|
||||
Run this script before creating the new Windows user profile, then restart Windows. Targeted applications include Xbox components, Outlook for Windows, Feedback Hub, Power Automate, Sticky Notes, Weather, Teams, Microsoft To Do, Bing apps, Clipchamp, Windows Web Experience Pack and related built-in packages.
|
||||
|
||||
## Maintenance Note
|
||||
## 🔁 Maintenance Note
|
||||
|
||||
When changing scripts, package IDs, pack contents or documented commands, update both README files:
|
||||
|
||||
- [`README.md`](./README.md) for English.
|
||||
- [`README.fr.md`](./README.fr.md) for French.
|
||||
|
||||
## License
|
||||
## 📜 License
|
||||
|
||||
This project is distributed under the [GPL-3.0-or-later license](./LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user