Как переустановить microsoft store windows 10
Перейти к содержимому

Как переустановить microsoft store windows 10

  • автор:

How to reinstall Microsoft Store

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?

Windows 10
A Microsoft operating system that runs on personal computers and tablets.
9,896 questions
Sign in to follow
Windows 10 Setup

Windows 10: A Microsoft operating system that runs on personal computers and tablets. Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.

1,869 questions
Sign in to follow
13 comments Hide comments for this question Report a concern
I have the same question 6 votes
ForTheBroken 201 Reputation points
2022-12-22T20:13:11.903+00:00

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!

28 votes Report a concern
Proton 6 Reputation points
2022-12-29T17:37:54.327+00:00
Where is the Dashboard?
0 votes Report a concern
lex 1 Reputation point
2023-01-06T18:45:36.127+00:00

just know that i love u, stayed up all night to fix it but nothing worked but ur method worked in secondssssssssssss

0 votes Report a concern
PawelSandra 1 Reputation point
2023-01-07T10:07:57.203+00:00

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/

0 votes Report a concern
PawelSandra 1 Reputation point
2023-01-07T10:08:15.517+00:00

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/

0 votes Report a concern
Molefe Mkhwanazi 0 Reputation points
2023-02-17T09:56:45.38+00:00

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

0 votes Report a concern
Reiff Lorenz 111 Reputation points
2023-02-21T13:27:47.08+00:00

If you’ve tried the above fixes and it doesn’t work, you might not have the proper Windows Store (aka Microsoft Store) re-installation components on your local computer. This will re-download the Windows Store components and install them. Run this in an administrator PowerShell session:

winget install 9WZDNCRFJBMP 

I hope this helps.
0 votes Report a concern
Nathan Alvarado 0 Reputation points
2023-04-23T22:08:09.4666667+00:00

just got a new pc and windows 11, go to xbox, then go to settings, theres a notice at the bottom with all the apps you need to download. cheers.

0 votes Report a concern
CATAPRETA Sergio 0 Reputation points
2023-05-06T00:26:53.16+00:00
Go to Apps & Features, search for Microsoft Store, go for Advanced Options, click on Repair or Reset
0 votes Report a concern
Marianne Valk 0 Reputation points
2023-09-02T22:49:24.99+00:00
This works!! Thank you so much!
0 votes Report a concern
PREET KAWAL 0 Reputation points
2023-09-28T03:24:06.74+00:00
download xbox app first if you cant find it. This really works. Thanks to @ForTheBroken
0 votes Report a concern

El Gato 0 Reputation points
2023-11-29T21:48:17.01+00:00

i am on the first version of windows 10 and i am trying to install minecraft edu but it is not launching

0 votes Report a concern
Dennis Willoughby 0 Reputation points
2023-11-30T07:38:04.76+00:00
I keep getting errr 000000 is every time I try to go to Microsoft store and update
0 votes Report a concern
Show 8 more comments

9 answers

Sort by: Most helpful
Most helpful Newest Oldest
PauloT-1943 10 Reputation points
2023-10-16T23:19:41.18+00:00

For anyone looking for a resolution in the future that doesn’t lead them in circles here is how I repaired this with the appx package for the MS Store. I found https://github.com/kkkgo/LTSC-Add-MicrosoftStore which has the .appxbundle file that is saved in gitbut for those that want to install the MS Store on PCs running Windows 10 LTSC edition. This installer works with all versions of Windows 10 as it is just a generic MS Store installer package. Run the following as admin in Powershell to remove the currently installed apps. You don’t have to remove all of these if some of them are still working but if you are here I doubt any of them are still working. (I was able to fix the MS Store with these but the Xbox Identity Provider package still failed to install, but that is probably only because I am missing other components for it. This doesn’t really matter to me since I was repairing a company PC that does not need that app.) Get-AppxPackage -Name «Microsoft.WindowsStore» | Remove-AppxPackage
Get-AppxPackage -Name «Microsoft.DesktopAppInstaller» | Remove-AppxPackage
Get-AppxPackage -Name «Microsoft.StorePurchaseApp» | Remove-AppxPackage
Get-AppxPackage -Name «Microsoft.XboxIdentityProvider» | Remove-AppxPackage Download and extract the LTSC-Add-MicrosoftStore-2019 folder from https://github.com/kkkgo/LTSC-Add-MicrosoftStore/archive/refs/tags/2019.zip. With any possibly corrupted remnants of the MS Store components removed, you can now reinstall everything. Run the «add-store.cmd» file in the «LTSC-Add-MicrosoftStore-2019» folder as administrator.
MS Store reinstalled.
Run any updates in the MS Store to get it upgraded to the latest version.

1 comment Show comments for this answer Report a concern
Benji Swan 5 Reputation points
2023-10-20T18:26:24.0933333+00:00

I’ve gone through maybe every method possible for a couple of months without ANY of them working to reinstall the store (Not for any particular reason, I just wanted the store to work again). This method worked perfectly, and I’m so glad it did. Thanks so much, dude!

1 vote Report a concern

Kapil Arya 7,316 Reputation points • MVP
2022-06-17T14:56:18.247+00:00

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.

1 comment Show comments for this answer Report a concern
ryosk25 516 Reputation points
2022-06-23T05:55:52.573+00:00

214084-cap0623.png

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

0 votes Report a concern
Fernanda Martinez Garcia 0 Reputation points
2023-09-06T21:24:36.0633333+00:00

i don understanddd it ask for some adiman user and password idk what to put pls help me i want to play minecraft

Как переустановить Microsoft Store / Восстановление Windows Store в Windows 10

Иконка канала Как Сделать Легко и Просто

«Как переустановить Microsoft Store Windows 10» и настройка Windows 10 станет для Вас понятней. В этом видео, я покажу два способа, как восстановить Windows Store. В первом способе мы сбросим все настройки магазина приложений Microsoft Store, а во втором способе мы полностью переустановим магазин приложений Microsoft Store c помощью приложения PowerShell. �� Тут я покупаю комплектующие для ПК и не только по промо цене! �� �� https://ya.cc/m/eJkTP2y �� ⚠ Как восстановить Магазин Windows в Windows 10 с помощью PowerShell Запусти приложение PowerShell от имени администратора. Нажмите Пуск, введите Powershell. В результатах поиска щелкните правой кнопкой мыши «PowerShell» и выберите «Запуск от имени администратора» В PowerShell введите следующую команду и нажмите ENTER (команда переустанавливает приложение Microsoft Store) Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach Если вы хотите переустановить или восстановить все встроенные приложения Windows 10 (включая Microsoft Store), используйте эту команду: Get-AppXPackage -allusers | Foreach Смотри другие уроки по Настройке и Оптимизации Windows 10 https://bit.ly/windowslessons Будь в тренде! Подпишись https://bit.ly/subfastpc и нажми на колокольчик, чтобы быть в курсе выхода нового видео! ⚠ Каждый подписчик вносит вклад в развитие канала! #windows10 #microsoftstore #урок #PROКомпьютер

Показать больше

Войдите , чтобы оставлять комментарии

How to reinstall Microsoft Store

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?

Windows 10
A Microsoft operating system that runs on personal computers and tablets.
9,896 questions
Sign in to follow
Windows 10 Setup

Windows 10: A Microsoft operating system that runs on personal computers and tablets. Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.

1,869 questions
Sign in to follow
13 comments Hide comments for this question Report a concern
I have the same question 6 votes
ForTheBroken 201 Reputation points
2022-12-22T20:13:11.903+00:00

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!

28 votes Report a concern
Proton 6 Reputation points
2022-12-29T17:37:54.327+00:00
Where is the Dashboard?
0 votes Report a concern
lex 1 Reputation point
2023-01-06T18:45:36.127+00:00

just know that i love u, stayed up all night to fix it but nothing worked but ur method worked in secondssssssssssss

0 votes Report a concern
PawelSandra 1 Reputation point
2023-01-07T10:07:57.203+00:00

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/

0 votes Report a concern
PawelSandra 1 Reputation point
2023-01-07T10:08:15.517+00:00

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/

0 votes Report a concern
Molefe Mkhwanazi 0 Reputation points
2023-02-17T09:56:45.38+00:00

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

0 votes Report a concern
Reiff Lorenz 111 Reputation points
2023-02-21T13:27:47.08+00:00

If you’ve tried the above fixes and it doesn’t work, you might not have the proper Windows Store (aka Microsoft Store) re-installation components on your local computer. This will re-download the Windows Store components and install them. Run this in an administrator PowerShell session:

winget install 9WZDNCRFJBMP 

I hope this helps.
0 votes Report a concern
Nathan Alvarado 0 Reputation points
2023-04-23T22:08:09.4666667+00:00

just got a new pc and windows 11, go to xbox, then go to settings, theres a notice at the bottom with all the apps you need to download. cheers.

0 votes Report a concern
CATAPRETA Sergio 0 Reputation points
2023-05-06T00:26:53.16+00:00
Go to Apps & Features, search for Microsoft Store, go for Advanced Options, click on Repair or Reset
0 votes Report a concern
Marianne Valk 0 Reputation points
2023-09-02T22:49:24.99+00:00
This works!! Thank you so much!
0 votes Report a concern
PREET KAWAL 0 Reputation points
2023-09-28T03:24:06.74+00:00
download xbox app first if you cant find it. This really works. Thanks to @ForTheBroken
0 votes Report a concern

El Gato 0 Reputation points
2023-11-29T21:48:17.01+00:00

i am on the first version of windows 10 and i am trying to install minecraft edu but it is not launching

0 votes Report a concern
Dennis Willoughby 0 Reputation points
2023-11-30T07:38:04.76+00:00
I keep getting errr 000000 is every time I try to go to Microsoft store and update
0 votes Report a concern
Show 8 more comments

9 answers

Sort by: Most helpful
Most helpful Newest Oldest
ForTheBroken 201 Reputation points
2022-12-22T20:13:28.713+00:00

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!

12 comments Show comments for this answer Report a concern
Jonathan Domian 5 Reputation points
2023-01-21T17:01:58.2466667+00:00

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

1 vote Report a concern
Ginho 5 Reputation points
2023-01-25T09:41:31.6133333+00:00

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!

1 vote Report a concern
Karen J 5 Reputation points
2023-02-05T03:04:36.08+00:00

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!

1 vote Report a concern
Jeremy Holmes 0 Reputation points
2023-02-11T00:51:54.6266667+00:00
ForTheBroken wins the interwebs today. Thanks so much! It worked!
0 votes Report a concern
Keith Webber 0 Reputation points
2023-04-24T16:29:55.11+00:00
I don’t have the xbox app either
0 votes Report a concern
Trung Nguyen 0 Reputation points
2023-05-09T04:22:25.6233333+00:00

Yes, thank ForTheBroken. It actually works. For those don’t have xbox app, just download it from it’s website. After login, you will see a green line which ask you to update missing application at the bottom of the app. Click install then everything is solved!

0 votes Report a concern
s1r1us 0 Reputation points
2023-07-03T23:04:48.08+00:00

I worked, thanks! For those who cannot find it. Click your profile icon (top left corner)/Settings/General

0 votes Report a concern

Chris 0 Reputation points
2023-07-22T23:16:57.3066667+00:00
that cool i will do that next time
0 votes Report a concern
Qwerty 0 Reputation points
2023-07-30T09:07:33.77+00:00

i just want to add, if you dont have the Xbox app, you can download it without the microsoft store here: https://www.xbox.com/en-AU/apps/xbox-app-for-pc

0 votes Report a concern
Jer Schultz 5 Reputation points
2023-09-06T18:46:24.6266667+00:00

This worked for me. Literal months trying to fix this after a Windows update borked my PC. Thank you!!

1 vote Report a concern
Bakkes 0 Reputation points
2023-10-01T20:05:14.69+00:00

@ForTheBroken I Did just open xbox app ,then it said it needed a update and boom MS store is back to normal was last step after everything googled and tried ( Can update apps and download new ones again )

0 votes Report a concern
Scide 0 Reputation points
2023-12-26T14:23:41.3033333+00:00

Man, I’d kiss u right now, I’ve been struggling for over 2 hours to get Microsoft store reinstalled and didn’t find any solution until now. Thank you so much

0 votes Report a concern
Show 7 more comments

Limitless Technology 38,991 Reputation points
2022-06-16T15:25:30.003+00:00

  1. Go to settings> Update and Security> troubleshoot > Additional troubleshooter> Then click Windows Store apps
  2. Temporarily Disable the Anti-virus (If you have third party anti viru)
  3. Run Powershell
  4. On Powershell(admin), copy and paste the command below:

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…

  1. go to this link: https://www.microsoft.com/en-us/software-downlo…
  2. Select Download tool, and select Run. You need to be an administrator to run this tool.
  3. On the License terms page, if you accept the license terms, select Accept.
  4. On the What do you want to do? page, select Upgrade this PC now, and then select Next.
  5. After downloading and installing, it should fix the issue.

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—

Не запускается магазин Windows 10 Microsoft Store — как переустановить магазин Виндоус 10

Иконка канала Сделай Сам для Гармонии

Не работает магазин Microsoft Store Windows 10 2021 – Как переустановить магазин. 1. Поиск (Правой кнопкой мыши – Поиск – Показать) – Windows PowerShell – Правой кнопкой мыши – Запуск от имени администратора. 2. Введите: get-appxpackage –allusers 3. Найти в списке Name: Microsoft.WindowsStore. 4. Скопируйте после PackageFullName с помощью Ctrl + C в текстовый документ (К примеру, Microsoft.WindowsStore_12011.1001.1.0_x64__8wekyb3d8bbwe) 5. Введите в PowerShell: remove-appxpackage И то, что скопировали после пробела (К примеру, remove-appxpackage Microsoft.WindowsStore_12011.1001.1.0_x64__8wekyb3d8bbwe). 6. Сохранить текстовый документ – ещё понадобиться. 7. Перезагрузите компьютер после удаления. 8. Поиск – Windows PowerShell – Правой кнопкой мыши – Запуск от имени администратора. 9. Введите: Add-AppxPackage -register «C:\Program Files\WindowsApps\ВСТАВИТЬ СВОЁ НАЗВАНИЕ. \AppxManifest.xml» -DisableDevelopmentMode Далее отключаем автозагрузки: Поиск: Конфигурация системы – Службы – Не отображать службы Microsoft – Отключить все. Диспетчер задач (Ctrl + Alt + Del) – Автозагрузка – Выключить все. Перезагрузить компьютер. Запускаем Microsoft Store После загрузки приложения из Магазина лучше все автозагрузки включить обратно.

Показать больше

Войдите , чтобы оставлять комментарии

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *