【Windows】无法安装以下功能:.NET Framework 3.5(包括 .NET 2.0 和 3.0)
问题描述← Windows功能无法安装以下功能:.NET Framework 3.5(包括 .NET 2.0 和 3.0)无法完成更改。请重新启动你的计算机,然后再试一次。错误代码:0x8024402C有关如何解决此问题的信息关闭← Windows FeaturesThe following feature couldn’t ...
·
问题描述
← 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
Close
解决方案一、在线安装
在线安装,需要在联网的情况下进行,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
解决方案二、下载.NET Framework 3.5 本地安装
.NET Framework 3.5
解决方案三、重装系统
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献22条内容
所有评论(0)