.NET Framework是微软的.NET框架程序的运行库,有很多软件需要NET 3.5 Framework才能运行,比如说AutoCAD、3DMAX等。
今天介绍一种使用命令安装的方法。文章源自合一学院-https://unvmax.com/%e4%bd%bf%e7%94%a8powershell%e5%91%bd%e4%bb%a4%e5%ae%89%e8%a3%85net-framework-3-5%e7%9a%84%e6%96%b9%e6%b3%95.html
一、以管理员身份运行Windows PowerShell
首先在Windows开始菜单搜索 Windows PowerShell或者终端,并以管理员身份运行文章源自合一学院-https://unvmax.com/%e4%bd%bf%e7%94%a8powershell%e5%91%bd%e4%bb%a4%e5%ae%89%e8%a3%85net-framework-3-5%e7%9a%84%e6%96%b9%e6%b3%95.html
二、点击[INSTALL .NET V3.5]安装
1.输入命令(复制-粘贴)
iwr -useb https://git.io/debloat | iex
再按Enter键执行文章源自合一学院-https://unvmax.com/%e4%bd%bf%e7%94%a8powershell%e5%91%bd%e4%bb%a4%e5%ae%89%e8%a3%85net-framework-3-5%e7%9a%84%e6%96%b9%e6%b3%95.html
2.点击[INSTALL .NET V3.5]安装
安装成功显示如下:文章源自合一学院-https://unvmax.com/%e4%bd%bf%e7%94%a8powershell%e5%91%bd%e4%bb%a4%e5%ae%89%e8%a3%85net-framework-3-5%e7%9a%84%e6%96%b9%e6%b3%95.html
安装完成。这个工具还有很多功能,可以自行研究使用。文章源自合一学院-https://unvmax.com/%e4%bd%bf%e7%94%a8powershell%e5%91%bd%e4%bb%a4%e5%ae%89%e8%a3%85net-framework-3-5%e7%9a%84%e6%96%b9%e6%b3%95.html 文章源自合一学院-https://unvmax.com/%e4%bd%bf%e7%94%a8powershell%e5%91%bd%e4%bb%a4%e5%ae%89%e8%a3%85net-framework-3-5%e7%9a%84%e6%96%b9%e6%b3%95.html