Skip to content

Instantly share code, notes, and snippets.

@Mic-360
Last active June 12, 2023 07:39
Show Gist options
  • Save Mic-360/5afcc378410ca9082615ea55a7d43bf0 to your computer and use it in GitHub Desktop.
Save Mic-360/5afcc378410ca9082615ea55a7d43bf0 to your computer and use it in GitHub Desktop.
winget
{
"$schema": "https://aka.ms/winget-settings.schema.json",
// For documentation on these settings, see: https://aka.ms/winget-settings
"source": {
"autoUpdateIntervalInMinutes": 3,
"autoUpdate": true,
"experimentalFeatures": true
},
"visual": {
"progressBar": "accent",
"anonymizeDisplayedPaths": true
},
"installBehavior": {
"preferences": {
"scope": "user",
"defaultLocale": "en-US",
"defaultLocaleMode": "user",
"upgradeBehavior": "install"
},
"autoUpgrade": true,
"autoUpgradeIntervalInDays": 7,
"autoUpgradeCheckOnOpen": true,
"autoUpgradeShowPrompt": true,
"disableConfirmation": true,
"allowExperimental": true,
"allowWindowsDeveloperMode": true,
"allowWindowsSideloading": true
},
"uninstallBehavior": {
"purgePortablePackage": true,
"removePackageOnUpgrade": true,
"removePackageOnDowngrade": true,
"removePackageOnUninstall": true
},
"logging": {
"level": "verbose",
"logFile": "winget.log",
"logFileLevel": "verbose",
"logFileSizeLimitInMB": 1,
"logFileCountLimit": 5
},
"telemetry": {
"disable": true,
"disableForDebugging": false
},
"network": {
"downloader": "do",
"doProgressTimeoutInSeconds": 60,
"doRetryCount": 5,
"doRetryDelayInSeconds": 3,
"httpTimeoutInSeconds": 60
},
"experimentalFeatures": {
"experimentalCmd": true,
"experimentalArg": true,
"pinning": true,
"dependencies": true,
"directMSI": true,
"uninstallPreviousArgument": true,
"configuration": true,
"windowsFeature": true,
"silentInstaller": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment