Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 2.27 KB

Reset-AppxPackage.md

File metadata and controls

87 lines (58 loc) · 2.27 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.Windows.Appx.PackageManager.Commands.dll-help.xml
Appx
10/20/2020
2.0.0
Reset-AppxPackage

Reset-AppxPackage

SYNOPSIS

Starting at Windows 10 Insider Preview Build 20215 you get access to the Reset-AppxPackage PowerShell Cmdlet for use in resetting your installed Windows Apps.

Restores the Windows app to its initial configuration.

SYNTAX

Reset-AppxPackage 
[-Package] <string>
[-WhatIf] 
[-Confirm] 
[<CommonParameters>]

DESCRIPTION

The Reset-AppxPackage cmdlet will reset the app to its original settings, and the app will react as a freshly installed app.

After resetting the app, any initial prompts by the app will be prompted for user input.

EXAMPLES

Example 1: Reset app package

PS C:\> Reset-AppxPackage -Package publisher.package1_1.0.0.0_neutral__8wekyb3d8bbwe

This cmdlet will reset the publisher.package1_1.0.0.0_neutral__8wekyb3d8bbwe application back to its original settings.

PARAMETERS

-Package

Specifies the package full name (PFuN) of the app which will be reset.

Type: String[]
Parameter Sets: None
Aliases: None

Required: True
Position: 0
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String[]

System.IO.FileInfo

OUTPUTS

None

NOTES

RELATED LINKS

Package Manager API

How to Add and Remove Apps

Get-AppxPackage

Get-AppxPackageManifest

Move-AppxPackage

Remove-AppxPackage