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 ..