Remove-AppxPackageAutoUpdateSettings
Removes settings configured for a particular Windows app.
Syntax
Remove-AppxPackageAutoUpdateSettings
[-PackageFamilyName] <String>
[-UseSystemPolicySource]
[-AllUsers]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
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.
Examples
Example 1
PS C:\> Remove-AppxPackageAutoUpdateSettings -PackageFullName publisher.package1_1.0.0.0_neutral__8wekyb3d8bbwe
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.
Parameters
-AllUsers
{{ Fill AllUsers Description }}
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PackageFamilyName
{{ Fill PackageFamilyName Description }}
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-UseSystemPolicySource
{{ Fill UseSystemPolicySource Description }}
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |