Skip to content

Instantly share code, notes, and snippets.

@Jayonics
Last active June 15, 2024 13:45
Show Gist options
  • Save Jayonics/32030b23cefd5772a36d662de426ecd1 to your computer and use it in GitHub Desktop.
Save Jayonics/32030b23cefd5772a36d662de426ecd1 to your computer and use it in GitHub Desktop.
WingetSettings
{
"$schema": "https://aka.ms/winget-settings.schema.json",
// "path": "%LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json",
// "gist": "https://gist.github.com/Jayonics/32030b23cefd5772a36d662de426ecd1/edit",
// "documentation": "https://aka.ms/winget-settings",
"visual": {
"anonymizeDisplayedPaths": true,
"progressBar": "rainbow"
},
"installBehavior": {
"preferences": {
"scope": "machine",
"architectures": [
"x64"
]
},
"disableInstallNotes": true
// "skipDependencies": false
//"portablePackageUserRoot": "E:/packages/portable/user/james.hopwood",
//"portablePackageMachineRoot": "E:/packages/portable/machine",
//"defaultInstallRoot": "E:/packages"
},
"uninstallBehavior": {
"purgePortablePackage": true
},
"logging": {
"level": "info"
},
"network": {
"downloader": "default",
"doProgressTimeoutInSeconds": 5
},
"interactivity": {
"disable": false
},
"experimentalFeatures": {
"configuration03": true,
"configureExport": true,
"configureSelfElevate": true,
"storeDownload": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment