Windows 10: Trying to manually add Microsoft Store using Powershell

Discus and support Trying to manually add Microsoft Store using Powershell in Microsoft Windows 10 Store to solve the problem; Been Having issues with microsoft store and everything points to using powershell to remove and re add store. when i try and do this i get the... Discussion in 'Microsoft Windows 10 Store' started by Conor Mcbeath, Dec 23, 2024.

  1. Trying to manually add Microsoft Store using Powershell


    Been Having issues with microsoft store and everything points to using powershell to remove and re add store. when i try and do this i get the following errors:Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.Windows.ShellExperienceHost_10.0.19041.3636_neutral_neutral_cw5n1h2txy

    :)
     
    Conor Mcbeath, Dec 23, 2024
    #1
  2. Paolo Mag Win User

    Microsoft store.

    Hi Monty,

    The error message Windows cannot find ‘ms-windows-store: PurgeCaches’. Make sure you typed the name correctly, and then try again means that your Microsoft Store is not registered. For us to assist you, we suggest that you follow the steps listed below
    to re-register your Microsoft Store:

    • Press the Windows button + X.
    • Click on Command Prompt (Admin).
    • In the command prompt, enter the following command:

      PowerShell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
    • Restart your PC and see if the issue persists.

    Let us know how it goes and if you need further assistance, feel free to post back.
     
    Paolo Mag, Dec 23, 2024
    #2
  3. Microsoft Store > Apps > iMobContact > version problem

    Hello Yann,

    Thank you for the reply.

    I suggest you to follow below mentioned steps and see if that helps.

    Step 1: Check updates in Microsoft store:

    1. Open Microsoft store.
    2. Top right hand corner select ‘Downloads and updates’.
    3. Click on updates for ‘IMob contact’.
    4. Once all the updates installed, restart the computer.

    Step 2: Uninstall the application using PowerShell command.

    1. Click on ‘Start button’ and type ‘PowerShell’.
    2. Right click on ‘PowerShell’ and select as ‘Run as administrator’.
    3. Once you see a ‘PowerShell Window’, copy paste the below mentioned command line:
    Get-AppxPackage *Imob* | Remove-AppxPackage

    1. IMob application will be uninstalled successfully.
    2. Restart the computer to effect the settings.

    Note: If the package full name is too long, you may use wildcard selectors to uninstall any application found in the wildcard.

    For example: Get-AppxPackage *officehub* | Remove-AppxPackage

    Step 3: Once after following
    step 2, try to download the 'IMob contact' application from store and see if that helps.

    Hope it helps.

    Let us know if you got the help you needed by clicking ‘Yes or No’.

    Harish

    Microsoft Community – Moderator
     
    Harish_kum, Dec 23, 2024
    #3
  4. Trying to manually add Microsoft Store using Powershell

    Microsoft Store is not working

    Hi Rajibkarmakar,

    Thank you for posting in Microsoft Community, we appreciate your interest in Windows 10.

    I understand the inconvenience caused to you with accessing Windows Store, we will help you with this issue.

    This issue might have occurred because of some issues with the Windows Store cache.

    So, I suggest you to try the steps provided below and see if it helps you to fix the issue.

    Step 1: Run WSReset.exe
    .

    • Press Windows+R key to open
      Run
      box
    • Enter wsreset.exe in the Run command and then tap or click
      OK.
    • Restart your computer and check.

    If resetting Windows Store cache does not help then,

    Step 2: Re-register Windows Store by running the following commands in a CMD window started as Administrator:

    Follow the below steps.

    • Open the Start menu, type Windows PowerShell in the search bar.
    • Right click on the Windows PowerShell and select Run as administrator.
    • Press OK the UAC prompt if shown. That will open an elevated command prompt. (It will show Administrator in the caption.)
    • Then enter the chkdsk command

      PowerShell -ExecutionPolicy Unrestricted

      $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
    • Restart the computer and try to download the apps.

    Hope it helps. Reply to the post with an updated status of this issue, we'll be glad to assist you.
     
    Deepika Gowda, Dec 23, 2024
    #4
Thema:

Trying to manually add Microsoft Store using Powershell

Loading...
  1. Trying to manually add Microsoft Store using Powershell - Similar Threads - Trying manually add

  2. Trying to manually add Microsoft Store using Powershell

    in Windows 10 Software and Apps
    Trying to manually add Microsoft Store using Powershell: Been Having issues with microsoft store and everything points to using powershell to remove and re add store. when i try and do this i get the following errors:Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources...
  3. Trying to manually add Microsoft Store using Powershell

    in Windows 10 Gaming
    Trying to manually add Microsoft Store using Powershell: Been Having issues with microsoft store and everything points to using powershell to remove and re add store. when i try and do this i get the following errors:Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources...
  4. Microsoft Store - PowerShell or CMD Manual Install???

    in Windows 10 Software and Apps
    Microsoft Store - PowerShell or CMD Manual Install???: I'm runing Windows 11 Home Edition. I tweaked my system for better performance via Scripts, and I inadvertently unistalled the Microsoft Store App. I do not want to perform a system restore or reinstall Windows 11 to get the Microsoft Store App back as it will undo the...
  5. Microsoft Store - PowerShell or CMD Manual Install???

    in Windows 10 Gaming
    Microsoft Store - PowerShell or CMD Manual Install???: I'm runing Windows 11 Home Edition. I tweaked my system for better performance via Scripts, and I inadvertently unistalled the Microsoft Store App. I do not want to perform a system restore or reinstall Windows 11 to get the Microsoft Store App back as it will undo the...
  6. How to add Local and Microsoft accounts to Administrators Group using PowerShell

    in Windows 10 News
    How to add Local and Microsoft accounts to Administrators Group using PowerShell: [ATTACH]If you want to add or remove Local and Microsoft accounts to the Administrators group in Windows 11 or Windows 10, you can do so with the help of Windows PowerShell. Here is the detailed guide you need to follow in order to get it done. There are multiple user account...
  7. powershell and microsoft store is not on my laptop

    in Windows 10 BSOD Crashes and Debugging
    powershell and microsoft store is not on my laptop: i recently got a new laptop and decided to get some games, and microsoft store just doesnt exist on my computernow the most common solution that i see is to simply reinstall it via powershell, but powershell is ALSO seemingly gone from my systemeven when i right click the...
  8. Microsoft store completely gonei even tried the windows powershell thingy

    in Microsoft Windows 10 Store
    Microsoft store completely gonei even tried the windows powershell thingy: I've been finding solution to my problems about the missing MIcrosoft Store, it's not technically gone but the icon is still in the start but when i press it, nothing happened. When i press the app settings it just put me in on the app lists. I've also tried the windows...
  9. Manually add update

    in Windows 10 Updates and Activation
    Manually add update: Is it possible to add windows updates to the control panel ? It it is I would appreciate your advice, thanks 156159
  10. Microsoft adds OpenSSH support to PowerShell

    in Windows 10 News
    Microsoft adds OpenSSH support to PowerShell: Believe it or not, Microsoft is working on supporting OpenSSH. Yes, Microsoft is getting ready to support one of the mainstays of BSD, Linux, and Unix system administration. This is less surprising than it sounds. The days when Windows and Linux users were at each others'...