Windows store appxmanifest xml

How to repair Windows store App

Replies (4) 

Hi Keith, a lot of users are reporting problems with the Store app in version 1803!

Please try this:

Open the Windows Store

Click your User Icon and choose Sign out

Search for an App you want to download and click ‘Get’

Sign back into your Account

Can you now download that App?

Power to the Developer!

MSI GV72 — 17.3″, i7-8750H (Hex Core), 32GB DDR4, 4GB GeForce GTX 1050 Ti, 256GB NVMe M2, 2TB HDD

5 people found this reply helpful

Was this reply helpful?

Sorry this didn’t help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Not sure what steps you have already undertaken, hence steps might be repeated below.

Please try these options one by one and check after each option. (The first step usually solves the problem)

1. Open MS Store > Click on your profile picture on top right and sign-out. Then sign-in again.

2. Run Windows App Troubleshooter
Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter

3. Reset Windows Store through Command Prompt
Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer

4. Re-register All Store apps
Right click on Windows Start > Right click on Windows Powershell (Admin) > Copy the following from below and right click in Powrshell to paste ? Enter > Restart your computer
Get-AppXPackage -AllUsers | Foreach

5. Uninstall & Reinstall Store
Right click on Windows Start > Right click on Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter

Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer

Get-AppxPackage -allusers *WindowsStore* | Foreach

Let me know if you have any more question or require further help. If above didn’t work, I will supply more troubleshooting steps to solve this problem.

Best regards
Vijay A. Verma @ http://www.eforexcel.com/

Timezone: UTC+05:30, PST+12:30
Availability Hours (UTC) : 05:00 AM — 05:00 PM

7 people found this reply helpful

Was this reply helpful?

Sorry this didn’t help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Sumit
Volunteer Moderator- Microsoft Community

Mark the reply as helpful or answered to help others if your query is resolved

1 person found this reply helpful

Was this reply helpful?

Sorry this didn’t help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

First, try signing out of the Microsoft Store. Click your Profile picture at the top right, click your account then sign out.

Restart your computer, launch the Microsoft Store app, sign in again, then attempt downloading again.

Other things you can try.

Start by running the Windows Store Apps troubleshooter.

Open Start > Settings > Update & security > Troubleshoot
Scroll down to the bottom
Click Windows Store Apps

Click Run the troubleshooter

When complete try opening the Store again.

Also check if the Store works in another user account.

Press Windows key + R
Type: wsreset.exe
Hit Enter

Do this a couple times then try launching the Store again.

Читайте также:  Запуск командной строки при загрузке windows

Your Antivirus might be interfering with the Store, try disabling it ‘temporarily’ to see if it launches.

Check Windows Update and install the latest updates. Sometimes Microsoft releases infrastructure fixes for the Store through Windows Update.

You can also try resetting the store app using the following instructions:

Reinstall the Store:
Press Windows key + X
Click Windows PowerShell (Admin)
At the command prompt, type the following then hit Enter:

Get-AppXPackage *WindowsStore* -AllUsers | Foreach

If that does not work, try resetting the software distribution folder:
Before carrying out this procedure, disconnect from the Internet. That means turning off Wi-Fi and disconnecting from a wired connection. If you don’t, Windows 10 will indicate some files are in use and cannot be modified or the command will be non-responsive. Also, you should restart your computer after disconnecting from the Internet. The easiest way to do it is to enable Airplane mode from the Action Center — Windows key + A.

1. Open Start, type: CMD
Right click CMD
Click Run as administrator

Type each of the following then hit Enter

taskkill /F /FI «SERVICES eq wuauserv» (do this multiple times)
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
rmdir C:\Windows\SoftwareDistribution\DataStore
rmdir C:\Windows\SoftwareDistribution\Download

If that does not work.

1. Open Start, type: CMD
Right click CMD
Click Run as administrator

Type each of the following then hit Enter

Run these codes:
Net Stop bits
Net Stop wuauserv
Net Stop appidsvc
Net Stop cryptsvc
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
Net Start bits
Net Start wuauserv
Net Start appidsvc
Net Start cryptsvc
After running these commands, check if your issue is fixed.

When complete, hit Enter, then restart, then try updating again.

Хочу восстановить магазин

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

Get-AppXPackage -AllUsers | Foreach

Get-AppXPackage : Отказано в доступе.

Отказано в доступе.

строка:1 знак:1

+ CategoryInfo : NotSpecified: (:) [Get-AppxPackage], UnauthorizedAccessException

+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.Appx.PackageManager.Commands.GetA

ppxPackageCommand

Ответы (1) 

My name is Lester and hopefully, this will help answer your question, as per checking here you want to rebuild the Windows Store right? you may follow the steps below and hope that will fix the issue.

Method 1. Repair Windows Store:

1. Download the Windows Store App Troubleshooter. Link below.

http://aka.ms/solutionstoreapp
2. Temporarily Disable the Anti-virus
3. Run Powershell
4. On Powershell(admin), copy and paste the command below:

Method 2. repair Windows Store and update components

Open a notepad and copy the command below:

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
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
cd /d %windir%\system32

regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

— Then click save as and name it windows update.bat and Save as type= All files
— right click on Windows.bat then click run as admin.
-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.

Читайте также:  Microsoft create windows service

Note: before doing this make sure to create a restore point: https://support.microsoft.com/en-hk/help/402753.

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.

Let me know how does it goes and I hope that helps.

Восстановление Windows Store в Windows 10 после его удаления через PowerShell

Большинство владельцев стационарных компьютеров и ноутбуков удаляют стандартные современные приложения Windows 10 из-за их недостаточного функционала и неудобства работы с ними при помощи клавиатуры и мыши. В одной из предыдущих статей мы подробно описывали как удалить стандартные Modern приложения Windows 10. Однако как мы отмечали, при удалении магазина приложений Windows (Windows Store) восстановить его будет проблематично. А это значит, что не удастся установить привычным способом ни одного приложения из Windows Store.

В этой заметке мы покажем как в Windows 10 восстановить и переустановить приложение Windows Store, удаленное с помощью PowerShell. Дело в том, что система на самом деле не удаляет «системные» Modern приложения (на которые завязана система), а просто отменяет их регистрацию.

  1. Запустите консоль Powershell с правами администратора (в окне поиска наберите Powershell, щелкните по найденному приложению ПКМ и выберите пункт «Run as administrator«.
  2. Выведем список современных приложение, видимых в системе: Get-Appxpackage -Allusers
  3. В списке приложений найдите пакет с именем Microsoft.WindowsStore и скопируете в буфер обмена значение параметра PackageFamilyName (командная строка Window 10 теперь поддерживает команды копирования/ вставки Ctrl+V/Ctrl+C). В нашем случае это WindowsStore_8wekub3b8ddwe
  4. С помощью следующей команды заново зарегистрируем Windows Store в системе по данным в файле манифеста. В нашем случае команда выглядит так: Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekub3b8ddwe\AppxManifest.xml» -DisableDevelopmentMode

В результате приложение Store и его значок будут восстановлены.

Большое спасибо за пост про восстановление Windows Store, вы мне очень помогли.

Магазин заработал только есть проблемка небольшая — он теперь на английском.

Понял в чём дело — не ту папку указал (с языком US)

Как ты поменял язык, напиши подробнее, пожалуйста

PS C:\WINDOWS\system32> Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekyb3d8bbwe\App
xManifest.xml» -DisableDevelopmentMode
Add-AppxPackage : Не удается найти путь «C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekyb3d8bbwe\AppxManifest
.xml», так как он не существует.
строка:1 знак:1
+ Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.Win …
+

+ CategoryInfo : ObjectNotFound: (C:\Program File…ppxManifest.xml:String) [Add-AppxPackage], ItemNotFou
ndException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

У меня что-то не понимает такую команду:

строка:1 знак:104
+ … .21.25.0_x64__8wekyb3d8bbwe\AppxManifest.xml» -DisableDevelopmentMode
+

Непредвиденная лексема «-DisableDevelopmentMode» в выражении или операторе.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken

Руками проверьте наличие в каталоге C:\Program Files\WindowsApps папки с именем Microsoft.WindowsStore_…
Вероятно у вас была установлена более новая версия Store с другим ID в имени, поэтому имя каталога отличается. Если это так, вручную измените команду на соответствующую вашей системе

Подскажите, как восстановить Магазин, если в папке C:\Program Files\WindowsApps его нет? Перед этим были удалены все приложения через PowerShell

Нет в списке ничего со словом store когда ввожу Get-Appxpackage -Allusers

Такая же фигня. Запавершеллил всё начисто.

А что делать если удалила магазин через командную строку, и через Powershell не восстанавливает?

В общем такая вот проблема.
Не запускалось приложение. «Messaging». Прогуглил, с выполнил это
«PowerShell -ExecutionPolicy Unrestricted -Command «»

После этого, приложения Store, Calculator, People, и еще несколько пропали. И стали отображаться как @>Microsoft **** и.т.д. Естественно не запускаются. Удалил все metro приложения.
После, что-то копировал с другой копии windows. (WindowsApp)
Сейчас Store- отображется — но не запускается. Вылетает просто.

Что только не делал. Ничего не помогает.
Wsreset — Ошибка PurgeCaches (Не помогает)
Sfc (scannow) — Не помогло
c Dism (Множество вариантов испробовал). Ни один не помог. То ошибка Сбой развертывания с HRESULT: 0x80073CF9, Сбой установки. То еще что-то
Powershell — Get-Packages (Тоже множество вариантов) — ни один не помог

Читайте также:  Service control manager 7024 windows 10 как исправить

Поверх накат не вариант. Переустановка тоже.

Есть еще какие-нибудь варианты?

PS C:\Users\Роман> Add-AppxPackage -register»C:\Program Files\WindowsApps\Microsoft.WindowsStore_2015.23.23.0_x64__8wekyb3d8bbwe\AppxManifest.xml» -DisableDevelopmentMode

Командлет Add-AppxPackage в конвейере команд в позиции 1
Укажите значения для следующих параметров:
Register: (что здесь писать?)

а у меня вот такая беда…….можно как-то спасти положение.

Add-AppxPackage : Не удается найти позиционный параметр, принимающий аргумент «Files\WindowsApps\Microsoft.WindowsStore
_8wekyb3d8bbwe\App».
строка:1 знак:1
+ Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.Win …
+

+ CategoryInfo : InvalidArgument: (:) [Add-AppxPackage], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackag
eCommand

xManifest.xml» : Имя «xManifest.xml»» не распознано как имя командлета, функции, файла сценария или выполняемой програм
мы. Проверьте правильность написания имени, а также наличие и правильность пути, после чего повторите попытку.
строка:2 знак:1
+ xManifest.xml» -DisableDevelopmentMode
+

+ CategoryInfo : ObjectNotFound: (xManifest.xml»:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

У меня вот что,и удален не только один Win.Store. Помогите пожалуйста

PS C:\WINDOWS\system32> Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekyb3d8bbwe\App
xManifest.xml» -DisableDevelopmentMode
Add-AppxPackage : Не удается найти путь «C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekyb3d8bbwe\AppxManifest
.xml», так как он не существует.
строка:1 знак:1
+ Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.Win …
+

+ CategoryInfo : ObjectNotFound: (C:\Program File…ppxManifest.xml:String) [Add-AppxPackage], ItemNotFou
ndException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Сделал все как описано и у меня выдало — Add-AppxPackage : Не удается найти путь «C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekyb3d8bbwe\AppxManifest
.xml», так как он не существует. Что делать?

Попробуйте руками найти файл каталог с именем C:\Program Files\WindowsApps\Microsoft.WindowsStore_[чего-то-там], т.к. имя каталога C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekub3b8ddwe может содержать другой идентифкатор (выделен жирным). Поправьте в команде имя каталог, заменив его на ваш

Руками найти файл найти не получается, тк не удается войти в папку, стоит защита. Подскажите пожалуйста как ее снять и открыть папку?

вот что вылезает

PS C:\WINDOWS\system32> Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.WindowsStore_2015.25.24.0
Add-AppxPackage : Сбой развертывания с HRESULT: 0x80073CF6, Не удалось зарегистрировать пакет.
Merge Failure: ошибка: 0x80070003: не удается зарегистрировать пакет Microsoft.WindowsStore_2015.25.24.0_x64__8weky
les\WindowsApps\Microsoft.WindowsStore_2015.25.24.0_neutral_split.language-ru_8wekyb3d8bbwe\resources.pri
ПРИМЕЧАНИЕ. Чтобы получить дополнительные сведения, найдите [ActivityId] 39410791-64e6-0001-4380-4139e664d101 в жур
-64e6-0001-4380-4139e664d101.
строка:1 знак:1
+ Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.Win …
+

+ CategoryInfo : WriteError: (C:\Program File…ppxManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

у меня с фемили нейм не прошло, я попробывал с фулл неймом пошло но не восстановилось(

а у меня вот такая ошибка, что делать не знаю

Add-AppxPackage : Сбой развертывания с HRESULT: 0x80073CF9, Сбой установки. Обратитесь к поставщику программного обеспе
чения. (Исключение из HRESULT: 0x80073CF9)
Неопознанная ошибка
ПРИМЕЧАНИЕ. Чтобы получить дополнительные сведения, найдите [ActivityId] ba446e79-7b8d-0003-e6a2-44ba8d7bd101 в журнале
событий или введите в командной строке Get-AppxLog -ActivityID ba446e79-7b8d-0003-e6a2-44ba8d7bd101.
строка:1 знак:1
+ Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.Win …
+

+ CategoryInfo : WriteError: (C:\Program File…ppxManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Нет в общем списке ничего со словом store

у меня запрашивает пакет Microsoft.NET.Native.Framework.1.6:
Add-AppxPackage : Сбой развертывания с HRESULT: 0x80073CF3, Пакет не прошел проверку обновлений, зависимостей или конфликтов.
Windows не удается установить пакет Microsoft.WindowsStore_11711.1001.5.0_x64__8wekyb3d8bbwe, поскольку он зависит от платформы, которую не удается найти. Предоставьте платформу »
Microsoft.NET.Native.Framework.1.6″, опубликованную «CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US», с нейтральной архитектурой или архитектурой
процессора x64 и минимальной версией 1.6.24903.0 вместе с этим пакетом для установки. Платформы с именем «Microsoft.NET.Native.Framework.1.6″, установлен
Windows не удается установить пакет Microsoft.WindowsStore_11711.1001.5.0_x64__8wekyb3d8bbwe, поскольку он зависит от платформы, которую не удается найти. Предоставьте платформу »
Microsoft.NET.Native.Framework.1.6″, опубликованную «CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US», с нейтральной архитектурой или архитектурой
процессора x64 и минимальной версией 1.6.24903.0 вместе с этим пакетом для установки. Платформы с именем «Microsoft.NET.Native.Framework.1.6», установленные в настоящий момент: <
>
ПРИМЕЧАНИЕ. Чтобы получить дополнительные сведения, найдите [ActivityId] a3d8380a-7e53-0002-1d3d-d8a3537ed301 в журнале событий или введите в командной строке Get-AppxLog -Activit
yID a3d8380a-7e53-0002-1d3d-d8a3537ed301.
строка:1 знак:1
+ Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.Win …
+

+ CategoryInfo : WriteError: (C:\Program File…ppxManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Add-AppxPackage : Не удается найти путь «C:\Program Files\WindowsApps\Microsoft.WindowsStore_8wekyb3d8bbwe
>>> \AppxManifest.xml», так как он не существует.
строка:1 знак:1
+ Add-AppxPackage -register «C:\Program Files\WindowsApps\Microsoft.Win …
+

+ CategoryInfo : ObjectNotFound: (C:\Program File…ppxManifest.xml:String) [Add-AppxPackage], ItemNotFou
ndException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
через блокнот удалось открыть AppxManifest.xml, идентификатор одинаковый. Все мучения чтобы скачать 3d builder c cfqnf

если магазина нет,то его не восстановить НИКАК.только вместе с осью.

Оцените статью