win7通过wsus升级到win10总结

时间:2019-11-22 23:28:18   收藏:0   阅读:419
在wsus服务器,打开IIS,选择“wsus”服务,点击 mime type,修改或者添加".esd"

技术分享图片

Filename extension: .esd
Mime type: application/octet-stream

技术分享图片

需要升级的客户端导入注册表,也可以使用GPMC下发组策略导入

对于win7 客户端,需要允许OSupdate,注册表如下:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
"Refresh"=dword:00000001
"AllowOSUpgrade"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade\State]
"OSUpgradeState"=dword:00000001
"OSUpgradeStateTimeStamp"="2016-01-02 03:40:44"
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://172.20.156.34:8530"
"WUStatusServer"="http://172.20.156.34:8530"
"DisableOSUpgrade"=dword:00000000
"DeferUpgrade"=dword:00000000
"RequireDeferUpgrade"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000001
"UseWUServer"=dword:00000001

原文:https://blog.51cto.com/m51cto/2452572

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!