Windows 安裝.net2.0/3.0
將下列代碼拷到本地bat檔案中(bat檔案和sxs檔案夾同級),下載適用的.net安裝包版本后放置到sxs檔案夾,用管理員權限執行bat檔案即可,
@echo off pushd %~dp0 IF NOT EXIST D:\sources\sxs MD D:\sources\sxs echo .....Begin To Copy Files..... xcopy ".\sxs" "D:\sources\sxs\" /E/Y echo .....Finished Copy Files..... dism /online /Enable-Feature /all /FeatureName:NetFx3 /Source:D:\sources\sxs /LimitAccess @ECHO ON pause
.net2.0/3.0安裝包下載(下載后解壓到sxs檔案夾中)
widows 1909前版本 適用.net2.0/3.0
下載
Windows1909 適用.net2.0/3.0
下載
Windows2010R2 適用 .net2.0/3.0
下載
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/53307.html
標籤:其他
上一篇:[Abp vNext 原始碼分析] - 14. EntityFramework Core 的集成
下一篇:Quartus編譯出錯
