方法1. 通过服务管理器安装操作系统原镜像文件
准备windows系统镜像文件,解压windows server.iso文件到 D:\WindowsOS
在服务器管理器上添加.NET Framework 3.5
然后再确认页面选择【备用源路径】
路径地址为ISO的解压目录下的sxs目录 ,如 D:\WindowsOS\sources\sxs
方法2. dism.exe 工具安装操作系统原镜像文件
准备windows系统镜像文件,解压windows server.iso文件到 D:\WindowsOS,Windows PowerShell 管理员身份运行下面的命令
dism.exe /online /enable-feature /featurename:netfx3 /Source:D:\WindowsOS\sources\sxs
方法3.安装 netfx3.cab文件
dism.exe /online /add-package /packagepath:D:\netfx3.cab