diff --git a/SanPinPLM/报错处理/无法安装.NET Framework 3.5.md b/SanPinPLM/报错处理/无法安装.NET Framework 3.5.md index 16c00ea4..26e255b0 100644 --- a/SanPinPLM/报错处理/无法安装.NET Framework 3.5.md +++ b/SanPinPLM/报错处理/无法安装.NET Framework 3.5.md @@ -24,6 +24,12 @@ winver 将源文件解压放入到C盘根目录下 -可通过 +可通过 **服务器管理器** 进行安装,选择 **指定备用源路径** 安装(备用源写 `C:\sxs`) ![](assets/Pasted%20image%2020250531110803.png) + +或者使用 `Win+R` 输入 `cmd` 打开命令行窗口 + +```powershell +DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"C:\sxs" +``` \ No newline at end of file