How to reinstall Microsoft Store

ryosk25
456
Reputation points
Since I manage Windows 10 and do not use Microsoft Store applications in my business, I deleted them all with the following command.
Get-AppxPackage | findstr PackageFullName
Remove-AppxPackage -Package "XXXXXXX"
Get-ProvisionedAppPackage -Online | findstr PackageName
Remove-ProvisionedAppxPackage -Online -PackageName "XXXXXXXX"
However, since the end user requested to use the store application, I would like to reinstall it.
Could you please tell me how to reinstall the applications available from the Microsoft Store or Microsoft Store?
Thank you.
1 vote
Where is the Dashboard?
just know that i love u, stayed up all night to fix it but nothing worked but ur method worked in secondssssssssssss
Here is what helped me, where nothing else worked: (Basically Close Minecraft launcher > open Xbox Game Bar (press Windows and type that app name, then open it), in Settings > Accounts I have signed out, then reopened Minecraft):
level 1
Ellie_May666
·5 mo. ago
Hey I got this code and how I fixed it was by : 1-removing the account from my login.
2-going to xbox log in and logging in there.
3-making sure every thing was up to date there.
4- closing and Re opening minecraft.
5- logging in.
This worked for me I hope it works for you.
https://www.reddit.com/r/Minecraft/comments/wc6scp/error_code_unknown_code_deep_ocean/
Here is what helped me, where nothing else worked: (Basically Close Minecraft launcher > open Xbox Game Bar (press Windows and type that app name, then open it), in Settings > Accounts I have signed out, then reopened Minecraft):
level 1
Ellie_May666
·5 mo. ago
Hey I got this code and how I fixed it was by : 1-removing the account from my login.
2-going to xbox log in and logging in there.
3-making sure every thing was up to date there.
4- closing and Re opening minecraft.
5- logging in.
This worked for me I hope it works for you.
https://www.reddit.com/r/Minecraft/comments/wc6scp/error_code_unknown_code_deep_ocean/
I reinstalled Windows 10 and when I started with the device Microsoft Store was missing. Trying to find and reinstall Microsoft Store was a mission. The Xbox method worked like a charm after numerous trial and errors
Sign in to comment
4 answers
Sort by: Newest
Hi everyone. I FOUND A SOLUTION THAT ACTUALLY WORKS:
Even though my windows microsoft store app was completely missing, my "Xbox" app was still available. Simply launch the xbox app and follow the steps until you get to the dashboard. Once in the dashboard, you'll see any number of yellow notices stating that you're system is missing the following applications in order to run/function properly. And right next to each item, it has an install button. YES THIS INCLUDES THE WINDOWS STORE! Worked perfectly for me.
YOU'RE WELCOME!
This works. Download the Xbox app here in case you uninstalled both the store and the Xbox app like I did. Then once the Xbox app is launched, at the bottom, it prompts you to reinstall features. From there you can select the Microsoft Store and other items to reinstall.
Xbox Link:
[https://www.xbox.com/en-US/apps/xbox-app-for-pc
Just so you know how grateful i am, this is the first time EVER i comment on anything here! Not even my companie's tech support found a way to do this, maybe it's time to hire other people... Worked perfectly, done in seconds! Thank you sir! Life saver! There should be a prize here for people like you!
Wish you the best!
For those who posted the Xbox idea … THANK YOU! THANK YOU!! I have never posted anything in a forum but I had to thank someone. Powershell did nothing except create more frustration. The Xbox idea worked in minutes!
ForTheBroken wins the interwebs today. Thanks so much! It worked!
Sign in to comment
Hello,
I believe once you completely uninstall Store app, then you can't reinstall it via PowerShell.
You need to perform repair upgrade to get Store app back:
https://www.kapilarya.com/how-to-repair-windows-10-using-in-place-upgrade
Let me know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.
@Kapil Arya
thank you for your answer.
I also tried a repair upgrade,
It cannot be processed due to an error.
Do you know the solution to this error?
I would be grateful if you could help me.
Sign in to comment
Hi Rkppt-4902,
You should be able to reinstall the store by following these steps:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Method 2. repair Windows Store and update components
Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))
Copy each line of command to Powershell then press enter (one line at a time)
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
-Once done restart the device and check
If none will work from the above solution I suggest to do an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.
Note: before doing this make sure to create a restore point: https://support.microsoft.com/en-hk/help/402753...
Reference: https://www.microsoft.com/en-us/software-downlo...
Note: if you receive error: “This Pc can’t be upgrade, follow the steps below”
Method 1. Go to C:\$WINDOWS.~BT\Sources\Panther then delete the file name compatscancache.dat
Then try again or reboot the PC first then try again.
You might not see the folder as it is hidden, make sure to show hidden files first.
--If the reply is helpful, please Upvote and Accept as answer--
@Limitless Technology
thank you for your answer.
The store was not available in either step.
I don't want to upgrade, so I haven't done it yet.
Is there any other way?
Sign in to comment
Try run the following command:
Try run the following in the Command prompt:
wsreset.exe
@Reza-Ameri
thank you for your answer.
![212265-cap.png][1]
I ran the command, but it's as shown on the screen.
The store has not been reinstalled yet.
Is there anything else you can do?
Sign in to comment
Activity