Remove Windows 24H2 requirement

This commit is contained in:
2026-05-24 09:26:23 +02:00
parent 12c7b375ff
commit caf349cfd1
5 changed files with 7 additions and 28 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
Petite boîte à outils Windows pour installer des packs de logiciels libres avec `winget` et supprimer certaines applications intégrées à Windows. Petite boîte à outils Windows pour installer des packs de logiciels libres avec `winget` et supprimer certaines applications intégrées à Windows.
[![Windows](https://img.shields.io/badge/Windows-11%2024H2+-0078D4?style=flat-square&logo=windows&logoColor=white)](#prerequis) [![Windows](https://img.shields.io/badge/Windows-10%20%2F%2011-0078D4?style=flat-square&logo=windows&logoColor=white)](#prerequis)
[![winget](https://img.shields.io/badge/winget-configuration-0B6AB3?style=flat-square)](#packs-automatises) [![winget](https://img.shields.io/badge/winget-configuration-0B6AB3?style=flat-square)](#packs-automatises)
[![PowerShell](https://img.shields.io/badge/PowerShell-scripts-5391FE?style=flat-square&logo=powershell&logoColor=white)](#installateur-interactif) [![PowerShell](https://img.shields.io/badge/PowerShell-scripts-5391FE?style=flat-square&logo=powershell&logoColor=white)](#installateur-interactif)
[![Licence](https://img.shields.io/badge/licence-GPL--3.0--or--later-2E8B57?style=flat-square)](./LICENSE) [![Licence](https://img.shields.io/badge/licence-GPL--3.0--or--later-2E8B57?style=flat-square)](./LICENSE)
@@ -38,7 +38,7 @@ Active d'abord la prise en charge des configurations winget :
winget configure --enable winget configure --enable
``` ```
Les packs YAML automatisés déclarent actuellement un prérequis **Windows 11 24H2** ou plus récent. 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 ## Installateur Interactif
+2 -2
View File
@@ -4,7 +4,7 @@
Small Windows toolkit to install libre software packs with `winget` and remove selected built-in Windows apps. Small Windows toolkit to install libre software packs with `winget` and remove selected built-in Windows apps.
[![Windows](https://img.shields.io/badge/Windows-11%2024H2+-0078D4?style=flat-square&logo=windows&logoColor=white)](#requirements) [![Windows](https://img.shields.io/badge/Windows-10%20%2F%2011-0078D4?style=flat-square&logo=windows&logoColor=white)](#requirements)
[![winget](https://img.shields.io/badge/winget-configuration-0B6AB3?style=flat-square)](#automated-packs) [![winget](https://img.shields.io/badge/winget-configuration-0B6AB3?style=flat-square)](#automated-packs)
[![PowerShell](https://img.shields.io/badge/PowerShell-scripts-5391FE?style=flat-square&logo=powershell&logoColor=white)](#interactive-installer) [![PowerShell](https://img.shields.io/badge/PowerShell-scripts-5391FE?style=flat-square&logo=powershell&logoColor=white)](#interactive-installer)
[![License](https://img.shields.io/badge/license-GPL--3.0--or--later-2E8B57?style=flat-square)](./LICENSE) [![License](https://img.shields.io/badge/license-GPL--3.0--or--later-2E8B57?style=flat-square)](./LICENSE)
@@ -36,7 +36,7 @@ Enable winget configuration support first:
winget configure --enable winget configure --enable
``` ```
The automated YAML packs currently assert **Windows 11 24H2** or newer. The automated YAML packs do not enforce a specific Windows release. They require a Windows system with winget configuration support enabled.
## Interactive Installer ## Interactive Installer
-7
View File
@@ -1,13 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 # yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
properties: properties:
configurationVersion: 0.2.0 configurationVersion: 0.2.0
assertions:
- resource: Microsoft.Windows.Developer/OsVersion
directives:
description: Verify min OS version requirement (Windows 11 24H2)
allowPrerelease: true
settings:
MinVersion: '10.0.26100'
resources: resources:
- resource: Microsoft.WinGet.DSC/WinGetPackage - resource: Microsoft.WinGet.DSC/WinGetPackage
id: Package.VLC id: Package.VLC
-7
View File
@@ -1,13 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 # yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
properties: properties:
configurationVersion: 0.2.0 configurationVersion: 0.2.0
assertions:
- resource: Microsoft.Windows.Developer/OsVersion
directives:
description: Verify min OS version requirement (Windows 11 24H2)
allowPrerelease: true
settings:
MinVersion: '10.0.26100'
resources: resources:
- resource: Microsoft.WinGet.DSC/WinGetPackage - resource: Microsoft.WinGet.DSC/WinGetPackage
id: Package.VLC id: Package.VLC
-7
View File
@@ -1,13 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 # yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
properties: properties:
configurationVersion: 0.2.0 configurationVersion: 0.2.0
assertions:
- resource: Microsoft.Windows.Developer/OsVersion
directives:
description: Verify min OS version requirement (Windows 11 24H2)
allowPrerelease: true
settings:
MinVersion: '10.0.26100'
resources: resources:
- resource: Microsoft.WinGet.DSC/WinGetPackage - resource: Microsoft.WinGet.DSC/WinGetPackage
id: Package.VLC id: Package.VLC