【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C

问题描述 

Windows功能

无法安装以下功能:
.NET Framework 3.5(包括 .NET 2.0 和 3.0)

无法完成更改。请重新启动你的计算机,然后再试一次。
错误代码:0x8024402C

有关如何解决此问题的信息
Windows Features 

The following feature couldn’t be installed:
.NET Framework 3.5 (includes .NET 2.0 and 3.0)

The changes couldn’t be completed. Please reboot your computer and try again.
Error code: 0x8024402C

Tell me how to solve this problem

【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C_第1张图片

 

【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C_第2张图片

 解决方案

方案一、使用在线安装 - 批处理在线安装

a)创建framefx.cmd  

@echo off 
Title .NET Framework 3.5 Offline Installer 
for %%I in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%%I:\\sources\install.wim" set setupdrv=%%I 
if defined setupdrv ( 
echo Found drive %setupdrv% 
echo Installing .NET Framework 3.5... 
Dism /online /enable-feature /featurename:NetFX3 /All /Source:%setupdrv%:\sources\sxs /LimitAccess 
echo. 
echo .NET Framework 3.5 should be installed 
echo. 
) else ( 
echo No installation media found! 
echo Insert DVD or USB flash drive and run this file once again. 
echo. 
) 
pause 

方案二、使用Windows Update 服务更新下载

  1. 【运行】界面输入“control”,然后点击确定;
  2. 【所有控制面板项】界面点击“程序和功能
  3. 【程序和功能】界面点击“启用或关闭 Windows 功能”;
  4. 【Windows 功能】界面勾选“ .NET Framework3.5 包括( .NET 2.0 和 3.0 )”,然后点击“确定”;
  5. 【Windows 功能】界面,在“Windows Update” 服务正常运行且联网的情况下,点击“→让Windows 更新为你下载文件”...等待完成,点击“立即重新启动(N)”。

 

 

【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C_第3张图片

【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C_第4张图片

【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C_第5张图片

 

【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C_第6张图片

【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C_第7张图片

【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C_第8张图片

【Windows】无法完成更改。请重新启动你的计算机,然后再试一次。0x8024402C_第9张图片

方案三、重装系统 

 

 

 

你可能感兴趣的:(系统应用)