Skip to content

Commit 1f01cc5

Browse files
authored
Merge pull request MicrosoftDocs#3529 from msbemba/patch-158
Update Reset-AppxPackage.md
2 parents 06fcd1a + 09d30f5 commit 1f01cc5

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

docset/winserver2016-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

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

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

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

1919
```
20-
Reset-AppxPackage [-Package] <string>
21-
[-WhatIf]
22-
[-Confirm]
23-
[<CommonParameters>]
20+
Reset-AppxPackage
21+
[-Package] <string>
22+
[-WhatIf]
23+
[-Confirm]
24+
[<CommonParameters>]
2425
```
2526

2627
## DESCRIPTION

0 commit comments

Comments
 (0)