Microsoft Store

Discussion in 'Windows 11' started by xploitmachine, Nov 20, 2023.

  1. xploitmachine

    xploitmachine MDL Member

    Sep 15, 2023
    186
    103
    10
    Hello mates,

    There seems a problem with my Microsoft Store (in Windows 23H2), whereby recently the newer updates were not showing. As then I tried the method wreset.exe via command prompt but failed to repair. The I tried few other methods via PowerShell;
    • Get-AppXPackage | Remove-AppxPackage
    • Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    • Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    All my releated Windows Services are enabled and running fine and even downloaded manually;
    • Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe.Appx
    • Microsoft.NET.Native.Runtime.1.7_1.7.27422.0_x64__8wekyb3d8bbwe.Appx
    • Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe.Appx
    • Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.Appx
    • Microsoft.WindowsStore_22207.1401.1.0_neutral___8wekyb3d8bbwe.Msixbundle
    Tried re-install via PowerShell but failed. Don't ask me to reinstall Windows again,any other solutions? appreciated :)

    Note: All my existing apps are working fine except the Store itself ..
     
  2. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    use abbodhi store for ltsc lite package
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. HighLordPrancer

    HighLordPrancer MDL Novice

    Feb 9, 2020
    1
    0
    0
    Have you tried manually forcing an update check using winget?