Board logo

标题: [注册表类] 请教关于指定intranet microsoft更新服务位置如何用bat写 [打印本页]

作者: slw507520    时间: 2022-4-11 11:21     标题: 请教关于指定intranet microsoft更新服务位置如何用bat写

目前遇到了瓶颈,我在调试中用抓注册表的调用工具抓到了
  1. Windows Registry Editor Version 5.00
  2. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy Objects\{53911123-1F72-468A-9B81-15FEBC9AD3DE}Machine\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
  3. "UseWUServer"=dword:00000001
  4. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy Objects\{53911123-1F72-468A-9B81-15FEBC9AD3DE}Machine\Software\Policies\Microsoft\Windows\WindowsUpdate]
  5. "WUServer"="http://192.168.0.203:8530"
  6. "WUStatusServer"="http://192.168.0.203:8530"
  7. "UpdateServiceUrlAlternate"=""
  8. "**del.FillEmptyContentUrls"=" "
  9. "**del.DoNotEnforceEnterpriseTLSCertPinningForUpdateDetection"=" "
  10. "SetProxyBehaviorForUpdateDetection"=dword:00000000
复制代码
问题是{53911123-1F72-468A-9B81-15FEBC9AD3DE}Machine这串是系统随机生成的

各位大佬有什么好的方法吗?
作者: slw507520    时间: 2022-4-11 11:22

  1. Windows Registry Editor Version 5.00
  2. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
  3. "WUServer"="http://192.168.0.203:8530"
  4. "WUStatusServer"="http://192.168.0.203:8530"
  5. "UpdateServiceUrlAlternate"=""
  6. "SetProxyBehaviorForUpdateDetection"=dword:00000000
  7. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
  8. "UseWUServer"=dword:00000001
复制代码
这个windows update项我也试过重启后本地组策略编辑器里没有反应




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2