Microsoft 11871 Published by

Windows Package Manager 1.11.430 is a servicing update for the 1.11 release build for Windows 10 and Windows 11. It removes support for 32-bit ARM, supports Microsoft Desired State Configuration v3, and allows exporting device configuration. Experimental features include experimental support for fonts via winget settings. The update also fixes a crash and a bug with OS architecture detection in the Repair cmdlet.



Release Windows Package Manager 1.11.430

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

New in v1.11

  • Dropped support for running on 32-bit ARM
  • Support for  Microsoft Desired State Configuration (DSC) v3.
  • Support for exporting the configuration of the current device. This includes Windows Settings, packages from configured WinGet sources, and package settings from DSC v3 enabled packages.

Experimental Features

  • Experimental support for Fonts

Experimental support for FontsThe following snippet enables experimental support for fonts via winget settings. The winget font list command will list installed font families and the number of installed font faces.
{
  "$schema" "https://aka.ms/winget-settings.schema.json",
  "experimentalFeatures": {
    "fonts": true
  }
}
Servicing updates
  • Fixed a crash observed in some systems that was caused by a missing compilation flag.
  • Fixed a bug with OS architecture detection in the Repair cmdlet that prevented dependencies from being installed.

What's Changed

Full Changelog v1.11.400...v1.11.430

Release Windows Package Manager 1.11.430 · microsoft/winget-cli