Win10安装失败0x8007042b怎么办?错误码0x8007042b解决方法

更新日期:2023-06-12

来源:系统之家

  Win10安装失败0x8007042b怎么解决?最近有用户反馈在安装系统时,出现安装失败并且提示错误代码0x8007042B,这可能由于文件系统、应用程序或驱动程序问题导致。为了解决这个问题,下面小编带来了几种解决方法,感兴趣的话一起来看看吧。

  方法一

  1、卸载设备中的第三方杀毒、管家、优化软件。

  2、同时按【Windows 徽标键+R】,输入 【msconfig】,按回车(Enter)。

Win10安装失败0x8007042b怎么办?错误码0x8007042b解决方法

  3、点击 【服务】》【隐藏所有 Microsoft 服务】》【全部禁用】(若您启用了指纹识别功能,请不要关闭相关服务)。

Win10安装失败0x8007042b怎么办?错误码0x8007042b解决方法

  4、启动【任务管理器】,点击 【启动】 选项卡,将所有启动项都禁用。

  5、重启设备。

  方法二

  1、首先按下快捷键“ctrl+alt+del”打开任务管理器。

Win10安装失败0x8007042b怎么办?错误码0x8007042b解决方法

  2、然后找到其中的恶意程序,右击选择“结束任务”。

Win10安装失败0x8007042b怎么办?错误码0x8007042b解决方法

  3、然后再次尝试win10系统的更新即可。

  方法三

  1、请把下面代码保存为【Repair.bat】。

  2、右键点击【以管理员身份运行】。

  3、重启机器,看看效果。

  4、在【服务】里,尝试启动 Windows 防火墙。

  sc config MpsSvc start= auto

  sc config KeyIso start= auto

  sc config BFE start= auto

  sc config FwcAgent start= auto

  net stop MpsSvc

  net start MpsSvc

  net stop KeyIso

  net start KeyIso

  net start Wlansvc

  net start dot3svc

  net start EapHostnet

  net stop BFE

  net start BFE

  net start PolicyAgent

  net start MpsSvc

  net start IKEEXT

  net start DcaSvcnet

  net stop FwcAgent

  net start FwcAgent