winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

features.md (1106B)


      1 ---
      2 title: features Command
      3 description: Displays the list of experimental features available and the state.
      4 ms.date: 05/5/2021
      5 ms.topic: overview
      6 ms.localizationpriority: medium
      7 ---
      8 
      9 # features command (winget)
     10 
     11 The **features** command of the [winget](index.md) tool displays a list of the experimental features available with your version of the Windows Package Manager.
     12 
     13 Each feature can be turned on individually by enabling the features through [**settings**](settings.md).
     14 
     15 You can find the latest up to date information on the [experimental features](../../../Settings.md#experimental-features) web page.
     16 
     17 ## Usage
     18 
     19 ![features command](images/features.png)
     20 
     21 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.
     22 
     23 To enabled any disabled features, go to **settings** and enable the feature.
     24 
     25 Note: features may be managed by group policy. You can use the **winget --info** command to view any policies in effect on your system.