标题: [注册表类] 请教关于指定intranet microsoft更新服务位置如何用bat写 [打印本页]
作者: slw507520 时间: 2022-4-11 11:21 标题: 请教关于指定intranet microsoft更新服务位置如何用bat写
目前遇到了瓶颈,我在调试中用抓注册表的调用工具抓到了- Windows Registry Editor Version 5.00
-
- [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy Objects\{53911123-1F72-468A-9B81-15FEBC9AD3DE}Machine\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
- "UseWUServer"=dword:00000001
-
- [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy Objects\{53911123-1F72-468A-9B81-15FEBC9AD3DE}Machine\Software\Policies\Microsoft\Windows\WindowsUpdate]
- "WUServer"="http://192.168.0.203:8530"
- "WUStatusServer"="http://192.168.0.203:8530"
- "UpdateServiceUrlAlternate"=""
- "**del.FillEmptyContentUrls"=" "
- "**del.DoNotEnforceEnterpriseTLSCertPinningForUpdateDetection"=" "
- "SetProxyBehaviorForUpdateDetection"=dword:00000000
复制代码
问题是{53911123-1F72-468A-9B81-15FEBC9AD3DE}Machine这串是系统随机生成的
各位大佬有什么好的方法吗?
作者: slw507520 时间: 2022-4-11 11:22
- Windows Registry Editor Version 5.00
-
- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
- "WUServer"="http://192.168.0.203:8530"
- "WUStatusServer"="http://192.168.0.203:8530"
- "UpdateServiceUrlAlternate"=""
- "SetProxyBehaviorForUpdateDetection"=dword:00000000
-
- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
- "UseWUServer"=dword:00000001
复制代码
这个windows update项我也试过重启后本地组策略编辑器里没有反应
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |