I have the icon for Microsoft store on my task bar, it is greyed out and just a plain grey icon. When I hover over it, it displays Microsoft Store, but when I click nothing happens.
I have used the Copilot extensively to resolve this but to no avail.
The things already tried:
- wsreset.exe , fail as it advises me I need a new app
- Any programs downloaded via store, like snipping tool it tells me " ms-resource:AppName/Text can’t open because it cannot be found. The storage device might be missing or disconnected."
- Commands run via admin terminal:
Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekyb3d8bbwe\AppXManifest.xml"
winget upgrade --source msstore
No installed package found matching input criteria.
Get-AppxPackage -allusers Microsoft.WindowsStore
Name : Microsoft.WindowsStore
Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture : X64
ResourceId :
Version : 22504.1401.13.0
PackageFullName : Microsoft.WindowsStore_22504.1401.13.0_x64__8wekyb3d8bbwe
InstallLocation :
IsFramework : False
PackageFamilyName : Microsoft.WindowsStore_8wekyb3d8bbwe
PublisherId : 8wekyb3d8bbwe
PackageUserInformation : {S-1-5-18 [S-1-5-18]: Staged}
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
NonRemovable : False
IsPartiallyStaged : False
SignatureKind : Store
Status : Ok
Get-AppxPackage -Name Microsoft.WindowsStore
~ ◉ ( here nothing actually appears to happen)
Microsoft.WindowsStore status
Microsoft.WindowsStore : The term 'Microsoft.WindowsStore' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
- Microsoft.WindowsStore status
-
- CategoryInfo : ObjectNotFound: (Microsoft.WindowsStore:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
Get-AppxPackage -AllUsers Microsoft.WindowsStore*
Name : Microsoft.WindowsStore
Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture : X64
ResourceId :
Version : 22504.1401.13.0
PackageFullName : Microsoft.WindowsStore_22504.1401.13.0_x64__8wekyb3d8bbwe
InstallLocation :
IsFramework : False
PackageFamilyName : Microsoft.WindowsStore_8wekyb3d8bbwe
PublisherId : 8wekyb3d8bbwe
PackageUserInformation : {S-1-5-18 [S-1-5-18]: Staged}
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
NonRemovable : False
IsPartiallyStaged : False
SignatureKind : Store
Status : Ok
winget upgrade Microsoft.DesktopAppInstaller
No installed package found matching input criteria.
winget source add --name msstore --arg https://storeedgefd.dsx.mp.microsoft.com/v9.0
A source with the given name already exists and refers to the same location:
msstore -> https://storeedgefd.dsx.mp.microsoft.com/v9.0
DISM /Online /Cleanup-Image /RestoreHealth
winget install --id Microsoft.WindowsStore+
No package found matching input criteria.
- I have tried all the restore points that where on the system at the time and none resolved the issue.
Nothing seems to have worked. Please advise?
Regards
Hendrik
******* This has now been resolved with help from Ramesh, Thank You Ramesh.