Share via

windows store doesn't update anything

Anonymous
2023-08-13T16:09:30+00:00

i've tried the troubleshooter thing, multiple command prompts i've found around this community, reset the microsoft store, erasing its data, exiting and reentering, i don't know what to do and the apps are starting to not work because the all tell me to update them to continue using. please help?

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Anonymous
    2023-08-13T19:21:18+00:00

    Thank you for the kind reply,

    Perform an In-place Upgrade, by performing an in-place upgrade, you will clean up the system which may help resolve some troubles with the system. (It is NOT an update)

    This will not affect your files and programs, everything will be the same after the procedure

    Visit the site below to start downloading the Media Creation Tool

    https://www.microsoft.com/en-us/software-downlo...

    For further instructions, refer to this link (The process will be explained step by step in this link)

    https://www.wintips.org/repair-windows-10-with-...

    ________________________________________________________

    Standard Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-08-13T19:08:01+00:00

    i really appreciate your time and effort, the problem persist. no corrupt files, nor broken images.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-08-13T18:28:28+00:00

    Thank you for the reply,

    Please proceed with troubleshooting, reinstall all MS apps:

    Right-click Start > and select Powershell (admin) enter:

    Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}

    If that doesn’t work then check if doesn't have any corrupt files on the windows.

    1-Right-Click on Start then click on Windows Terminal (admin)

    2- Type these commands and hit enter Enter after each command:

    sfc /scannow

    Dism /Online /Cleanup-Image /ScanHealth

    Dism /Online /Cleanup-Image /CheckHealth

    3- The DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is repairable, you can use the /RestoreHealth argument to repair the image.

    4-Type this command and press Enter:

    Dism /Online /Cleanup-Image /RestoreHealth

    If issue persist I would suggest you to follow these methods:

    Method 1: Re-register Microsoft Store app for Current User

    1. Terminate the Microsoft Store app to make sure it's closed and not running.
    2. Open PowerShell
    3. Copy and paste the command below into PowerShell, and press Enter.

    Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    1. When finished, you can close PowerShell, and try opening the Microsoft Store app again ..

    Method 2: Re-register Microsoft Store app for All Users

    You must be signed in as an administrator to be able to do this option.

    1. Terminate the Microsoft Store app to make sure it's closed and not running.
    2. Open an elevated PowerShell
    3. Copy and paste the command below into the elevated PowerShell, and press Enter.

    Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    1. When finished, close the elevated PowerShell,
    2. Restart the computer to apply.
    3. Try opening the Microsoft Store app again.

    Please keep me posted on the results

    Best Regard

    Amr

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-08-13T18:15:55+00:00

    thank you, i've tried but the problem persist, same error and everything

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2023-08-13T16:45:51+00:00

    Hi M.,

    I'm Amr, an independent advisor.

    Kindly check if you can update your Windows.

    https://support.microsoft.com/en-us/windows/get...

    Also, try to sign out from your Microsoft Store account and re-sign in, and check if the issue has been resolved

    If the issue persists, try this

    In the search box type "Internet Options" and hit enter

    Select the "Advanced" Tab

    Scroll to the Bottom of the List where you can see "Use SSL/TLS"

    UN-Select SSL 3.0 and TLS 1.0 and 1.1

    SELECT TLS 1.2 and (If Available) TLS 1.3

    Click "Apply"

    Click "OK"

    Reboot Computer

    If that doesn’t work then reset Windows Update components

    Right-Click on Start then click on Windows Terminal (admin)

    Type these commands and hit enter Enter after each command:

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 Catroot2.old

    net start wuauserv

    net start cryptSvc

    net start bits

    netsh winsock reset

    After that reboot your PC

    I hope this is helpful. If you require any additional assistance, don't hesitate to respond to this.

    Best Regard

    Amr

    Was this answer helpful?

    0 comments No comments