1. 程式人生 > >windows2012R2 無系統盤 安裝netframe3.5 (需連公網)

windows2012R2 無系統盤 安裝netframe3.5 (需連公網)

value 運行 feature mic upd ram 外網 rop art

打開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 (需連公網)