Microsoft Store app: "we need to update Microsoft Store."

cshirley101675

New Member
Messages
14
Reaction score
0
I have performed a clean (fresh) install of Windows 10. After I logon, I am getting the following message prompting me to update the Microsoft Store application.

View attachment 12520

Is there anyway I can automate this with some command line script and add to NTLite when building my custom image?
 
There's a PowerShell script for downloading current versions of all Windows Apps, including their dependency packages. You can add those Appx package files under the Updates page.

PowerShell GUI for Downloading Microsoft Store Apps - W10_11StoreApps.ps1

I would imagine the real reason you're seeing this Error message is your firewall is blocking Windows Update from connecting, or some WU services have been disabled or removed. Because even an outdated Store App should be able to browse right out of the box.
 
There's a PowerShell script for downloading current versions of all Windows Apps, including their dependency packages. You can add those Appx package files under the Updates page.

PowerShell GUI for Downloading Microsoft Store Apps - W10_11StoreApps.ps1

I would imagine the real reason you're seeing this Error message is your firewall is blocking Windows Update from connecting, or some WU services have been disabled or removed. Because even an outdated Store App should be able to browse right out of the box.
Windows store has been unstable as well as a heads up with the last update. Netflix downloads then get removed after restart. Not sure if that is also a problem for new installs but throwing it out there.

And this is the first time I had problems with store as a heads up
 
Back
Top