Using WingetSettings change progressBar #5600
-
Hi, Using Winget settings set how do I change the progress bar type. See my attempt below Thanks Ward winget settings set --setting visual.progressBar.type --value rainbow Windows Package Manager v1.11.400 The value provided for the Sets the value of an admin setting. usage: winget settings set [--setting] [--value] [] The following arguments are available: The following options are available: More help can be found at: https://aka.ms/winget-settings |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Only Admin Settings can be set using the command line. The list of Admin Settings is available in The settings documented at aka.ms/winget-settings are user settings and are only configurable through the JSON file which is opened in your default editor by running |
Beta Was this translation helpful? Give feedback.
Only Admin Settings can be set using the command line. The list of Admin Settings is available in
winget --info
. However,set
only works for settingDefaultProxy
as it is the only admin setting which accepts a value, all of the others are boolean and require--enable
or--disable
.The settings documented at aka.ms/winget-settings are user settings and are only configurable through the JSON file which is opened in your default editor by running
winget settings