Skip to content

Reset-AppxPackage syntax is formatted incorrectly #3071

@aisgbnok

Description

@aisgbnok

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>]
```

Reset-AppxPackage Syntax

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>]
```

Add-AppxPackage

Metadata

Metadata

Assignees

Labels

area-appxIssues for appx moduleissue-doc-bugSomething is out of date, unclear, confusing, or broken in the article. Blocks customer success.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions