Remove Windows 24H2 requirement
This commit is contained in:
+2
-2
@@ -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.
|
||||||
|
|
||||||
[](#prerequis)
|
[](#prerequis)
|
||||||
[](#packs-automatises)
|
[](#packs-automatises)
|
||||||
[](#installateur-interactif)
|
[](#installateur-interactif)
|
||||||
[](./LICENSE)
|
[](./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
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
[](#requirements)
|
[](#requirements)
|
||||||
[](#automated-packs)
|
[](#automated-packs)
|
||||||
[](#interactive-installer)
|
[](#interactive-installer)
|
||||||
[](./LICENSE)
|
[](./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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user