当前第2页 返回上一页
执行以下命令。
1 2 3 4 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
|
回到安装界面单击安装。

提示安装成功后关闭安装引导,测试访问,如本示例中的 http://127.0.0.1。

以上就是如何在 Windows Server 安装 IIS 服务时指定备用源路径的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
for Linux是什么意思
Linux cd是什么意思?
Linux中xargs的用法详解
Linux系统安装后无法启动
关于ssd云盘常见问题和 i/o优化问题
Linux能用来干什么?
Linux查找文件命令有哪些
Linux最小化安装方法教程
Linux中的scp命令怎么用?(用法详解)
Linux如何设置环境变量
更多相关阅读请进入《Linux》频道 >>
转载请注明出处:木庄网络博客 » 如何在 Windows Server 安装 IIS 服务时指定备用源路径