Created
May 10, 2025 09:12
-
-
Save phixion/dbeed3bb4b7afd454919551db0a4495e to your computer and use it in GitHub Desktop.
winget configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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