Microsoft 11976 Published by

Microsoft has pushed out Windows Package Manager version 1.28.240, bringing specific tweaks that matter more for power users managing their installations than the average casual desktop owner. The standout addition is the source edit command, which lets you toggle between explicit and implicit states so your searches avoid sifting through unnecessary registries. There is also an experimental listDetails option that swaps the standard table view for verbose show-like output, giving you critical data on publishers and local identifiers when debugging conflicts or upgrades. Under the hood, portable packages now handle directory separators correctly regardless of manifest conventions, while new logging limits prevent your disk from filling up with excessive diagnostic noise over time.



How to Use the New Windows Package Manager 1.28 Features

The latest update for the Windows Package Manager brings specific tweaks that matter for power users managing installations. This release focuses on controlling how sources are treated and getting deeper information from the command line. Readers will find out exactly which commands need updating to take advantage of these changes.

Screenshot_from_2025_09_27_08_47_11

Windows Package Manager 1.28 source editing capabilities

The new edit subcommand allows setting an explicit source to be implicit and vice versa. This is useful when a user wants to stop winget from searching the font registry constantly during every command. Without this change, managing multiple sources often leads to clutter that slows down searches or causes confusion about where software comes from. One can simply run the edit command on the specific source name to toggle its state without touching complex configuration files manually.

Getting detailed package information with listDetails

A new option for the list command provides output similar to show commands instead of a standard table view. This is particularly helpful when verifying installed versions or checking local identifiers that do not appear in the summary view. The feature requires enabling experimental capabilities first but offers granular data about the publisher and installation location. Users should expect more verbose logs that help diagnose why an upgrade might fail or if a package conflict exists on the machine.

Improvements to logging and portable packages

Several underlying issues received attention to improve stability during routine maintenance tasks. Portable packages now use the correct directory separators regardless of which convention is used in the manifest. This prevents errors when installing software into paths with non-ascii characters or specific folder structures. Additional options for limiting the size of log files ensure that disk space does not get consumed by excessive diagnostic data over time.

Release Windows Package Manager 1.28.240

This is a servicing release of Windows Package Manager v1.28. If you find any bugs or problems, please help us out by filing an issue.

Release Windows Package Manager 1.28.240 ยท microsoft/winget-cli

Keep those updates tight and the command line clean.