本文介绍在Windows Server实例中,安装IIS服务时如何指定备用源路径。
此处示范版本为Windows Server 2012 R2,该版本自带IIS 8.0 Web服务。
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
http://127.0.0.1
。