系统相关
首页 > 系统相关> > powershell安装.net3.5

powershell安装.net3.5

作者:互联网

Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 0
Restart-Service -Name wuauserv
Install-WindowsFeature Net-Framework-Core
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name UseWUServer -Value 1
Restart-Service -Name wuauserv

标签:net3.5,Name,Service,UseWUServer,HKLM,Path,ItemProperty,安装,powershell
来源: https://www.cnblogs.com/Anthony518/p/12016598.html