Skip to content

Instantly share code, notes, and snippets.

@phixion
Created May 10, 2025 09:12
Show Gist options
  • Select an option

  • Save phixion/dbeed3bb4b7afd454919551db0a4495e to your computer and use it in GitHub Desktop.

Select an option

Save phixion/dbeed3bb4b7afd454919551db0a4495e to your computer and use it in GitHub Desktop.
winget configuration
{
"$schema": "https://aka.ms/winget-settings.schema.json",
"telemetry": {
"disable": true
},
"logging": {
"level": "error"
},
"visual": {
"progressBar": "sixel",
"enableSixels": true
},
"installBehavior": {
"preferences": {
"installerTypes": ["msi", "msix"],
"locale": ["en-US"],
"scope": "user",
"maxResumes": 5,
"disableInstallNotes": true
},
"defaultInstallRoot": "D:/Programme",
"portablePackageUserRoot": "D:/Programme",
"portablePackageMachineRoot": "D:/Programme"
},
"uninstallBehavior": {
"purgePortablePackage": true
},
"network": {
"downloader": "do",
"doProgressTimeoutInSeconds": 60
},
"interactivity": {
"disable": true
},
"experimentalFeatures": {
"directMSI": true,
"resume": true,
"configureExport": true
},
"source": {
"autoUpdateIntervalInMinutes": 3
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment