2024年5月14日发(作者:)

关于 Windows8 Windows Update 80246008/0x80246008 错误的解决方

关于 Windows8 应用商店下载0x 80246008/0x80246008 错误的解决方案

该问题是由于Background Intelligent Transfer

Server服务项没有开启造成的。解决办法:

第一步:windows键 + R,打开“运行”,输入

。查看Background Intelligent

Transfer Server服务项是否开启。

第二步:如果没有开启,请手动开启。如果手动开

启提示如下图的错误,是由于注册表中没有

EventSystem项,我们可以手动加入。查看时候有

EventSystem项的方法是windows键 + R,输入

regedit,查看是否有

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservices

如果没有,请按照第三步手动加入。

第三步:打开记事本,把下面没用保存进去,重命

名为。注意后缀名为reg。

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesEventSystem]

"DisplayName"="@,-2450"

"ErrorControl"=dword:00000001

"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,

74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,

00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,

6b,00,20,00,4c,00,6f,00,63,00,61,00,6c,00,53,00,65,00,72,00,76,00,69,00,63,

00,65,00,00,00

"Start"=dword:00000003

"Type"=dword:00000020

"Description"="@,-2451"

"DependOnService"=hex(7):72,00,70,00,63,00,73,00,73,00,00,00,00,00

"ObjectName"="NT AUTHORITYLocalService"

"ServiceSidType"=dword:00000001

"RequiredPrivileges"=hex(7):53,00,65,00,43,00,68,00,61,00,6e,00,67,00,65,00,4e,

00,6f,00,74,00,69,00,66,00,79,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,

67,00,65,00,00,00,53,00,65,00,49,00,6d,00,70,00,65,00,72,00,73,00,6f,00,6e,

00,61,00,74,00,65,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,

00,00,00,00

"FailureActions"=hex:80,51,01,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,

00,01,00,00,00,e8,03,00,00,01,00,00,00,88,13,00,00,00,00,00,00,00,00,00,00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesEventSystemParam

"ServiceDllUnLoadOnStop"=dword:00000001

"ServiceDll"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,

00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,

65,00,73,00,2e,00,64,00,6c,00,6c,00,00,00

第四部:双击导入此注册表,然后重启电脑就可以

了。