Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2 KB

File metadata and controls

45 lines (31 loc) · 2 KB
title description ms.date ms.topic ms.localizationpriority
features Command
Displays the list of experimental features available and the state.
07/11/2024
overview
medium

features command (winget)

The features command of the winget tool displays a list of the experimental features available with your version of the Windows Package Manager. Experimental features are only available in preview builds. Instructions for obtaining a preview build can be found in the GitHub repository.

Each feature can be turned on individually by enabling the features through settings.

You can find the latest up to date information features on the experimental features web page.

Usage

winget features [<options>]

features command

Notice above that the status of each feature is listed. If the feature is disabled you will not be able to use it. If the feature is enabled you will notice that the command will be available to you through winget.

features command help options

To enabled any disabled features, go to settings and enable the feature.

Note

Features may be managed by group policy. You can use the winget --info command to view any policies in effect on your system.

Options

The following options are available.

Option Description
-?,--help Shows help about the selected command.
--wait Prompts the user to press any key before exiting.
--logs,--open-logs Open the default logs location.
--verbose, --verbose-logs Used to override the logging setting and create a verbose log.
--nowarn,--ignore-warnings Suppresses warning outputs.
--disable-interactivity Disable interactive prompts.
--proxy Set a proxy to use for this execution.
--no-proxy Disable the use of proxy for this execution.