Microsoft 11900 Published by

Microsoft has released Windows Package Manager (WinGet) pre-release version 1.11.510, which builds upon the existing functionality of the tool. The updated release includes support for Microsoft Desired State Configuration (DSC) v3 and the ability to export device configurations, enabling users to easily manage settings across multiple devices. Experimental features have also been introduced, including support for fonts, which can be enabled through custom winget settings.



Windows Package Manager 1.11.510 Pre-Release released

Microsoft has recently released Windows Package Manager (WinGet) pre-release version 1.11.510, bringing significant updates and improvements to the tool. The Windows Package Manager is designed to facilitate the discovery and installation of packages that enhance your PC environment, enabling you to install your preferred applications with just one command.

Screenshot_from_2025_09_27_08_47_11

The latest servicing update expands on the functionality of WinGet, first introduced for Windows 10 (1809 and later) and Windows 11. Key enhancements in version 1.11 include the removal of support for running on 32-bit ARM architectures, ensuring optimal performance on compatible devices. Moreover, the updated release now supports Microsoft Desired State Configuration (DSC) v3, allowing users to manage configuration settings more efficiently.

A notable addition is the ability to export device configurations, encompassing Windows Settings, packages from configured WinGet sources, and package settings from DSC v3-enabled packages. This feature empowers users to easily capture and replicate custom setups across multiple devices.

Experimental features have also been introduced in version 1.11, including support for fonts. Users can now enable experimental font support through the winget settings by specifying the following JSON configuration:

{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "fonts": true
  }
}

With this configuration in place, users can utilize the winget command to list installed font families and their corresponding face counts.

In addition to these major updates, the servicing release also includes several minor enhancements. These include updated certificate pinning for Microsoft Store, which now employs partial chains and new certificates for improved security. Furthermore, the release addresses issues related to detours, vcpkg usage, COM static store optimization, and MS Store cert pinning.

Overall, the latest Windows Package Manager pre-release version 1.11.510 offers numerous improvements and enhancements that can help users streamline package management and customize their device settings more effectively.

Windows Package Manager 1.11.510

This is a servicing update for the Windows Package Manager 1.11 release build for Windows 10 (1809+), and Windows 11.

Release Windows Package Manager 1.11.510 · microsoft/winget-cli