码迷,mamicode.com
首页 > Windows程序 > 详细

windows2012R2 无系统盘 安装netframe3.5 (需连公网)

时间:2018-08-16 11:21:42      阅读:838      评论:0      收藏:0      [点我收藏+]

标签:set   value   系统   rsh   server   user   ros   res   work   

打开powershell 右键选择用管理员身份运行:

粘贴如下代码:

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

将连接外网安装netframe3.5

windows2012R2 无系统盘 安装netframe3.5 (需连公网)

标签:set   value   系统   rsh   server   user   ros   res   work   

原文地址:http://blog.51cto.com/jameslee/2160608

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!