banner



How To Clean Up Windows Live Mail Store Folder

Windows x comes with many built-in Shop apps that may not be useful to you. As y'all may take known, PowerShell allows you to uninstall individual apps or all apps using a single command.

If you lot had used the following command to uninstall all bundled apps in Windows 10, you should have noticed that the much useful "Windows Shop" app (now known every bit "Microsoft Shop") is one of those removed apps.

Go-AppXPackage | Remove-AppxPackage

Additionally, you lot may get the post-obit error when opening sure Store apps or running wsreset.exe:

You'll need a new app to open this ms-windows-store link

ms-windows-store app link error

Without the "Windows Shop" app, you won't be able to install or update Store apps. This post tells you how to get back the Microsoft Store app later on uninstalling it accidentally using PowerShell.

Reinstall the Microsoft Store app

Hither is how to reinstall Microsoft Shop. The 1st method applies if the Microsoft Store app packet folder is intact. The 2nd method should exist used if the Microsoft Store provisioned app bundle folder doesn't exist.

Method 1: Using PowerShell

To restore or reinstall Windows Shop in Windows 10, starting time PowerShell as Administrator. Click Commencement, type Powershell. In the search results, right-click "PowerShell" and click Run as administrator.

PowerShell - Run as administrator

In the PowerShell window, type the following command and press ENTER:

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add together-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
reinstall windows store using powershell
Restore Windows Store using Add-AppxPackage command

That reinstalls the Microsoft Shop app.

If yous wish to reinstall or restore all the congenital-in Windows 10 apps (including Microsoft Store), use this command:

Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Nevertheless, for some users, the above commands may throw one of the following errors, and Shop does not get reinstated:

Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because information technology does not exist. At line:1 char:61 + ...  | Foreach {Add together-AppxPackage -DisableDevelopmentMode -Annals "$($_.I ... +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + CategoryInfo          : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException     + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand        
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could non be registered. mistake 0x80070057: While processing the asking, the arrangement failed to register the windows.applyDataExtension extension ...
error 0x80070057: Cannot register the asking because the following error was encountered during the registration of the windows.applyDataExtension extension: The parameter is incorrect.
An internal error occurred with fault 0x80070002.
Packet could not be registered. Merge Failure : mistake 0x80070003 : Cannot register the Microsoft.WindowsStore_2015.23.23.0_x64__8wekyb3d8bbwe packet considering there was a merge failure.

The to a higher place errors if the Microsoft Store bundle folder is missing (or incomplete) from the C:\Program Files\WindowsApps folder. You'll demand to download the Microsoft Store appx parcel/package from Microsoft and install it in those cases. The instructions are given in Method ii beneath.

Method 2: Download the Microsoft Store installer (Appx parcel)

You can download the Microsoft Store app and its dependencies in the course of .Appx and .AppxBundle package or installers from Microsoft'south servers. Follow these steps to practice and then:

  1. Visit the following website:
    https://store.rg-adguard.net/

    The above third-party site tin can generate download links (to app installers) for the chosen app. These are directly download links pointing at the official Microsoft servers.

  2. On the above page, paste the post-obit link in the URL text box. The post-obit is the Microsoft Store app'south official link.
    https://www.microsoft.com/en-united states/p/microsoft-shop/9wzdncrfjbmp
  3. Select Retail (or the appropriate co-operative appropriately), and click the generate button.
    microsoft store reinstall app bundle
  4. As the Microsoft Store app depends on .NET Framework, .Net Runtime, and VC Libs, download the latest packages of each particular listed. Be sure to download the correct ones matching the bitness (x86 vs. x64) of your Windows ten.
  5. At present, you would have downloaded these four Appx packages — the version numbers will vary according to the build/version of the Microsoft Store app.
    Microsoft.NET.Native.Framework.ii.2_2.ii.27912.0_x64__8wekyb3d8bbwe.Appx  Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe.Appx  Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe.Appx  Microsoft.WindowsStore_12010.1001.313.0_neutral___8wekyb3d8bbwe.AppxBundle

    microsoft store reinstall app bundle

  6. Run each .appx installers first, as they're the dependencies of Microsoft Store. Alternatively, you lot tin can use PowerShell to install each package. The PowerShell control-line syntax is beneath:
    Add-AppxPackage -Path "C:\Path\filename.Appx"

    If you get the error Deployment failed with HRESULT: 0x80073D02, skip the package. It's most likely considering the package or dependency is already installed and currently in use by some other app.

    Too, you lot tin run the post-obit command to cheque if an app parcel is already installed or not:

    get-appxpackage | sort-object -Property PackageFullName | select packagefullname | out-gridview

    If the package (of the aforementioned version) is already installed, y'all don't have to install it again.

    list installed packages

    Getting the mistake 0x80073D05?

    You may receive the following error when installing a package (east.g., VCLibs)

    App installation failed with mistake message: An internal error occurred with fault 0x80073D05

    The error code 0x80073D05 denotes "An error occurred while deleting the parcel'southward previously existing application data."

    Restart Windows and try installing the app again. Hopefully, this time effectually, the installer should be able to articulate the application information successfully.

    If the same error occurs, this could exist due to corrupted files within the app'due south folder.

    Open up the C:\Users\(Your Username)\AppData\Local\Packages folder and effort renaming the binder related to the app (east.1000., Microsoft.VCLibs.140.00_8wekyb3d8bbwe) you lot're trying to install. If Windows doesn't let you delete the folder, endeavour moving it to another folder or drive. Or, yous may use other methods to delete the stubborn folder.

  7. Finally, run the Windows Store .appxbundle file and consummate the process.
    microsoft store reinstall app bundle
  8. That's information technology. The Microsoft Store app is now reinstated. Open Microsoft Store → Settings to bank check its version.
    microsoft store reinstall app bundle

Verify the Microsoft Store app info using PowerShell (Optional)

After installing the Microsoft Store appx package, it would have restored the following folders under the Program Files\WindowsApps folder:

Microsoft.WindowsStore_nnnnn.nnnn.nnn.n_neutral_~_8wekyb3d8bbwe Microsoft.WindowsStore_nnnnn.nnnn.n.n_x64__8wekyb3d8bbwe Microsoft.WindowsStore_nnnnn.nnnn.n.n_neutral_split.calibration-100_8wekyb3d8bbwe

Optionally, to verify the Microsoft Store app info, open the PowerShell (ambassador) window and run the following control:

Get-AppxPackage -allusers Microsoft.WindowsStore
Proper name                   : Microsoft.WindowsStore Publisher              : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, Due south=Washington, C=The states Architecture           : X64 ResourceId             : Version                : 12010.1001.three.0 PackageFullName        : Microsoft.WindowsStore_12010.1001.3.0_x64__8wekyb3d8bbwe InstallLocation        : C:\Plan Files\WindowsApps\Microsoft.WindowsStore_12010.1001.three.0_x64__8wekyb3d8bbwe IsFramework            : False PackageFamilyName      : Microsoft.WindowsStore_8wekyb3d8bbwe PublisherId            : 8wekyb3d8bbwe PackageUserInformation : {S-ane-5-21-460002293-3200999940-3601599048-1002 [shelltest]: Staged,                          Due south-1-5-21-460002293-3200999940-3601599048-500 [Administrator]: Installed,                          Due south-1-5-21-460002293-3200999940-3601599048-1001 [Ramesh Srinivasan]: Installed} IsResourcePackage      : False IsBundle               : False IsDevelopmentMode      : False NonRemovable           : False Dependencies           : {Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x64__8wekyb3d8bbwe,                          Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe,                          Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe,                          Microsoft.WindowsStore_12010.1001.3.0_neutral_split.scale-100_8wekyb3d8bbwe} IsPartiallyStaged      : Fake SignatureKind          : Store Status                 : Ok

microsoft store reinstall app bundle

Yous'll see that the Microsoft Store app is fully installed along with its dependencies.


One small asking: If you liked this post, please share this?

I "tiny" share from y'all would seriously help a lot with the growth of this blog. Some great suggestions:

  • Pivot it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
And so thank you so much for your support, my reader. Information technology won't accept more than ten seconds of your time. The share buttons are right below. :)


Ezoic

Source: https://www.winhelponline.com/blog/restore-windows-store-windows-10-uninstall-with-powershell/

Posted by: thibodeaupeentwer1966.blogspot.com

0 Response to "How To Clean Up Windows Live Mail Store Folder"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel