diff --git a/schemas/JSON/settings/settings.schema.0.2.json b/schemas/JSON/settings/settings.schema.0.2.json index f2638f417f..3aaf870bca 100644 --- a/schemas/JSON/settings/settings.schema.0.2.json +++ b/schemas/JSON/settings/settings.schema.0.2.json @@ -205,7 +205,8 @@ "defaultModuleRoot": { "description": "The default root directory where PowerShell modules are installed to when applying a configuration.", "type": "string", - "maxLength": 32767 + "maxLength": 32767, + "default": "%LOCALAPPDATA%/Microsoft/WinGet/Configuration/Modules/" } } }, @@ -302,7 +303,7 @@ "fonts": { "description": "Enable support for managing fonts", "type": "boolean", - "default": false + "default": false } } }