Skip to content

Instantly share code, notes, and snippets.

@luanholiv
Created February 4, 2022 00:20
Show Gist options
  • Save luanholiv/896b790ffcee22528d67584e4b2c3b6d to your computer and use it in GitHub Desktop.
Save luanholiv/896b790ffcee22528d67584e4b2c3b6d to your computer and use it in GitHub Desktop.
winget settings
{
"$schema": "https://aka.ms/winget-settings.schema.json",
"experimentalFeatures": {
"experimentalMSStore": true
},
"visual": {
"progressBar": "rainbow"
},
"installBehavior": {
"preferences": {
"scope": "user",
"locale": [ "en-US", "pt-BR" ]
}
},
"telemetry": {
"disable": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment