Completely remove application installed from Store

Tomass Pētersons 336 Reputation points
2020-08-17T19:36:59.417+00:00

Few days ago I removed one of applications I previously downloaded from Store. I used Remove-AppxPackage -Package "packagefullname" -AllUsers and Remove-AppxProvisionedPackage -Online -PackageName "packagefullname" -AllUsers commands. Today I again installed same application and I thought it will be like a fresh, new app. But after I opened it, I noticed that my previous settings have been saved.

So my question is simple - how I can completely remove application I have downloaded from Store? I would like to completely wipe out all my previously saved settings, credentials, modifications - everything, so that the next time I install this application, it would be like installed for the very first time. Tips and tricks?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,055 questions
0 comments No comments
{count} vote

Accepted answer
  1. Jenny Yan-MSFT 9,326 Reputation points
    2020-08-18T09:22:25.85+00:00

    Hi,
    Per my searching, windows store app related files will be stored in two folders:
    1.C:\ Program Files\ WindowsApps-----installation package
    2.C:\Users \ username \AppData\ Local \Packages-----temp data

    You could check if any leftover files after running the powershell commands and manually delete them.

    If this not work, you may go to advanced options for the app you want to remove and click reset button to remove data stored, after then, run the powershell command to remove the app package.

    -----Please "Accept as answer" if the reply is helpful-----
    Best regards,
    Jenny


1 additional answer

Sort by: Most helpful
  1. Kapil Arya 7,851 Reputation points MVP
    2020-08-18T10:54:16.627+00:00

    Hello,

    Instead you can go to Settings > System > Apps & features > App name > Advanced options > click Reset to remove the application data and switch it to default state.

    Regards.

    0 comments No comments