Ошибка при установке приложения из магазина Windows 8

2454
Vishal

Я получаю эту ошибку при установке приложений, таких как Facebook, Skype и т. Д. Из магазина Windows 8 - «Ошибка при совершении покупки: 0 * 80070422». Брандмауэр был включен, как предлагают некоторые форумы, но эта ошибка все еще существует. Windows 8 была установлена ​​всего 2 дня назад.

0
Попробуйте запустить `% SystemRoot% \ system32 \ WSReset.exe` от имени администратора. kinokijuf 11 лет назад 0

2 ответа на вопрос

1
magicandre1981

The error message means you have disabled a required service:

C:\Users\André>err 0x80070422 # as an HRESULT: Severity: FAILURE (1), FACILITY_WIN32 (0x7), Code 0x422 # for hex 0x422 / decimal 1058 ERROR_SERVICE_DISABLED winerror.h # The service cannot be started, either because it is # disabled or because it has no enabled devices associated # with it. # 1 matches found for "0x80070422" 

Open the services MMC snapin and make sure that the Store Service (WSService) is running. Also look into the eventlog and "C:\Windows\Temp\winstore.log" for more details which service is not running.

-1
Arun VK

Nothing required. Go to services.msc and start Windows Update service. Try again.

If this fixes your issue, let me know.