Skip to content

Commit ef5f70a

Browse files
authored
Merge pull request MicrosoftDocs#3536 from msbemba/patch-161
Update Remove-AppxPackageAutoUpdateSettings.md
2 parents a697cfb + 49944e3 commit ef5f70a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docset/winserver2022-ps/appx/Remove-AppxPackageAutoUpdateSettings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Remove-AppxPackageAutoUpdateSettings
99
# Remove-AppxPackageAutoUpdateSettings
1010

1111
## SYNOPSIS
12-
{{ Fill in the Synopsis }}
12+
Removes settings configured for a particular Windows app.
1313

1414
## SYNTAX
1515

@@ -19,16 +19,16 @@ Remove-AppxPackageAutoUpdateSettings [-PackageFamilyName] <String> [-UseSystemPo
1919
```
2020

2121
## DESCRIPTION
22-
{{ Fill in the Description }}
22+
The 'Remove-AppxPackageAutoUpdateSettings' PowerShell cmdlet removes the settings configured for a specific or all installed Windows apps in relation to the Auto Update and Repair settings.
2323

2424
## EXAMPLES
2525

2626
### Example 1
2727
```powershell
28-
PS C:\> {{ Add example code here }}
28+
PS C:\> Remove-AppxPackageAutoUpdateSettings -PackageFullName publisher.package1_1.0.0.0_neutral__8wekyb3d8bbwe
2929
```
3030

31-
{{ Add example description here }}
31+
This example removes the Auto Update and Repair settings for a specific Windows app that has been installed and registered to the signed-in user.
3232

3333
## PARAMETERS
3434

0 commit comments

Comments
 (0)