-
Notifications
You must be signed in to change notification settings - Fork 620
Closed
Labels
area-appxIssues for appx moduleIssues for appx moduleissue-doc-bugSomething is out of date, unclear, confusing, or broken in the article. Blocks customer success.Something is out of date, unclear, confusing, or broken in the article. Blocks customer success.
Description
Description
The Reset-AppxPackage
syntax is formatted incorrectly resulting in a malformed render on the live page.
## SYNTAX | |
``` | |
Reset-AppxPackage [-Package] <string> | |
[-WhatIf] | |
[-Confirm] | |
[<CommonParameters>] | |
``` |

Meanwhile other articles such as Add-AppxPackage
, have proper syntax and render properly:
## SYNTAX | |
### AddSet (Default) | |
``` | |
Add-AppxPackage [-Path] <String> [-DependencyPath <String[]>] [-RequiredContentGroupOnly] | |
[-ForceApplicationShutdown] [-ForceTargetApplicationShutdown] [-ForceUpdateFromAnyVersion] | |
[-RetainFilesOnFailure] [-InstallAllResources] [-Volume <AppxVolume>] | |
[-ExternalPackages <String[]>] [-OptionalPackages <String[]>] [-RelatedPackages <String[]>] | |
[-ExternalLocation <String>] [-DeferRegistrationWhenPackagesAreInUse] | |
[-StubPackageOption <StubPackageOption>] [-AllowUnsigned] [-WhatIf] [-Confirm] [<CommonParameters>] | |
``` |
Metadata
Metadata
Assignees
Labels
area-appxIssues for appx moduleIssues for appx moduleissue-doc-bugSomething is out of date, unclear, confusing, or broken in the article. Blocks customer success.Something is out of date, unclear, confusing, or broken in the article. Blocks customer success.