docs: fix multiple documentation issues (#5296, #5921, #5108, #4372, #5867)#6110
Merged
denelon merged 1 commit intomicrosoft:masterfrom Mar 26, 2026
Merged
Conversation
- Add downloadBehavior and defaultDownloadDirectory to Settings.md (microsoft#5296) - Add PowerShell module section with cmdlet examples to README.md (microsoft#5921) - Add missing resume experimental feature to settings schema (microsoft#5108) - Add AppInstaller reset commands to troubleshooting guide (microsoft#4372) - Fix broken dscv3 help link pointing to Bing instead of docs (microsoft#5867) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Trenly
approved these changes
Mar 26, 2026
denelon
approved these changes
Mar 26, 2026
Collaborator
|
I didn't catch the URL switch in code. I've created the aka link. That change should get reverted. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses 5 open documentation Task issues:
Changes
downloadBehavioranddefaultDownloadDirectorysettings to Settings.mddoc/Settings.mdMicrosoft.WinGet.Client) section with cmdlet examples to READMEREADME.mdresumeexperimental feature to the settings JSON schemaschemas/JSON/settings/settings.schema.0.2.jsondoc/troubleshooting/README.mdaka.ms/winget-dsc-resourceshelp link that redirects to Bingsrc/AppInstallerCLICore/Commands/DscCommand.cppDetails
Settings.md (Settings.md missing
downloadBehavioranddefaultDownloadDirectory#5296): ThedownloadBehaviorsection withdefaultDownloadDirectorywas already defined in the settings schema (settings.schema.0.2.json) but was not documented indoc/Settings.md. Added it between Configure Behavior and Telemetry sections.README.md (Update README.md for adding PowerShell cmdlet samples #5921): Added a new PowerShell Module section showing how to install
Microsoft.WinGet.Clientfrom the PowerShell Gallery and example cmdlet usage (Find-WinGetPackage,Install-WinGetPackage,Get-WinGetPackage,Update-WinGetPackage,Repair-WinGetPackageManager).Settings schema (winget-settings.schema.json #5108): The
resumeexperimental feature was documented inSettings.mdbut missing from the JSON schema. Added it alongside the existing experimental features. (The other items from the original issue —archiveExtractionMethodandfonts— have already been fixed.)Troubleshooting (Update Troubleshooting issue "Executing winget doesn't display help" #4372): Added step 5 with PowerShell commands to reset the App Installer package when it's in a broken state, with separate commands for Windows 10 and Windows 11.
DSC help link (Following dscv3 help link goes to Bing Home Page #5867): The
https://aka.ms/winget-dsc-resourcesURL inDscCommand.cppredirects to Bing's home page. Updated it to point to the WinGet Configuration documentation on Microsoft Learn.Fixes #5296, #5921, #5108, #4372, #5867
Microsoft Reviewers: Open in CodeFlow