Skip to content

Commit 5bbfcb5

Browse files
authored
Update Reset-AppxPackage.md
Fixes 2019 Version of the document
1 parent d4c6633 commit 5bbfcb5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docset/winserver2019-ps/appx/Reset-AppxPackage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ Restores the Windows app to its initial configuration.
1919
## SYNTAX
2020

2121
```PowerShell
22-
Reset-AppxPackage [-Package] <string>
23-
[-WhatIf]
24-
[-Confirm]
25-
[<CommonParameters>]
22+
Reset-AppxPackage
23+
[-Package] <string>
24+
[-WhatIf]
25+
[-Confirm]
26+
[<CommonParameters>]
2627
```
2728

2829
## DESCRIPTION

0 commit comments

Comments
 (0)