天天看點

【Windows】無法安裝以下功能:.NET Framework 3.5(包括 .NET 2.0 和 3.0)問題描述  解決方案一、線上安裝 解決方案二、下載下傳.NET Framework 3.5 本地安裝 .NET Framework 3.5解決方案三、重裝系統

問題描述 

【Windows】無法安裝以下功能:.NET Framework 3.5(包括 .NET 2.0 和 3.0)問題描述  解決方案一、線上安裝 解決方案二、下載下傳.NET Framework 3.5 本地安裝 .NET Framework 3.5解決方案三、重裝系統
【Windows】無法安裝以下功能:.NET Framework 3.5(包括 .NET 2.0 和 3.0)問題描述  解決方案一、線上安裝 解決方案二、下載下傳.NET Framework 3.5 本地安裝 .NET Framework 3.5解決方案三、重裝系統
← 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

解決方案三、重裝系統

繼續閱讀