Edge和Edge WebView2更新日志解析
2023年8月18日

针对经常出现的 Edge 或 Edge WebView2 升级和安装问题,我在此分享一篇文章来帮助大家更好地理解 MicrosoftEdgeUpdate.log 中的常见场景。

关于 Edge/Edge WebView2 更新的基础知识

  • MicrosoftEdgeUpdate.log 的存储路径是 %ALLUSERSPROFILE%\Microsoft\EdgeUpdate,多数情况下这个文件位于:C:\ProgramData\Microsoft\EdgeUpdate\Log\MicrosoftEdgeUpdate.log。该文件会记录每次 MicrosoftEdgeUpdate.exe 执行时的日志以及安装 Edge 或 Edge WebView2 时的日志,不管升级、安装最终是否发生,我们总能在 MicrosoftEdgeUpdate.log 找到对应的信息。

  • msedge_installer.log 的存储路径是 %SystemRoot%\TEMP,多数情况下这个文件位于:C:\Windows\Temp\msedge_installer.log。该文件只有在 Edge 或 Edge WebView2 升级、安装真正发生的时候才会有记录,主要记录安装包具体执行时的一些日志。

  • 安装 Edge 后,系统会自动创建两个计划任务:MicrosoftEdgeUpdateTaskMachineUAMicrosoftEdgeUpdateTaskMachineCore 负责 Edge 和 Edge WebView2 的自动更新。

  • MicrosoftEdgeUpdateTaskMachineUA 基础知识:

    • UA 代表了 Update Application
    • 执行时会运行:MicrosoftEdgeUpdate.exe /ua /installsource scheduler
    • 该计划任务每小时执行一次。
    • 该计划任务执行时更新的产品范畴:Edge Update 本身、Edge Stable(如有)、Edge Beta(如有)、Edge Dev(如有)、Edge Canary(如有)、Edge WebView2 Runtime(如有)
    • 虽然该计划任务每小时运行一次,但实际的在线检查更新受到自动更新检查间隔的限制(默认为 595 分钟,大约 10 小时)。也就是说默认情况下,每十小时才会真正与微软服务器连接一次来检测是否有更新的版本。此间隔可以通过组策略设置更改:自动更新检查时段替代
  • MicrosoftEdgeUpdateTaskMachineCore 基础知识:

    • 执行时会运行:MicrosoftEdgeUpdate.exe /c

    • 该计划任务在用户登录时执行一次以及每天执行一次。

    • 多数情况下 Edge 和 Edge WebView2 都是通过 MicrosoftEdgeUpdateTaskMachineUA 来更新的,MicrosoftEdgeUpdateTaskMachineCore 不常用。

    • MicrosoftEdgeUpdateTaskMachineUA 能做的事情, 该计划任务都能覆盖。

    • 根据 Omaha 的源代码,该计划任务在以下情况下可能会一直运行:

      // The Core will run all the time under the following conditions:
      //
      // * the task scheduler is not running, or
      // * the UA task is not installed, or
      // * the UA task is disabled, or
      // * the last exit code for the UA task is non-zero, or
      // * LastChecked time is older than 14 days.
      //
      // Under these conditions, Omaha uses the built-in scheduler hosted by the core
      // and it keeps the core running.
      
  • Edge 升级版本可以通过:手动更新自动更新以及新版本安装包来实现。

    • 手动更新:主要通过在 Edge 中访问 edge://settings/help 来检查是否有新版本并执行 Edge 更新
    • 自动更新:主要通过 MicrosoftEdgeUpdateTaskMachineUA 计划任务来更新 Edge 以及 Edge WebView2
    • 新版本安装包:主要通过从 Edge 官网Microsoft Update Catalog 下载的 Edge 新版本安装包(MSI 格式)

Microsoft Edge 各版本频道的 App GUID

Microsoft Edge 频道 App GUID
Microsoft Edge Update F3C4FE00-EFD5-403B-9569-398A20F1BA4A
Microsoft Edge Stable 56EB18F8-B008-4CBD-B6D2-8C97FE7E9062
Microsoft Edge Beta 2CD8A007-E189-409D-A2C8-9AF4EF3C72AA
Microsoft Edge Dev 0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10
Microsoft Edge Canary 65C35B14-6C1D-4122-AC46-7148CC9D6497
Microsoft Edge WebView2 Runtime F3017226-FE2A-4295-8BDF-00C3A9A7E4C5

解读 MicrosoftEdgeUpdate.log

[OmahaPolicyManager::set_policy]

[OmahaPolicyManager::set_policy] 会输出当前的 Edge Update 相关组策略(Group Policy)设置信息。

  • 默认情况下如果没有配置任何 Group Policy 的话你大概会看到下面这样的输出:

    [OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][0][is_managed][0][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1]]
    
  • 默认允许安装

    • 始终允许安装(推荐):[install_default][1]
    • 安装已禁用:[install_default][0]
    • 未配置或已禁用:[install_default][-1]
  • 更新策略替代默认值

    • 始终允许更新(推荐):[update_default][1]
    • 仅手动更新:[update_default][2]
    • 仅自动静默更新:[update_default][3]
    • 更新已禁用:[update_default][0]
    • 未配置或已禁用:[update_default][-1]
  • 按频道(Channel)以及 Edge WebView 2 Runtime 的设置

    Edge Update 组策略中有许多针对每个不同 Edge 频道(Channel)以及 Edge WebView 2 Runtime 的策略,最常见的比如:允许安装(按频道)更新策略替代(按频道),它们可以针对不同的 Edge 频道设置不同的值,并且它们的优先级要高于默认设置:默认允许安装更新策略替代默认值

    这类按 Edge 频道以及 Edge WebView 2 Runtime 的设置,在 [OmahaPolicyManager::set_policy] 后面以 [application_settings][{<app guid>}][[ApplicationSettings][<setting name>][<setting value>]] 的形式展现,其中 <app guid> 需要替换为每个 Edge 频道或 Edge WebView2 Runtime 的 App Id,可参见Microsoft Edge 各版本频道的 App GUID。比如我针对 Microsoft Edge Beta 配置的设置,就会出现在:[application_settings][{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}][[ApplicationSettings][<setting name>][<setting value>]] 中,具体的 <setting name><setting value> 与组策略的设置映射如下:

    • 允许安装

      • 始终允许安装(推荐):[install][1]
      • 安装已禁用:[install][0]
      • 强制安装 (计算机范围):[install][5]
      • 始终允许 Machine-Wide 安装,但不允许 Per-User 安装:[install][4]
      • 强制安装 (按用户):[install][6]
    • 更新策略替代

      • 始终允许更新(推荐):[update][1]
      • 仅手动更新:[update][2]
      • 仅自动静默更新:[update][3]
      • 更新已禁用:[update][0]
    • 目标频道替代

      • 稳定版:[target_channel][stable]
      • Beta 版本:[target_channel][beta]
      • 开发人员:[target_channel][dev]
      • 扩展的稳定:[target_channel][extended]
    • 目标版本覆盖

      [target_version_prefix][<version prefix>],比如你输入 113.0.1774.35,日志中将显示:[target_version_prefix][113.0.1774.35]

    • 回退到目标版本

      • 未配置:[rollback_to_target_version][-1]
      • 已启用:[rollback_to_target_version][1]
      • 已禁用:[rollback_to_target_version][0]
    • 允许 Windows Insider 计划中的用户加入 Edge 预览版

      • 未配置:[edge_preview_policy][-1]
      • 已启用:[edge_preview_policy][1]
      • 已禁用:[edge_preview_policy][0]
  • 自动更新检查时段替代

    • 未配置:[auto_update_check_period_minutes][-1]
    • 已启用:[auto_update_check_period_minutes][<value>],比如你配置了 0 分钟,日志中将显示:[auto_update_check_period_minutes][0]
    • 已禁用:[auto_update_check_period_minutes][-1]
  • 每天中取消自动更新检查的时间段

    • 未配置:[updates_suppressed][-1]
    • 已启用:[updates_suppressed][<hour>][<minute>][<duration>],比如你配置了于 20 时,30 分持续取消自动更新检查 120 分钟,那么日志中将显示:[updates_suppressed][20][30][120]
    • 已禁用:[updates_suppressed][-1]
  • 选择如何指定代理服务器设置

    • 从不使用代理:[proxy_mode][direct]
    • 自动检测代理设置:[proxy_mode][auto_detect]
    • 使用 .pac 代理脚本:[proxy_mode][pac_script]
    • 使用固定的代理服务器:[proxy_mode][fixed_servers]
    • 使用系统代理设置:[proxy_mode][system]
    • 未配置或已禁用:[proxy_mode][]
  • 指向代理 .pac 文件的 URL

    • 未配置:[proxy_pac_url][]
    • 已启用:[proxy_pac_url][<pac url>],比如你配置了 https://contoso.com/proxy.pac 作为自动代理脚本路径,日志中将显示:[proxy_pac_url][https://contoso.com/proxy.pac]
    • 已禁用:[proxy_pac_url][]
  • 代理服务器的地址或 URL

    • 未配置:[proxy_server][]
    • 已启用:[proxy_server][<proxy url>],比如你配置了 corp-proxy:8080 作为代理服务器,日志中将显示:[proxy_server][corp-proxy:8080]
    • 已禁用:[proxy_server][]
  • 控制更新程序与试验和配置服务的通信

    • 禁止与试验和配置服务通信:[experimentation_configuration_service_control_allowed][0]
    • 启用通信并下载实验:[experimentation_configuration_service_control_allowed][1]
    • 未配置或已禁用:[experimentation_configuration_service_control_allowed][-1]

[DllEntry]

[DllEntry] 记录发生在 Edge Update 的 Main() 函数的入口, 代表了 MicrosoftEdgeUpdate.exe 的一次启动。每条 [DllEntry] 记录最有价值的信息就是它包含了启动 MicrosoftEdgeUpdate.exe 时传入了哪些参数,以下是一些常见的参数:

  • /installsource:代表了安装源,通常后面会跟着安装源,可能是 scheduler 代表来自计划任务,或者 enterprisemsi 代表来自 MSI 安装包。
  • /medsvc:代表 MicrosoftEdgeUpdate.exe 接受来自于一个 medium integrity level 进程的 COM 调用,常见于从 edge://settings/help 页面手动更新,因为 Edge 浏览器通常运行在 medium integrity level。
  • /ua:代表执行 Update Application,常见于计划任务:MicrosoftEdgeUpdateTaskMachineUA 的执行。
  • /svc:代表 MicrosoftEdgeUpdate.exe 只接受来自于一个 high integrity level 进程的 COM 调用,通常 /ua, /medsvc, /installsource enterprisemsi 最终都会调用 /svc
  • /ping:后面会跟着一串 Base64 编码,包括了当前客户端详细的版本信息,然后会发送至微软的服务器,服务器返回后会在日志中记录一条 [App heartbeat] 信息告知你当前的客户端版本号。/ping 只有在有网络连接的情况下才工作。
  • /silent:代表静默安装,通常在安装 Edge MSI 的时候见到。
  • /install:代表执行安装,通常在安装 Edge MSI 的时候见到。
  • /healthcheck:代表检查当前安装的 Microsoft Edge Update 是否正常运行,通常在安装 Edge MSI 的时候见到。
  • /handoff:代表启动一次安装,后面跟随启动 /svc 来执行安装,通常在安装 Edge MSI 的时候见到。

MicrosoftEdgeUpdate.exe 所有支持的参数及其作用都可以在 Omaha 源代码:omaha/common /const_cmd_line.h 中找到。

常见场景分析

1. Edge 自动更新未执行,由于执行时未达到自动更新检查间隔

如果从上次更新检查开始,尚未过去默认的 595 分钟间隔(或通过 [自动更新检查时段替代 策略设置的其他值),日志将显示:[Update check not needed at this time]

查看完整示例

2. Edge 自动更新未执行,由于“自动更新检查时段替代(AutoUpdateCheckPeriodMinutes)”设置为 0

  • 你会看到 [OmahaPolicyManager::set_policy] 后跟着 [auto_update_check_period_minutes][0],表示 [自动更新检查时段替代 已设置为 0。
  • 你会看到关键信息:[ShouldCheckForUpdates returned 0][checks disabled]

查看完整示例

3. Edge 手动更新未执行,由于 Edge 更新策略设置为“禁用更新”

  • 你会看到 [OmahaPolicyManager::set_policy] 后跟着 [update_default][0],表示 Edge 更新策略 已设置为 禁用更新

  • 你会看到多次 MicrosoftEdgeUpdate.exe /medsvc 进程启动的信息。

  • 你会看到关键信息:[App Update disabled][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}]

  • 你会看到关键信息:[AppState::Error][0x01484330][0x80040813][Your organization has applied a Group Policy that prevents installation.]

查看完整示例

4. Edge 自动更新未执行,由于执行时正处于“每天中取消自动更新检查的时间段(UpdatesSuppressed)”

查看完整示例

5. Edge 和 Edge WebView2 自动更新未执行,由于 Edge 更新策略和 Edge WebView2 更新策略都设置为"禁用更新"

  • 你会看到 [OmahaPolicyManager::set_policy] 后跟着 [update_default][0],表示 Edge 更新策略 已设置为 禁用更新
  • 你会看到 [OmahaPolicyManager::set_policy],后跟着 [{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0],表示 Edge WebView 2 更新策略 已设置为 禁用更新
  • 当自动更新检查超过其设置的自动更新检查间隔时,你会看到 [Applying update check jitter]
  • 你会看到关键信息:[CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][updates disabled],表示 Edge 更新策略 已设置为 禁用更新
  • 你会看到关键信息:[CheckForUpdate][app_id {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][updates disabled],表示 Edge WebView 2 更新策略 已设置为 禁用更新
  • [CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][cdp_name msedge-stable-win-x64][version 112.0.1722.34][nextversion ] 中显示的当前 Edge 版本应与最后 [App heartbeat][AppName: stable][Channel: 4][pv: 112.0.1722.34][opv: ] 显示的版本一致,代表升级没有发生。
  • [CheckForUpdate][app_id {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][cdp_name msedgewebview-stable-win-x64][version 114.0.1823.82][nextversion ] 中显示的 Edge WebView2 版本应与最后 [App heartbeat][AppName: webview][Channel: 5][pv: 114.0.1823.82][opv: ] 显示的版本一致,代表升级没有发生。

查看完整示例

6. Edge MSI 安装未执行,由于 Edge 默认允许安装项设置为“安装已禁用”

  • 你会看到 [OmahaPolicyManager::set_policy] 后跟着 [install_default][0],表示 Edge 允许安装设置 已设置为 安装已禁用
  • 在第一个 [DllEntry] 记录中可以看到执行的 MicrosoftEdgeUpdate.exe 来自于一个临时目录,应该是从安装包中解压出来的。其运行参数:/installsource enterprisemsi 代表了该安装包是一个 MSI。
  • 你会看到关键信息: [App Update disabled][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][AppState::Error][0x0128E7A8][0x80040812][Your organization has applied a Group Policy that prevents installation.], 表示 Edge 允许安装设置 已设置为 安装已禁用

查看完整示例

7. Edge MSI 安装成功

  • 在第一个 [DllEntry] 记录中可以看到执行的 MicrosoftEdgeUpdate.exe 来自于一个临时目录,应该是从安装包中解压出来的。其运行参数:/installsource enterprisemsi 代表了该安装包是一个 MSI,/appargs 解码后为:appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata={"distribution":{"msi":true,"system_level":true,"verbose_logging":true,"msi_product_id":"D2BB5FC0-B424-3551-8B74-C08F896CCE5E","allow_downgrade":false,"do_not_create_desktop_shortcut":false,"do_not_create_taskbar_shortcut":false}},包含了安装对象为 Edge Stable 的信息以及相关的安装可选项。

    [DllEntry]["C:\Program Files (x86)\Microsoft\Temp\EUAE9A.tmp\MicrosoftEdgeUpdate.exe" /silent /install "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft Edge&needsAdmin=True&usagestats=0&ap=stable-arch_x64" /installsource enterprisemsi /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%2C%22msi_product_id%22%3A%220F1D922D-7595-3B9A-B9BF-25F019E0BF5F%22%2C%22allow_downgrade%22%3Afalse%2C%22do_not_create_desktop_shortcut%22%3Afalse%2C%22do_not_create_taskbar_shortcut%22%3Afalse%7D%7D"]
    
  • 接下来 MicrosoftEdgeUpdate.exe 会检查当前运行的处于临时目录中的 MicrosoftEdgeUpdate.exe 版本与已安装的 MicrosoftEdgeUpdate.exe 哪个新,看看是否需要更新。

  • 然后会见到一个 [DllEntry] 运行安装目录中的 MicrosoftEdgeUpdate.exe,并带上 /handoff 参数,后面带有本次安装的详细信息,最后我们可以看到有一个 /offlinedir 参数带着一个 GUID:{7D887660-7CE1-401C-8182-8755878ADEE1}

    [DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /handoff "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft Edge&needsAdmin=True&usagestats=0&ap=stable-arch_x64" /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%2C%22msi_product_id%22%3A%220F1D922D-7595-3B9A-B9BF-25F019E0BF5F%22%2C%22allow_downgrade%22%3Afalse%2C%22do_not_create_desktop_shortcut%22%3Afalse%2C%22do_not_create_taskbar_shortcut%22%3Afalse%7D%7D" /installsource enterprisemsi /sessionid "{AE88F203-7FA8-4282-9D9B-BDEBD3DD155D}" /silent /offlinedir "{7D887660-7CE1-401C-8182-8755878ADEE1}"]
    
  • 然后会看到 DoHandoff 事件发生,紧接着可以看到 [InstallApps] 事件发生,并且打印出本次安装的属性,如是否是机器级别安装、是否有交互界面、End user license agreement 是否已经接受、是否离线安装等,其中的 offline_directory 的值应该就是之前 /offlinedir 参数的值。

    [08/17/23 16:16:07.684][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][GoopdateImpl::DoHandoff]
    [08/17/23 16:16:07.684][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][InstallApps][is_machine: 1][is_interactive: 0][is_eula_accepted: 1][is_oem_install: 0][is_offline: 1][is_enterprise_install: 0][offline_directory: {7D887660-7CE1-401C-8182-8755878ADEE1}]
    
  • 然后可以看到负责本次 Edge 安装的 exe 文件会被提取到 C:\Program Files (x86)\Microsoft\EdgeUpdate\Offline\[offline_directory]\[app guid]\MicrosoftEdge_X64_112.0.1722.46.exe

    [08/17/23 16:16:07.934][MicrosoftEdgeUpdate:msedgeupdate][7740:6584][PackageCache::Put][hardlinked] [source_file 'C:\Program Files (x86)\Microsoft\EdgeUpdate\Offline\{7D887660-7CE1-401C-8182-8755878ADEE1}\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\MicrosoftEdge_X64_112.0.1722.46.exe']
    
  • 接下来就会正式进入安装环节,我们可以在 [Installing] 以及 [Running installer] 日志中找到具体负责安装的 exe 路径以及执行时传入的参数。在 [Running installer] 之后会有较长的一段时间间隔,这中间正在等待安装包完成安装。

    [08/17/23 16:16:10.528][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][Installing][display name: Microsoft Edge][app id: {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][installer path: C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\MicrosoftEdge_X64_112.0.1722.46.exe][manifest args: --msedge --verbose-logging --do-not-launch-msedge --system-level][additional args: ][all args: --msedge --verbose-logging --do-not-launch-msedge --system-level][installer data: {"distribution":{"msi":true,"system_level":true,"verbose_logging":true,"msi_product_id":"0F1D922D-7595-3B9A-B9BF-25F019E0BF5F","allow_downgrade":false,"do_not_create_desktop_shortcut":false,"do_not_create_taskbar_shortcut":false}}][untrusted data: ][priority: 10]
    [08/17/23 16:16:10.528][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][Running installer][C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\MicrosoftEdge_X64_112.0.1722.46.exe][--msedge --verbose-logging --do-not-launch-msedge --system-level /installerdata="C:\Windows\TEMP\guiE858.tmp"][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}]
    
    [ 较长的时间间隔,此时 Edge 安装包正在执行安装 ]
    
    [08/17/23 16:16:32.621][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][InstallerResult][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][0]
    
  • 此时在 msedge_installer.log 中可以看到安装程序成功启动的信息。

    [7868:8476:0817/161610.747:406055218:VERBOSE1:setup_main.cc(2857)] Command Line: "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\EDGEMITMP_F2C52.tmp\setup.exe" --install-archive="C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\MicrosoftEdge_X64_112.0.1722.46.exe" --msedge --verbose-logging --do-not-launch-msedge --system-level /installerdata="C:\Windows\TEMP\guiE858.tmp"
    
  • 安装成功的结果也可以在 msedge_installer.log 中看到。

    [7868:8476:0817/161632.590:406077062:VERBOSE1:setup_main.cc(1465)] Milliseconds spent on install: 21815. Is background: 0
    [7868:8476:0817/161632.590:406077062:VERBOSE1:setup_main.cc(3239)] Installation complete, returning: 0
    
  • MicrosoftEdgeUpdate.log 中也可以看到 [InstallerResult][0],以及 [InstallApp returned][0x0] 标志安装成功。

    [08/17/23 16:16:32.621][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][InstallerResult][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][0]
    [08/17/23 16:16:32.621][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][InstallApp returned][0x0][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][type:1][code: 2][]["C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --from-installer]
    

查看完整示例

8. Edge 手动更新成功

  • edge://settings/help 进行手动更新会触发多次 MicrosoftEdgeUpdate.exe 启动,并伴随启动参数:/medsvc,可以观察到多条类似下面的 [DllEntry] 记录:

    [08/18/23 13:58:50.707][MicrosoftEdgeUpdate:msedgeupdate][9472:9468][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
    ...
    [08/18/23 13:58:51.364][MicrosoftEdgeUpdate:msedgeupdate][7800:7868][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
    
  • 接下来 MicrosoftEdgeUpdate.exe 会把当前 Edge 版本以及客户端信息以 JSON 形式发送至服务器:https://msedge.api.cdp.microsoft.com/api/ 查询当前 Edge 的最新版本信息。

    [08/18/23 13:58:51.829][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Send][url=https://msedge.api.cdp.microsoft.com/api/v2/contents/Browser/namespaces/Default/names?action=batchupdates][request=[{"Product":"msedge-stable-win-x64","targetingAttributes":{"AppAp":"stable-arch_x64","AppBrandCode":"INBX","AppCohort":"","AppCohortHint":"","AppCohortName":"","AppLang":"","AppMajorVersion":"112","AppRollout":0.88,"AppTargetVersionPrefix":"","AppVersion":"112.0.1722.46","ExpETag":"\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"","HW_AVX":true,"HW_DiskType":2,"HW_LogicalCpus":4,"HW_PhysicalRamGB":3,"HW_SSE":true,"HW_SSE2":true,"HW_SSE3":true,"HW_SSE41":true,"HW_SSE42":true,"HW_SSSE3":true,"InstallSource":"update3web-ondemand","IsInternalUser":false,"IsMachine":true,"IsWIP":false,"OemProductManufacturer":"Microsoft Corporation","OemProductName":"Virtual Machine","OsArch":"x64","OsPlatform":"win","OsRegionDMA":false,"OsRegionName":"US","OsRegionNation":"244","OsVersion":"10.0.19045.3324","Priority":10,"Updater":"MicrosoftEdgeUpdate","UpdaterVersion":"1.3.177.11","WIPBranch":""}}]][filename=]
    

    点击此处查看格式化后的 JSON 数据

  • 如果网络正常,我们应该看到 [Send response received][result 0x0][status code 200] 代表服务器的回复 200 OK,后面紧跟着服务器返回的 JSON 数据:[{"ContentId":{"Namespace":"Default","Name":"msedge-stable-win-x64","Version":"115.0.1901.203"}}],可以看到此时服务器告诉我们最新的 Edge 版本为:115.0.19001.203

  • 接下来会看到 [TrimToApplicableFiles found full][1][MicrosoftEdge_X64_115.0.1901.203.exe], 代表本次要下载的安装包为 MicrosoftEdge_X64_115.0.1901.203.exe

  • 接下来会看到另外一个请求发往 https://msedge.api.cdp.microsoft.com/api/v1.1/internal/contents/Browser/namespaces/Default/names/msedge-stable-win-x64/versions/115.0.1901.203/files?action=GenerateDownloadInfo&foregroundPriority=true 以请求这个版本的下载信息。

    [08/18/23 13:58:53.157][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Send][url=https://msedge.api.cdp.microsoft.com/api/v1.1/internal/contents/Browser/namespaces/Default/names/msedge-stable-win-x64/versions/115.0.1901.203/files?action=GenerateDownloadInfo&foregroundPriority=true][request={}][filename=]
    
  • 如果网络正常,我们应该看到 [Send response received][result 0x0][status code 200] 代表服务器已经成功返回,后面紧跟着服务器返回的 JSON 数据,其中包含了该版本 Edge 的详细下载信息,点击此处查看详细的 JSON 数据

  • 接下来可以看到 [TrimToApplicableFiles found full][1][MicrosoftEdge_X64_115.0.1901.203.exe] 信息,由于本次更新的版本跨度较大(112.0.1722.46115.0.1901.203),需要下载完整的新版本 Edge 安装包,MicrosoftEdge_X64_115.0.1901.203.exe 的下载信息可以在之前的 JSON 数据中以 FileId 属性匹配找到:

    {
        "FileId": "MicrosoftEdge_X64_115.0.1901.203.exe",
        "Url": "http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d",
        "SizeInBytes": 151418832,
        "Hashes": {
            "Sha1": "CXFy92Y2lsdoKZ0vlWdASXtkets=",
            "Sha256": "UmlamYwKq9XvLjmwXsJwc6RKPg78Ze7RvSUvkunywOE="
        },
        "DeliveryOptimization": {
            "CatalogId": "UmlamYwKq9XvLjmwXsJwc6RKPg78Ze7RvSUvkunywOE=",
            "Properties": {
                "IntegrityCheckInfo": {
                    "PiecesHashFileUrl": "http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae/pieceshash",
                    "HashOfHashes": "X6nNiemJL8tr+TFyCroU2xDytbcOpHMNRIEfsdui7qg="
                }
            }
        }
    }
    
  • 然后会看到 [DownloadManager::DoDownloadPackage][starting download] 事件代表正式开始下载安装包,[starting download] 后跟随了下载的 URL 以及 exe 安装程序的临时保存位置。

    [08/18/23 13:58:55.114][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][DownloadManager::DoDownloadPackage][appid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}; version=115.0.1901.203; package_name=MicrosoftEdge_X64_115.0.1901.203.exe]
    [08/18/23 13:58:55.114][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][starting download][from 'http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d'][to '**PII**\AppData\Local\Temp\{542C52F9-BB20-45F8-8598-ADE0802916C7}-MicrosoftEdge_X64_115.0.1901.203.exe']
    
  • MicrosoftEdgeUpdate.exe 使用了 Background Intelligent Transfer Service 来下载安装包,后面会看到 [Trying request type: BITS] 以及 [BitsRequest::DoSend] 代表正在下载安装包。

  • 下载成功后会看到 [Send response received][result 0x0][status code 200][] 信息。

  • 接下来就会正式进入安装环节,我们可以在 [Installing] 以及 [Running installer] 事件中找到具体负责安装的 exe 路径以及执行时传入的参数。在 [Running installer] 之后会有较长的一段时间间隔,这中间正在等待安装包完成安装。最后可以看到 [InstallerResult] 结果为 [0] 以及 [InstallApp returned][0x0] 代表安装成功。

    [08/18/23 13:59:03.827][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Installing][display name: Microsoft Edge][app id: {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][installer path: C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{DD4FDD50-A4A9-4F59-9C25-B7F44C908337}\MicrosoftEdge_X64_115.0.1901.203.exe][manifest args: --msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable][additional args: ][all args: --msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable][installer data: ][untrusted data: ][priority: 10]
    [08/18/23 13:59:03.832][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Running installer][C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{DD4FDD50-A4A9-4F59-9C25-B7F44C908337}\MicrosoftEdge_X64_115.0.1901.203.exe][--msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}]
    
    [ 较长的时间间隔,此时 Edge 安装包正在执行安装 ]
    
    [08/18/23 13:59:30.033][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][InstallerResult][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][0]
    [08/18/23 13:59:30.033][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][InstallApp returned][0x0][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][type:1][code: 30][][]
    
  • 最后会看到 [Purge version] 事件把旧版本的 Edge 112.0.1722.46 目录移除。

    [08/18/23 13:59:30.037][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Purge version][C:\Program Files (x86)\Microsoft\EdgeUpdate\Download\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\112.0.1722.46][0x0]
    

查看完整示例

9. Edge 手动更新未执行,由于当前已经是最新版本

  • 该场景的前期步骤与 8. Edge 手动更新成功 相似,只是在第一次请求得到当前最新 Edge 版本信息后会出现 [CheckForUpdate] 事件以及 [already up-to-date] 结果代表当前已经是最新版本了。

    [08/18/23 15:43:17.844][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][already up-to-date]
    

查看完整示例

10. Edge 自动更新未执行,由于当前已经是最新版本

该场景与 9. Edge 手动更新未执行,由于当前已经是最新版本 主要区别在于:

  1. Edge 自动更新是通过 MicrosoftEdgeUpdateTaskMachineUA 计划任务,其启动 MicrosoftEdgeUpdate.exe 时传入的参数为:/ua /installsource scheduler,而不是手动更新的参数: /medsvc

    [08/18/23 16:01:59.128][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ua /installsource scheduler]
    
  2. 自动更新向 https://msedge.api.cdp.microsoft.com/api/ 服务器查询最新版本信息时会同时发送当前 Edge Update 版本信息以及 Edge Stable 版本信息来查询 Edge Update 的最新版本和 Edge Stable 的最新版本。

    [08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][Send][url=https://msedge.api.cdp.microsoft.com/api/v2/contents/Browser/namespaces/Default/names?action=batchupdates][request=[{"Product":"msedgeupdate-stable-win-x86","targetingAttributes":{"AppAp":"","AppBrandCode":"INBX","AppCohort":"rrf@0.96","AppCohortHint":"","AppCohortName":"","AppLang":"","AppMajorVersion":"1","AppRollout":0.96,"AppTargetVersionPrefix":"","AppVersion":"1.3.177.11","ExpETag":"\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"","HW_AVX":true,"HW_DiskType":2,"HW_LogicalCpus":4,"HW_PhysicalRamGB":3,"HW_SSE":true,"HW_SSE2":true,"HW_SSE3":true,"HW_SSE41":true,"HW_SSE42":true,"HW_SSSE3":true,"InstallSource":"scheduler","IsInternalUser":false,"IsMachine":true,"IsWIP":false,"OemProductManufacturer":"Microsoft Corporation","OemProductName":"Virtual Machine","OsArch":"x64","OsPlatform":"win","OsRegionDMA":false,"OsRegionName":"US","OsRegionNation":"244","OsVersion":"10.0.19045.3324","Priority":0,"Updater":"MicrosoftEdgeUpdate","UpdaterVersion":"1.3.177.11","WIPBranch":""}},{"Product":"msedge-stable-win-x64","targetingAttributes":{"AppAp":"stable-arch_x64","AppBrandCode":"INBX","AppCohort":"rrf@0.15","AppCohortHint":"","AppCohortName":"","AppLang":"","AppMajorVersion":"115","AppRollout":0.15,"AppTargetVersionPrefix":"","AppVersion":"115.0.1901.203","ExpETag":"\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"","HW_AVX":true,"HW_DiskType":2,"HW_LogicalCpus":4,"HW_PhysicalRamGB":3,"HW_SSE":true,"HW_SSE2":true,"HW_SSE3":true,"HW_SSE41":true,"HW_SSE42":true,"HW_SSSE3":true,"InstallSource":"scheduler","IsInternalUser":false,"IsMachine":true,"IsWIP":false,"OemProductManufacturer":"Microsoft Corporation","OemProductName":"Virtual Machine","OsArch":"x64","OsPlatform":"win","OsRegionDMA":false,"OsRegionName":"US","OsRegionNation":"244","OsVersion":"10.0.19045.3324","Priority":0,"Updater":"MicrosoftEdgeUpdate","UpdaterVersion":"1.3.177.11","WIPBranch":""}}]][filename=]
    ...
    ...
    [08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][Send response received][result 0x0][status code 200][[{"ContentId":{"Namespace":"Default","Name":"msedgeupdate-stable-win-x86","Version":"1.3.177.11"}},{"ContentId":{"Namespace":"Default","Name":"msedge-stable-win-x64","Version":"115.0.1901.203"}}]]
    

    点击此处查看格式化后的发送出去的 JSON 数据

    服务器返回的 JSON 数据:

    [
        {
            "ContentId": {
                "Namespace": "Default",
                "Name": "msedgeupdate-stable-win-x86",
                "Version": "1.3.177.11"
            }
        },
        {
            "ContentId": {
                "Namespace": "Default",
                "Name": "msedge-stable-win-x64",
                "Version": "115.0.1901.203"
            }
        }
    ]
    
  3. 最后会发现两条 [already up-to-date] 信息代表 Edge Update 和 Edge Stable 都已经是最新版本了。

    [08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][Latest][app_id {F3C4FE00-EFD5-403B-9569-398A20F1BA4A}][latest_version 1.3.177.11]
    [08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][app_id {F3C4FE00-EFD5-403B-9569-398A20F1BA4A}][already up-to-date]
    [08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][Latest][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][latest_version 115.0.1901.203]
    [08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][already up-to-date]
    

查看完整示例

日志样本示例

示例 - 1

[08/11/23 21:56:20.958][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 21:56:20.958][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ua /installsource scheduler]
[08/11/23 21:56:20.958][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/11/23 21:56:20.958][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/11/23 21:56:20.958][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][EnteredBackgroundPriority][mode 14][original priority0x00000020][new priority 0x00100000]
[08/11/23 21:56:20.958][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][GoopdateImpl::DoUpdateAllApps]
[08/11/23 21:56:20.973][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][Register Products allowed]
[08/11/23 21:56:20.973][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][bundle_creator::CreateForceInstallBundle][Adding WebView2 to force-install bundle.]
[08/11/23 21:56:20.989][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][Update check not needed at this time]
[08/11/23 21:56:20.989][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][Update all apps process finished][0x0]
[08/11/23 21:56:21.005][MicrosoftEdgeUpdate:msedgeupdate][3804:8136][DllEntry exit][0x00000000]

示例 - 2

[08/11/23 22:07:52.798][MicrosoftEdgeUpdate:msedgeupdate][1956:7468][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][0][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:07:52.798][MicrosoftEdgeUpdate:msedgeupdate][1956:7468][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ua /installsource scheduler]
...
...
[08/11/23 22:07:52.845][MicrosoftEdgeUpdate:msedgeupdate][1956:7468][ShouldCheckForUpdates returned 0][checks disabled]
...
...
[08/11/23 22:07:52.861][MicrosoftEdgeUpdate:msedgeupdate][1956:7468][DllEntry exit][0x00000000]

示例 - 3

[08/11/23 22:18:44.388][MicrosoftEdgeUpdate:msedgeupdate][8752:2904][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:18:44.394][MicrosoftEdgeUpdate:msedgeupdate][8752:2904][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/11/23 22:18:44.394][MicrosoftEdgeUpdate:msedgeupdate][8752:2904][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/11/23 22:18:44.394][MicrosoftEdgeUpdate:msedgeupdate][8752:2904][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/11/23 22:18:44.419][MicrosoftEdgeUpdate:msedgeupdate][8752:6636][IsManaged][Group Policy][1]
[08/11/23 22:18:44.420][MicrosoftEdgeUpdate:msedgeupdate][8752:6636][Register Products allowed]
[08/11/23 22:18:44.420][MicrosoftEdgeUpdate:msedgeupdate][8752:6636][IsManaged][Group Policy][1]
[08/11/23 22:18:44.423][MicrosoftEdgeUpdate:msedgeupdate][8752:2904][DllEntry exit][0x00000000]
[08/11/23 22:18:44.922][MicrosoftEdgeUpdate:msedgeupdate][7660:8984][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:18:44.928][MicrosoftEdgeUpdate:msedgeupdate][7660:8984][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/11/23 22:18:44.928][MicrosoftEdgeUpdate:msedgeupdate][7660:8984][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/11/23 22:18:44.928][MicrosoftEdgeUpdate:msedgeupdate][7660:8984][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/11/23 22:18:44.944][MicrosoftEdgeUpdate:msedgeupdate][7660:3520][IsManaged][Group Policy][1]
[08/11/23 22:18:44.944][MicrosoftEdgeUpdate:msedgeupdate][7660:3520][Register Products allowed]
[08/11/23 22:18:44.945][MicrosoftEdgeUpdate:msedgeupdate][7660:3520][IsManaged][Group Policy][1]
[08/11/23 22:18:44.947][MicrosoftEdgeUpdate:msedgeupdate][7660:8984][DllEntry exit][0x00000000]
[08/11/23 22:18:45.133][MicrosoftEdgeUpdate:msedgeupdate][2504:5888][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:18:45.138][MicrosoftEdgeUpdate:msedgeupdate][2504:5888][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/11/23 22:18:45.138][MicrosoftEdgeUpdate:msedgeupdate][2504:5888][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/11/23 22:18:45.139][MicrosoftEdgeUpdate:msedgeupdate][2504:5888][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/11/23 22:18:45.178][MicrosoftEdgeUpdate:msedgeupdate][4208:7616][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:18:45.183][MicrosoftEdgeUpdate:msedgeupdate][4208:7616][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /svc]
[08/11/23 22:18:45.183][MicrosoftEdgeUpdate:msedgeupdate][4208:7616][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/11/23 22:18:45.183][MicrosoftEdgeUpdate:msedgeupdate][4208:7616][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/11/23 22:18:45.193][MicrosoftEdgeUpdate:psmachine][2504:1476][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:18:45.229][MicrosoftEdgeUpdate:msedgeupdate][4208:924][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:18:45.232][MicrosoftEdgeUpdate:psmachine][2504:8160][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:18:45.236][MicrosoftEdgeUpdate:msedgeupdate][4208:5260][IsManaged][Group Policy][1]
[08/11/23 22:18:45.237][MicrosoftEdgeUpdate:msedgeupdate][4208:5260][IsManaged][Group Policy][1]
[08/11/23 22:18:45.237][MicrosoftEdgeUpdate:msedgeupdate][4208:5260][App Update disabled][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}]
[08/11/23 22:18:45.237][MicrosoftEdgeUpdate:msedgeupdate][4208:5260][AppState::Error][0x01484330][0x80040813][Your organization has applied a Group Policy that prevents installation.]
[08/11/23 22:18:45.237][MicrosoftEdgeUpdate:msedgeupdate][4208:5260][AppStateError::PostUpdateCheck][01484330]
[08/11/23 22:18:45.489][MicrosoftEdgeUpdate:msedgeupdate][4208:5260][IsManaged][Group Policy][1]
[08/11/23 22:18:45.489][MicrosoftEdgeUpdate:msedgeupdate][4208:5260][IsManaged][Group Policy][1]
[08/11/23 22:18:45.493][MicrosoftEdgeUpdate:msedgeupdate][2504:5888][DllEntry exit][0x00000000]
[08/11/23 22:18:45.497][MicrosoftEdgeUpdate:msedgeupdate][4208:924][Started process][7208]
[08/11/23 22:18:45.530][MicrosoftEdgeUpdate:msedgeupdate][7208:4256][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:18:45.534][MicrosoftEdgeUpdate:msedgeupdate][7208:4256][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzcuMTEiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7RTg0QjlBN0QtRDFENi00OTZFLTg0NUEtNjEyQTg0RThBODA5fSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0idXBkYXRlM3dlYi1vbmRlbWFuZCIgcmVxdWVzdGlkPSJ7MDkxMkM1MDMtNkIxRC00OUEzLUE2QzYtRjQ2RTlDMDU2N0NEfSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjEiPjxodyBsb2dpY2FsX2NwdXM9IjQiIHBoeXNtZW1vcnk9IjMiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0NS4zMjA4IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNCIgb3NfcmVnaW9uX25hbWU9IlVTIiBvc19yZWdpb25fbmF0aW9uPSIyNDQiIG9zX3JlZ2lvbl9kbWE9IjAiIGlzX3dpcD0iMCIgaXNfaW5fbG9ja2Rvd25fbW9kZT0iMCIvPjxvZW0gcHJvZHVjdF9tYW51ZmFjdHVyZXI9Ik1pY3Jvc29mdCBDb3Jwb3JhdGlvbiIgcHJvZHVjdF9uYW1lPSJWaXJ0dWFsIE1hY2hpbmUiLz48ZXhwIGV0YWc9IiZxdW90O3I0NTJ0MStrMlRncS9IWHpqdkZOQlJob3BCV1I5c2JqWHhxZVVESDl1WDA9JnF1b3Q7Ii8-PGFwcCBhcHBpZD0iezU2RUIxOEY4LUIwMDgtNENCRC1CNkQyLThDOTdGRTdFOTA2Mn0iIHZlcnNpb249IjExMi4wLjE3MjIuMzQiIG5leHR2ZXJzaW9uPSIiIGFwPSJzdGFibGUtYXJjaF94NjQiIGxhbmc9IiIgYnJhbmQ9IklOQlgiIGNsaWVudD0iIiBvb2JlX2luc3RhbGxfdGltZT0iMTMzMzM2MTE3MTYwMzA4NTUwIiB1cGRhdGVfY291bnQ9IjEiIGlzX3Bpbm5lZF9zeXN0ZW09InRydWUiIGxhc3RfbGF1bmNoX2NvdW50PSIxIiBsYXN0X2xhdW5jaF90aW1lPSIxMzMzNjIzNzEyMzE2MjI1MzAiPjx1cGRhdGVjaGVjayB1cGRhdGVkaXNhYmxlZD0idHJ1ZSIvPjxwaW5nIGFjdGl2ZT0iMSIgYWQ9IjYwNjYiIHJkPSI2MDY2IiBwaW5nX2ZyZXNobmVzcz0iezhCMDlFRkYxLUExNjktNEI5My1BM0IyLURBQUQ1RDQ4MEJGN30iLz48L2FwcD48L3JlcXVlc3Q-]
[08/11/23 22:18:45.534][MicrosoftEdgeUpdate:msedgeupdate][7208:4256][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/11/23 22:18:45.534][MicrosoftEdgeUpdate:msedgeupdate][7208:4256][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/11/23 22:18:45.557][MicrosoftEdgeUpdate:msedgeupdate][7208:4256][IsManaged][Group Policy][1]
[08/11/23 22:18:45.557][MicrosoftEdgeUpdate:msedgeupdate][7208:4256][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/11/23 22:18:45.557][MicrosoftEdgeUpdate:msedgeupdate][7208:4256][App heartbeat][AppName: stable][Channel: 4][pv: 112.0.1722.34][opv: ]
[08/11/23 22:18:45.559][MicrosoftEdgeUpdate:msedgeupdate][7208:4256][DllEntry exit][0x00000000]
[08/11/23 22:18:45.565][MicrosoftEdgeUpdate:msedgeupdate][4208:7616][DllEntry exit][0x00000000]

示例 - 4

[08/11/23 22:33:28.807][MicrosoftEdgeUpdate:msedgeupdate][9200:4500][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][22][0][60][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1]]
[08/11/23 22:33:28.807][MicrosoftEdgeUpdate:msedgeupdate][9200:4500][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ua /installsource scheduler]
...
...
[08/11/23 22:33:28.932][MicrosoftEdgeUpdate:msedgeupdate][9200:4500][Update check not needed at this time]
...
[08/11/23 22:33:28.932][MicrosoftEdgeUpdate:msedgeupdate][9200:4500][DllEntry exit][0x00000000]

示例 - 5

[08/11/23 22:47:14.123][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:47:14.123][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ua /installsource scheduler]
[08/11/23 22:47:14.123][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/11/23 22:47:14.123][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/11/23 22:47:14.139][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][EnteredBackgroundPriority][mode 14][original priority0x00000020][new priority 0x00100000]
[08/11/23 22:47:14.139][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][GoopdateImpl::DoUpdateAllApps]
[08/11/23 22:47:14.139][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][IsManaged][Group Policy][1]
[08/11/23 22:47:14.154][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][Register Products allowed]
[08/11/23 22:47:14.154][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][bundle_creator::CreateForceInstallBundle][Adding WebView2 to force-install bundle.]
[08/11/23 22:47:14.154][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][IsManaged][Group Policy][1]
[08/11/23 22:47:14.154][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][Applying update check jitter][50799]
[08/11/23 22:48:05.023][MicrosoftEdgeUpdate:msedgeupdate][4528:4004][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:48:05.023][MicrosoftEdgeUpdate:msedgeupdate][4528:4004][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /svc]
[08/11/23 22:48:05.023][MicrosoftEdgeUpdate:msedgeupdate][4528:4004][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/11/23 22:48:05.023][MicrosoftEdgeUpdate:msedgeupdate][4528:4004][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/11/23 22:48:05.040][MicrosoftEdgeUpdate:psmachine][9136:5336][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:48:05.212][MicrosoftEdgeUpdate:msedgeupdate][4528:3448][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:48:05.212][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CdpServicesClient::Send][pri 0][session_id {4E407CF9-BFC0-4276-9E40-9F3A1B196C6F}][ms-cv +XxATsC/dkKeQJ86Gxlsbw]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CheckForUpdate][app_id {F3C4FE00-EFD5-403B-9569-398A20F1BA4A}][cdp_name msedgeupdate-stable-win-x86][version 1.3.177.11][nextversion ]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][cdp_name msedge-stable-win-x64][version 112.0.1722.34][nextversion ]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][updates disabled]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CheckForUpdate][app_id {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][cdp_name msedgewebview-stable-win-x64][version 114.0.1823.82][nextversion ]
[08/11/23 22:48:05.228][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CheckForUpdate][app_id {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][updates disabled]
[08/11/23 22:48:05.244][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][detected configurations][
priority=2, source=IEWPAD, wpad=1, script=
priority=0, source=direct, direct connection
]
[08/11/23 22:48:05.244][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][Send][url=https://msedge.api.cdp.microsoft.com/api/v2/contents/Browser/namespaces/Default/names?action=batchupdates][request=[{"Product":"msedgeupdate-stable-win-x86","targetingAttributes":{"AppAp":"","AppBrandCode":"INBX","AppCohort":"rrf@0.96","AppCohortHint":"","AppCohortName":"","AppLang":"","AppMajorVersion":"1","AppRollout":0.96,"AppTargetVersionPrefix":"","AppVersion":"1.3.177.11","ExpETag":"\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"","HW_AVX":true,"HW_DiskType":2,"HW_LogicalCpus":4,"HW_PhysicalRamGB":2,"HW_SSE":true,"HW_SSE2":true,"HW_SSE3":true,"HW_SSE41":true,"HW_SSE42":true,"HW_SSSE3":true,"InstallSource":"scheduler","IsInternalUser":false,"IsMachine":true,"IsWIP":false,"OemProductManufacturer":"Microsoft Corporation","OemProductName":"Virtual Machine","OsArch":"x64","OsPlatform":"win","OsRegionDMA":false,"OsRegionName":"US","OsRegionNation":"244","OsVersion":"10.0.19045.3208","Priority":0,"Updater":"MicrosoftEdgeUpdate","UpdaterVersion":"1.3.177.11","WIPBranch":""}}]][filename=]
[08/11/23 22:48:05.244][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][Trying config: priority=2, source=IEWPAD, wpad=1, script=]
[08/11/23 22:48:05.244][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][Trying request type: winhttp]
[08/11/23 22:48:05.491][MicrosoftEdgeUpdate:msedgeupdate][4528:7864][WinHttp status callback][0141C998][handle=0140C9C8][connected][[2a01:111:f100:9001::1761:970b]]
[08/11/23 22:48:06.184][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][SimpleRequest::SendRequest][request sent][server: msedge.api.cdp.microsoft.com][IP: [2a01:111:f100:9001::1761:970b]]
[08/11/23 22:48:06.184][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][Send response received][result 0x0][status code 200][[{"ContentId":{"Namespace":"Default","Name":"msedgeupdate-stable-win-x86","Version":"1.3.177.11"}}]]
[08/11/23 22:48:06.184][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CheckForUpdate][Latest][app_id {F3C4FE00-EFD5-403B-9569-398A20F1BA4A}][latest_version 1.3.177.11]
[08/11/23 22:48:06.184][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CheckForUpdate][app_id {F3C4FE00-EFD5-403B-9569-398A20F1BA4A}][already up-to-date]
[08/11/23 22:48:06.184][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CdpServicesClient::SendInternal][The app_requests were empty for request being sent to][namespace: WebXTApps]
[08/11/23 22:48:06.184][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CdpServicesClient::LegacySendInternal][There were no apps to request.]
[08/11/23 22:48:06.184][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][CdpServicesClient::Send][finished]
[08/11/23 22:48:06.184][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:06.262][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:06.262][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:06.262][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:06.262][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:06.262][MicrosoftEdgeUpdate:msedgeupdate][4528:1756][IsManaged][Group Policy][1]
[08/11/23 22:48:06.262][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][DoInstallApps returning][0x00000000]
[08/11/23 22:48:06.262][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][Update all apps process finished][0x0]
[08/11/23 22:48:06.262][MicrosoftEdgeUpdate:msedgeupdate][4528:4572][Started process][1280]
[08/11/23 22:48:06.262][MicrosoftEdgeUpdate:msedgeupdate][9136:5336][DllEntry exit][0x00000000]
[08/11/23 22:48:06.278][MicrosoftEdgeUpdate:msedgeupdate][1280:940][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/11/23 22:48:06.294][MicrosoftEdgeUpdate:msedgeupdate][1280:940][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzcuMTEiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7NEU0MDdDRjktQkZDMC00Mjc2LTlFNDAtOUYzQTFCMTk2QzZGfSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0ic2NoZWR1bGVyIiByZXF1ZXN0aWQ9IntENTEwNTMwNy1BRjc0LTQxM0QtODk1OS05MEUyRkE2MjcxMUZ9IiBwZXJpb2RvdmVycmlkZXNlYz0iNjAiIGRlZHVwPSJjciIgZG9tYWluam9pbmVkPSIxIj48aHcgbG9naWNhbF9jcHVzPSI0IiBwaHlzbWVtb3J5PSIyIiBkaXNrX3R5cGU9IjIiIHNzZT0iMSIgc3NlMj0iMSIgc3NlMz0iMSIgc3NzZTM9IjEiIHNzZTQxPSIxIiBzc2U0Mj0iMSIgYXZ4PSIxIi8-PG9zIHBsYXRmb3JtPSJ3aW4iIHZlcnNpb249IjEwLjAuMTkwNDUuMzIwOCIgc3A9IiIgYXJjaD0ieDY0IiBwcm9kdWN0X3R5cGU9IjQiIG9zX3JlZ2lvbl9uYW1lPSJVUyIgb3NfcmVnaW9uX25hdGlvbj0iMjQ0IiBvc19yZWdpb25fZG1hPSIwIiBpc193aXA9IjAiIGlzX2luX2xvY2tkb3duX21vZGU9IjAiLz48b2VtIHByb2R1Y3RfbWFudWZhY3R1cmVyPSJNaWNyb3NvZnQgQ29ycG9yYXRpb24iIHByb2R1Y3RfbmFtZT0iVmlydHVhbCBNYWNoaW5lIi8-PGV4cCBldGFnPSImcXVvdDtyNDUydDErazJUZ3EvSFh6anZGTkJSaG9wQldSOXNialh4cWVVREg5dVgwPSZxdW90OyIvPjxhcHAgYXBwaWQ9IntGM0M0RkUwMC1FRkQ1LTQwM0ItOTU2OS0zOThBMjBGMUJBNEF9IiB2ZXJzaW9uPSIxLjMuMTc3LjExIiBuZXh0dmVyc2lvbj0iIiBsYW5nPSIiIGJyYW5kPSJJTkJYIiBjbGllbnQ9IiIgaW5zdGFsbGFnZT0iMjQiIGNvaG9ydD0icnJmQDAuOTYiPjx1cGRhdGVjaGVjay8-PHBpbmcgcmQ9IjYwNjYiIHBpbmdfZnJlc2huZXNzPSJ7NTk1NjlEQzktM0UxRS00MzQ5LTgzM0MtMDY2OUU2RkUzNDhFfSIvPjwvYXBwPjxhcHAgYXBwaWQ9Ins1NkVCMThGOC1CMDA4LTRDQkQtQjZEMi04Qzk3RkU3RTkwNjJ9IiB2ZXJzaW9uPSIxMTIuMC4xNzIyLjM0IiBuZXh0dmVyc2lvbj0iIiBhcD0ic3RhYmxlLWFyY2hfeDY0IiBsYW5nPSIiIGJyYW5kPSJJTkJYIiBjbGllbnQ9IiIgb29iZV9pbnN0YWxsX3RpbWU9IjEzMzMzNjExNzE2MDMwODU1MCIgdXBkYXRlX2NvdW50PSIxIiBpc19waW5uZWRfc3lzdGVtPSJ0cnVlIiBsYXN0X2xhdW5jaF9jb3VudD0iMSIgbGFzdF9sYXVuY2hfdGltZT0iMTMzMzYyMzcxMjMxNjIyNTMwIj48dXBkYXRlY2hlY2sgdXBkYXRlZGlzYWJsZWQ9InRydWUiLz48cGluZyBhY3RpdmU9IjEiIGFkPSI2MDY2IiByZD0iNjA2NiIgcGluZ19mcmVzaG5lc3M9Ins4QjA5RUZGMS1BMTY5LTRCOTMtQTNCMi1EQUFENUQ0ODBCRjd9Ii8-PC9hcHA-PGFwcCBhcHBpZD0ie0YzMDE3MjI2LUZFMkEtNDI5NS04QkRGLTAwQzNBOUE3RTRDNX0iIHZlcnNpb249IjExNC4wLjE4MjMuODIiIG5leHR2ZXJzaW9uPSIiIGxhbmc9IiIgYnJhbmQ9IkVVV1YiIGNsaWVudD0iIiBpbnN0YWxsYWdlPSIzMCIgaW5zdGFsbGRhdGU9IjYwMzQiIGNvaG9ydD0icnJmQDAuNjciIHVwZGF0ZV9jb3VudD0iMiI-PHVwZGF0ZWNoZWNrIHVwZGF0ZWRpc2FibGVkPSJ0cnVlIi8-PHBpbmcgcmQ9IjYwNjYiIHBpbmdfZnJlc2huZXNzPSJ7QUVDQkE0RkUtOUU1RS00OTAxLTg3QTktNDk5RTk0RUIxN0REfSIvPjwvYXBwPjwvcmVxdWVzdD4]
[08/11/23 22:48:06.294][MicrosoftEdgeUpdate:msedgeupdate][1280:940][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/11/23 22:48:06.294][MicrosoftEdgeUpdate:msedgeupdate][1280:940][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/11/23 22:48:06.309][MicrosoftEdgeUpdate:msedgeupdate][1280:940][IsManaged][Group Policy][1]
[08/11/23 22:48:06.309][MicrosoftEdgeUpdate:msedgeupdate][1280:940][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/11/23 22:48:06.309][MicrosoftEdgeUpdate:msedgeupdate][1280:940][App heartbeat][AppName: edgeupdate][Channel: 6][pv: 1.3.177.11][opv: ]
[08/11/23 22:48:06.309][MicrosoftEdgeUpdate:msedgeupdate][1280:940][App heartbeat][AppName: stable][Channel: 4][pv: 112.0.1722.34][opv: ]
[08/11/23 22:48:06.309][MicrosoftEdgeUpdate:msedgeupdate][1280:940][App heartbeat][AppName: webview][Channel: 5][pv: 114.0.1823.82][opv: ]
[08/11/23 22:48:06.309][MicrosoftEdgeUpdate:msedgeupdate][1280:940][DllEntry exit][0x00000000]
[08/11/23 22:48:06.341][MicrosoftEdgeUpdate:msedgeupdate][4528:4004][DllEntry exit][0x00000000]

示例 - 6

[08/17/23 16:25:31.233][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][0][update_default][-1][experimentation_configuration_service_control_allowed][-1]]
[08/17/23 16:25:31.233][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][DllEntry]["C:\Program Files (x86)\Microsoft\Temp\EU4A37.tmp\MicrosoftEdgeUpdate.exe" /silent /install "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft Edge&needsAdmin=True&usagestats=0&ap=stable-arch_x64" /installsource enterprisemsi /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%2C%22msi_product_id%22%3A%22D2BB5FC0-B424-3551-8B74-C08F896CCE5E%22%2C%22allow_downgrade%22%3Afalse%2C%22do_not_create_desktop_shortcut%22%3Afalse%2C%22do_not_create_taskbar_shortcut%22%3Afalse%7D%7D"]
[08/17/23 16:25:31.233][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][C:\Program Files (x86)\Microsoft\Temp\EU4A37.tmp\msedgeupdate.dll][version 1.3.173.55][opt][official]
[08/17/23 16:25:31.233][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\Temp\EU4A37.tmp]
[08/17/23 16:25:31.265][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][GoopdateImpl::DoInstall]
[08/17/23 16:25:31.280][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Existing version: 1.3.177.11][Running version: 1.3.173.55]
[08/17/23 16:25:31.280][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Started process][5716]
[08/17/23 16:25:31.312][MicrosoftEdgeUpdate:msedgeupdate][5716:9160][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][0][update_default][-1][experimentation_configuration_service_control_allowed][-1]]
[08/17/23 16:25:31.327][MicrosoftEdgeUpdate:msedgeupdate][5716:9160][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /healthcheck]
[08/17/23 16:25:31.327][MicrosoftEdgeUpdate:msedgeupdate][5716:9160][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:25:31.327][MicrosoftEdgeUpdate:msedgeupdate][5716:9160][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:25:31.327][MicrosoftEdgeUpdate:msedgeupdate][5716:9160][DllEntry exit][0x00000000]
[08/17/23 16:25:31.327][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][machine = 1][existing version = 1.3.177.11][should_install = 0]
[08/17/23 16:25:31.343][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Started process][7320]
[08/17/23 16:25:31.379][MicrosoftEdgeUpdate:msedgeupdate][7320:6544][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][0][update_default][-1][experimentation_configuration_service_control_allowed][-1]]
[08/17/23 16:25:31.379][MicrosoftEdgeUpdate:msedgeupdate][7320:6544][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzMuNTUiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7RTAyNEI3MTctOTY2My00MUY2LUE0MEMtNDIyQzNBQTIwMURBfSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0iZW50ZXJwcmlzZW1zaSIgcmVxdWVzdGlkPSJ7MEUxRjhDQUYtOTUzMy00QjNCLUEyOUYtM0E1OTU2NkI5N0VGfSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjEiPjxodyBsb2dpY2FsX2NwdXM9IjQiIHBoeXNtZW1vcnk9IjMiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0NS4zMzI0IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNCIgaXNfd2lwPSIwIiBpc19pbl9sb2NrZG93bl9tb2RlPSIwIi8-PG9lbSBwcm9kdWN0X21hbnVmYWN0dXJlcj0iTWljcm9zb2Z0IENvcnBvcmF0aW9uIiBwcm9kdWN0X25hbWU9IlZpcnR1YWwgTWFjaGluZSIvPjxleHAgZXRhZz0iJnF1b3Q7cjQ1MnQxK2syVGdxL0hYemp2Rk5CUmhvcEJXUjlzYmpYeHFlVURIOXVYMD0mcXVvdDsiLz48YXBwIGFwcGlkPSJ7RjNDNEZFMDAtRUZENS00MDNCLTk1NjktMzk4QTIwRjFCQTRBfSIgdmVyc2lvbj0iMS4zLjE3Ny4xMSIgbmV4dHZlcnNpb249IjEuMy4xNzMuNTUiIGxhbmc9IiIgYnJhbmQ9IiIgY2xpZW50PSIiPjxldmVudCBldmVudHR5cGU9IjIiIGV2ZW50cmVzdWx0PSIxIiBlcnJvcmNvZGU9IjAiIGV4dHJhY29kZTE9IjAiIHN5c3RlbV91cHRpbWVfdGlja3M9IjQwNjYxNTgxOTIwMDkiIGluc3RhbGxfdGltZV9tcz0iNjIiLz48L2FwcD48L3JlcXVlc3Q-]
[08/17/23 16:25:31.379][MicrosoftEdgeUpdate:msedgeupdate][7320:6544][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:25:31.379][MicrosoftEdgeUpdate:msedgeupdate][7320:6544][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:25:31.410][MicrosoftEdgeUpdate:msedgeupdate][7320:6544][IsManaged][Group Policy][1]
[08/17/23 16:25:31.410][MicrosoftEdgeUpdate:msedgeupdate][7320:6544][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/17/23 16:25:31.410][MicrosoftEdgeUpdate:msedgeupdate][7320:6544][App heartbeat][AppName: edgeupdate][Channel: 6][pv: 1.3.177.11][opv: ]
[08/17/23 16:25:31.410][MicrosoftEdgeUpdate:msedgeupdate][7320:6544][DllEntry exit][0x00000000]
[08/17/23 16:25:31.425][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Started process][8316]
[08/17/23 16:25:31.425][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Waiting for application install to complete]
[08/17/23 16:25:31.457][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][0][update_default][-1][experimentation_configuration_service_control_allowed][-1]]
[08/17/23 16:25:31.457][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /handoff "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft Edge&needsAdmin=True&usagestats=0&ap=stable-arch_x64" /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%2C%22msi_product_id%22%3A%22D2BB5FC0-B424-3551-8B74-C08F896CCE5E%22%2C%22allow_downgrade%22%3Afalse%2C%22do_not_create_desktop_shortcut%22%3Afalse%2C%22do_not_create_taskbar_shortcut%22%3Afalse%7D%7D" /installsource enterprisemsi /sessionid "{E024B717-9663-41F6-A40C-422C3AA201DA}" /silent /offlinedir "{57709446-3E1B-4D09-A9E4-15E607D4CC71}"]
[08/17/23 16:25:31.457][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:25:31.472][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:25:31.472][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][GoopdateImpl::DoHandoff]
[08/17/23 16:25:31.472][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][InstallApps][is_machine: 1][is_interactive: 0][is_eula_accepted: 1][is_oem_install: 0][is_offline: 1][is_enterprise_install: 0][offline_directory: {57709446-3E1B-4D09-A9E4-15E607D4CC71}]
[08/17/23 16:25:31.504][MicrosoftEdgeUpdate:msedgeupdate][9552:10232][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][0][update_default][-1][experimentation_configuration_service_control_allowed][-1]]
[08/17/23 16:25:31.504][MicrosoftEdgeUpdate:msedgeupdate][9552:10232][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /svc]
[08/17/23 16:25:31.504][MicrosoftEdgeUpdate:msedgeupdate][9552:10232][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:25:31.504][MicrosoftEdgeUpdate:msedgeupdate][9552:10232][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:25:31.519][MicrosoftEdgeUpdate:psmachine][8316:5872][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][0][update_default][-1][experimentation_configuration_service_control_allowed][-1]]
[08/17/23 16:25:31.629][MicrosoftEdgeUpdate:msedgeupdate][9552:6820][IsManaged][Group Policy][1]
[08/17/23 16:25:31.629][MicrosoftEdgeUpdate:msedgeupdate][9552:6820][App Update disabled][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}]
[08/17/23 16:25:31.629][MicrosoftEdgeUpdate:msedgeupdate][9552:6820][AppState::Error][0x0128E7A8][0x80040812][Your organization has applied a Group Policy that prevents installation.]
[08/17/23 16:25:31.629][MicrosoftEdgeUpdate:msedgeupdate][9552:6820][IsManaged][Group Policy][1]
[08/17/23 16:25:31.629][MicrosoftEdgeUpdate:msedgeupdate][9552:6820][AppStateError::PostUpdateCheck][0128E7A8]
[08/17/23 16:25:31.738][MicrosoftEdgeUpdate:msedgeupdate][9552:6820][IsManaged][Group Policy][1]
[08/17/23 16:25:31.738][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][DoInstallApps returning error][0x80040812]
[08/17/23 16:25:31.738][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][ExecuteMode failed][0x80040812][mode: 12]
[08/17/23 16:25:31.738][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][GoopdateImpl::HandleError][0x80040812][0]
[08/17/23 16:25:31.738][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][Creating WER report for failed install][0x80040812][InstallError][{E024B717-9663-41F6-A40C-422C3AA201DA}][-1]
[08/17/23 16:25:31.738][MicrosoftEdgeUpdate:msedgeupdate][9552:4716][Started process][10024]
[08/17/23 16:25:31.769][MicrosoftEdgeUpdate:msedgeupdate][10024:7024][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][0][update_default][-1][experimentation_configuration_service_control_allowed][-1]]
[08/17/23 16:25:31.769][MicrosoftEdgeUpdate:msedgeupdate][10024:7024][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzcuMTEiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7RTAyNEI3MTctOTY2My00MUY2LUE0MEMtNDIyQzNBQTIwMURBfSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0iZW50ZXJwcmlzZW1zaSIgcmVxdWVzdGlkPSJ7Q0YxMzdFODUtMTU4Ny00N0Q1LTk2MkItMTVFNjM5MjM4MjIxfSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjEiPjxodyBsb2dpY2FsX2NwdXM9IjQiIHBoeXNtZW1vcnk9IjMiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0NS4zMzI0IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNCIgb3NfcmVnaW9uX25hbWU9IlVTIiBvc19yZWdpb25fbmF0aW9uPSIyNDQiIG9zX3JlZ2lvbl9kbWE9IjAiIGlzX3dpcD0iMCIgaXNfaW5fbG9ja2Rvd25fbW9kZT0iMCIvPjxvZW0gcHJvZHVjdF9tYW51ZmFjdHVyZXI9Ik1pY3Jvc29mdCBDb3Jwb3JhdGlvbiIgcHJvZHVjdF9uYW1lPSJWaXJ0dWFsIE1hY2hpbmUiLz48ZXhwIGV0YWc9IiZxdW90O3I0NTJ0MStrMlRncS9IWHpqdkZOQlJob3BCV1I5c2JqWHhxZVVESDl1WDA9JnF1b3Q7Ii8-PGFwcCBhcHBpZD0iezU2RUIxOEY4LUIwMDgtNENCRC1CNkQyLThDOTdGRTdFOTA2Mn0iIHZlcnNpb249IiIgbmV4dHZlcnNpb249IiIgYXA9InN0YWJsZS1hcmNoX3g2NCIgbGFuZz0iIiBicmFuZD0iIiBjbGllbnQ9IiIgZXhwZXJpbWVudHM9ImNvbnNlbnQ9ZmFsc2UiIGxhc3RfbGF1bmNoX2NvdW50PSIxIiBsYXN0X2xhdW5jaF90aW1lPSIxMzMzNjczMzk0NTk2NDk1OTAiPjx1cGRhdGVjaGVjayB1cGRhdGVkaXNhYmxlZD0idHJ1ZSIvPjxldmVudCBldmVudHR5cGU9IjIiIGV2ZW50cmVzdWx0PSIwIiBlcnJvcmNvZGU9Ii0yMTQ3MjE5NDM4IiBleHRyYWNvZGUxPSIyNjg0MzU0NTgiIHN5c3RlbV91cHRpbWVfdGlja3M9IjQwNjYxNjEyMDcxMjgiLz48L2FwcD48L3JlcXVlc3Q-]
[08/17/23 16:25:31.769][MicrosoftEdgeUpdate:msedgeupdate][10024:7024][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:25:31.769][MicrosoftEdgeUpdate:msedgeupdate][10024:7024][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:25:31.801][MicrosoftEdgeUpdate:msedgeupdate][10024:7024][IsManaged][Group Policy][1]
[08/17/23 16:25:31.801][MicrosoftEdgeUpdate:msedgeupdate][10024:7024][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/17/23 16:25:31.801][MicrosoftEdgeUpdate:msedgeupdate][10024:7024][App heartbeat][AppName: stable][Channel: 4][pv: 112.0.1722.46][opv: ]
[08/17/23 16:25:31.801][MicrosoftEdgeUpdate:msedgeupdate][10024:7024][DllEntry exit][0x00000000]
[08/17/23 16:25:31.801][MicrosoftEdgeUpdate:msedgeupdate][9552:10232][DllEntry exit][0x00000000]
[08/17/23 16:25:31.988][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][WER Report queued]
[08/17/23 16:25:31.988][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][Main failed]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /handoff "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft Edge&needsAdmin=True&usagestats=0&ap=stable-arch_x64" /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%2C%22msi_product_id%22%3A%22D2BB5FC0-B424-3551-8B74-C08F896CCE5E%22%2C%22allow_downgrade%22%3Afalse%2C%22do_not_create_desktop_shortcut%22%3Afalse%2C%22do_not_create_taskbar_shortcut%22%3Afalse%7D%7D" /installsource enterprisemsi /sessionid "{E024B717-9663-41F6-A40C-422C3AA201DA}" /silent /offlinedir "{57709446-3E1B-4D09-A9E4-15E607D4CC71}"][0x80040812]
[08/17/23 16:25:31.988][MicrosoftEdgeUpdate:msedgeupdate][8316:5872][DllEntry exit][0x80040812]
[08/17/23 16:25:31.988][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Handoff exited with error][0x80040812]
[08/17/23 16:25:31.988][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][InstallApplications failed][0x80040812]
[08/17/23 16:25:31.988][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Failed to install][0x80040812][There was a problem installing. Error code: 0x80040812.]
[08/17/23 16:25:32.004][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][ExecuteMode failed][0x80040812][mode: 9]
[08/17/23 16:25:32.004][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][GoopdateImpl::HandleError][0x80040812][1]
[08/17/23 16:25:32.004][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Creating WER report for failed install][0x80040812][InstallError][][-1]
[08/17/23 16:25:32.191][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][WER Report queued]
[08/17/23 16:25:32.191][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Setup::Uninstall]
[08/17/23 16:25:32.191][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][CanUninstallGoogleUpdate returned 0]
[08/17/23 16:25:32.191][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][Main failed]["C:\Program Files (x86)\Microsoft\Temp\EU4A37.tmp\MicrosoftEdgeUpdate.exe" /silent /install "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft Edge&needsAdmin=True&usagestats=0&ap=stable-arch_x64" /installsource enterprisemsi /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%2C%22msi_product_id%22%3A%22D2BB5FC0-B424-3551-8B74-C08F896CCE5E%22%2C%22allow_downgrade%22%3Afalse%2C%22do_not_create_desktop_shortcut%22%3Afalse%2C%22do_not_create_taskbar_shortcut%22%3Afalse%7D%7D"][0x80040812]
[08/17/23 16:25:32.191][MicrosoftEdgeUpdate:msedgeupdate][8860:2900][DllEntry exit][0x80040812]

示例 - 7

MicrosoftEdgeUpdate.log

[08/17/23 16:16:07.341][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/17/23 16:16:07.372][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][DllEntry]["C:\Program Files (x86)\Microsoft\Temp\EUAE9A.tmp\MicrosoftEdgeUpdate.exe" /silent /install "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft Edge&needsAdmin=True&usagestats=0&ap=stable-arch_x64" /installsource enterprisemsi /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%2C%22msi_product_id%22%3A%220F1D922D-7595-3B9A-B9BF-25F019E0BF5F%22%2C%22allow_downgrade%22%3Afalse%2C%22do_not_create_desktop_shortcut%22%3Afalse%2C%22do_not_create_taskbar_shortcut%22%3Afalse%7D%7D"]
[08/17/23 16:16:07.372][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][C:\Program Files (x86)\Microsoft\Temp\EUAE9A.tmp\msedgeupdate.dll][version 1.3.173.55][opt][official]
[08/17/23 16:16:07.372][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\Temp\EUAE9A.tmp]
[08/17/23 16:16:07.388][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][GoopdateImpl::DoInstall]
[08/17/23 16:16:07.403][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][Existing version: 1.3.177.11][Running version: 1.3.173.55]
[08/17/23 16:16:07.419][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][Started process][9264]
[08/17/23 16:16:07.450][MicrosoftEdgeUpdate:msedgeupdate][9264:8576][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/17/23 16:16:07.450][MicrosoftEdgeUpdate:msedgeupdate][9264:8576][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /healthcheck]
[08/17/23 16:16:07.450][MicrosoftEdgeUpdate:msedgeupdate][9264:8576][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:16:07.450][MicrosoftEdgeUpdate:msedgeupdate][9264:8576][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:16:07.466][MicrosoftEdgeUpdate:msedgeupdate][9264:8576][DllEntry exit][0x00000000]
[08/17/23 16:16:07.481][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][machine = 1][existing version = 1.3.177.11][should_install = 0]
[08/17/23 16:16:07.497][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][Started process][7240]
[08/17/23 16:16:07.528][MicrosoftEdgeUpdate:msedgeupdate][7240:2892][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/17/23 16:16:07.528][MicrosoftEdgeUpdate:msedgeupdate][7240:2892][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzMuNTUiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7QUU4OEYyMDMtN0ZBOC00MjgyLTlEOUItQkRFQkQzREQxNTVEfSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0iZW50ZXJwcmlzZW1zaSIgcmVxdWVzdGlkPSJ7NTcxRjU2RjMtMEIyNy00QjI3LUI5NDktQzM0MTcyNjAxRDdFfSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjEiPjxodyBsb2dpY2FsX2NwdXM9IjQiIHBoeXNtZW1vcnk9IjMiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0NS4zMzI0IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNCIgaXNfd2lwPSIwIiBpc19pbl9sb2NrZG93bl9tb2RlPSIwIi8-PG9lbSBwcm9kdWN0X21hbnVmYWN0dXJlcj0iTWljcm9zb2Z0IENvcnBvcmF0aW9uIiBwcm9kdWN0X25hbWU9IlZpcnR1YWwgTWFjaGluZSIvPjxleHAgZXRhZz0iJnF1b3Q7cjQ1MnQxK2syVGdxL0hYemp2Rk5CUmhvcEJXUjlzYmpYeHFlVURIOXVYMD0mcXVvdDsiLz48YXBwIGFwcGlkPSJ7RjNDNEZFMDAtRUZENS00MDNCLTk1NjktMzk4QTIwRjFCQTRBfSIgdmVyc2lvbj0iMS4zLjE3Ny4xMSIgbmV4dHZlcnNpb249IjEuMy4xNzMuNTUiIGxhbmc9IiIgYnJhbmQ9IiIgY2xpZW50PSIiPjxldmVudCBldmVudHR5cGU9IjIiIGV2ZW50cmVzdWx0PSIxIiBlcnJvcmNvZGU9IjAiIGV4dHJhY29kZTE9IjAiIHN5c3RlbV91cHRpbWVfdGlja3M9IjQwNjA1MTk2NDc1NTUiIGluc3RhbGxfdGltZV9tcz0iOTMiLz48L2FwcD48L3JlcXVlc3Q-]
[08/17/23 16:16:07.528][MicrosoftEdgeUpdate:msedgeupdate][7240:2892][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:16:07.528][MicrosoftEdgeUpdate:msedgeupdate][7240:2892][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:16:07.590][MicrosoftEdgeUpdate:msedgeupdate][7240:2892][IsManaged][Group Policy][1]
[08/17/23 16:16:07.590][MicrosoftEdgeUpdate:msedgeupdate][7240:2892][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/17/23 16:16:07.590][MicrosoftEdgeUpdate:msedgeupdate][7240:2892][App heartbeat][AppName: edgeupdate][Channel: 6][pv: 1.3.177.11][opv: ]
[08/17/23 16:16:07.606][MicrosoftEdgeUpdate:msedgeupdate][7240:2892][DllEntry exit][0x00000000]
[08/17/23 16:16:07.637][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][Started process][7908]
[08/17/23 16:16:07.653][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][Waiting for application install to complete]
[08/17/23 16:16:07.668][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/17/23 16:16:07.668][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /handoff "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&appname=Microsoft Edge&needsAdmin=True&usagestats=0&ap=stable-arch_x64" /appargs "appguid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}&installerdata=%7B%22distribution%22%3A%7B%22msi%22%3Atrue%2C%22system_level%22%3Atrue%2C%22verbose_logging%22%3Atrue%2C%22msi_product_id%22%3A%220F1D922D-7595-3B9A-B9BF-25F019E0BF5F%22%2C%22allow_downgrade%22%3Afalse%2C%22do_not_create_desktop_shortcut%22%3Afalse%2C%22do_not_create_taskbar_shortcut%22%3Afalse%7D%7D" /installsource enterprisemsi /sessionid "{AE88F203-7FA8-4282-9D9B-BDEBD3DD155D}" /silent /offlinedir "{7D887660-7CE1-401C-8182-8755878ADEE1}"]
[08/17/23 16:16:07.668][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:16:07.668][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:16:07.684][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][GoopdateImpl::DoHandoff]
[08/17/23 16:16:07.684][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][InstallApps][is_machine: 1][is_interactive: 0][is_eula_accepted: 1][is_oem_install: 0][is_offline: 1][is_enterprise_install: 0][offline_directory: {7D887660-7CE1-401C-8182-8755878ADEE1}]
[08/17/23 16:16:07.715][MicrosoftEdgeUpdate:msedgeupdate][7740:9592][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/17/23 16:16:07.715][MicrosoftEdgeUpdate:msedgeupdate][7740:9592][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /svc]
[08/17/23 16:16:07.715][MicrosoftEdgeUpdate:msedgeupdate][7740:9592][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:16:07.715][MicrosoftEdgeUpdate:msedgeupdate][7740:9592][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:16:07.747][MicrosoftEdgeUpdate:psmachine][7908:7640][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/17/23 16:16:07.856][MicrosoftEdgeUpdate:msedgeupdate][7740:6584][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/17/23 16:16:07.934][MicrosoftEdgeUpdate:msedgeupdate][7740:6584][PackageCache::Put][hardlinked] [source_file 'C:\Program Files (x86)\Microsoft\EdgeUpdate\Offline\{7D887660-7CE1-401C-8182-8755878ADEE1}\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\MicrosoftEdge_X64_112.0.1722.46.exe']
[08/17/23 16:16:07.981][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][DownloadManager::DoDownloadPackage][appid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}; version=112.0.1722.46; package_name=MicrosoftEdge_X64_112.0.1722.46.exe]
[08/17/23 16:16:08.997][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][package is already cached]
[08/17/23 16:16:08.997][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][AppStateWaitingToInstall::PreInstallTasks][8007051b]
[08/17/23 16:16:10.528][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][Installing][display name: Microsoft Edge][app id: {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][installer path: C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\MicrosoftEdge_X64_112.0.1722.46.exe][manifest args: --msedge --verbose-logging --do-not-launch-msedge --system-level][additional args: ][all args: --msedge --verbose-logging --do-not-launch-msedge --system-level][installer data: {"distribution":{"msi":true,"system_level":true,"verbose_logging":true,"msi_product_id":"0F1D922D-7595-3B9A-B9BF-25F019E0BF5F","allow_downgrade":false,"do_not_create_desktop_shortcut":false,"do_not_create_taskbar_shortcut":false}}][untrusted data: ][priority: 10]
[08/17/23 16:16:10.528][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][Running installer][C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\MicrosoftEdge_X64_112.0.1722.46.exe][--msedge --verbose-logging --do-not-launch-msedge --system-level /installerdata="C:\Windows\TEMP\guiE858.tmp"][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}]
[08/17/23 16:16:32.621][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][InstallerResult][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][0]
[08/17/23 16:16:32.621][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][InstallApp returned][0x0][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][type:1][code: 2][]["C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --from-installer]
[08/17/23 16:16:32.621][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][Purge version][C:\Program Files (x86)\Microsoft\EdgeUpdate\Download\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\112.0.1722.34][0x0]
[08/17/23 16:16:32.715][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][DoInstallApps returning][0x00000000]
[08/17/23 16:16:32.715][MicrosoftEdgeUpdate:msedgeupdate][7908:7640][DllEntry exit][0x00000000]
[08/17/23 16:16:32.731][MicrosoftEdgeUpdate:msedgeupdate][7740:6584][Started process][3044]
[08/17/23 16:16:32.746][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][Setup::Uninstall]
[08/17/23 16:16:32.824][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][CanUninstallGoogleUpdate returned 0]
[08/17/23 16:16:32.824][MicrosoftEdgeUpdate:msedgeupdate][6280:2652][DllEntry exit][0x00000000]
[08/17/23 16:16:32.824][MicrosoftEdgeUpdate:msedgeupdate][3044:6596][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][0][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/17/23 16:16:32.824][MicrosoftEdgeUpdate:msedgeupdate][3044:6596][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzcuMTEiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7QUU4OEYyMDMtN0ZBOC00MjgyLTlEOUItQkRFQkQzREQxNTVEfSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0iZW50ZXJwcmlzZW1zaSIgcmVxdWVzdGlkPSJ7N0YwQTVGRjYtRTQ2MS00MDJGLTg3NUMtNTAzMkVEMEU3RjNEfSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjEiPjxodyBsb2dpY2FsX2NwdXM9IjQiIHBoeXNtZW1vcnk9IjMiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0NS4zMzI0IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNCIgb3NfcmVnaW9uX25hbWU9IlVTIiBvc19yZWdpb25fbmF0aW9uPSIyNDQiIG9zX3JlZ2lvbl9kbWE9IjAiIGlzX3dpcD0iMCIgaXNfaW5fbG9ja2Rvd25fbW9kZT0iMCIvPjxvZW0gcHJvZHVjdF9tYW51ZmFjdHVyZXI9Ik1pY3Jvc29mdCBDb3Jwb3JhdGlvbiIgcHJvZHVjdF9uYW1lPSJWaXJ0dWFsIE1hY2hpbmUiLz48ZXhwIGV0YWc9IiZxdW90O3I0NTJ0MStrMlRncS9IWHpqdkZOQlJob3BCV1I5c2JqWHhxZVVESDl1WDA9JnF1b3Q7Ii8-PGFwcCBhcHBpZD0iezU2RUIxOEY4LUIwMDgtNENCRC1CNkQyLThDOTdGRTdFOTA2Mn0iIHZlcnNpb249IiIgbmV4dHZlcnNpb249IjExMi4wLjE3MjIuNDYiIGFwPSJzdGFibGUtYXJjaF94NjQiIGxhbmc9IiIgYnJhbmQ9IiIgY2xpZW50PSIiIGV4cGVyaW1lbnRzPSJjb25zZW50PWZhbHNlIiBsYXN0X2xhdW5jaF9jb3VudD0iMSIgbGFzdF9sYXVuY2hfdGltZT0iMTMzMzY3MzM1Njk4Mjg1MjUwIj48dXBkYXRlY2hlY2svPjxldmVudCBldmVudHR5cGU9IjkiIGV2ZW50cmVzdWx0PSIxIiBlcnJvcmNvZGU9IjAiIGV4dHJhY29kZTE9IjAiIHN5c3RlbV91cHRpbWVfdGlja3M9IjQwNjA1MjQ0ODkwNzAiIGRvbmVfYmVmb3JlX29vYmVfY29tcGxldGU9IjAiLz48ZXZlbnQgZXZlbnR0eXBlPSI1IiBldmVudHJlc3VsdD0iMSIgZXJyb3Jjb2RlPSIwIiBleHRyYWNvZGUxPSIwIiBzeXN0ZW1fdXB0aW1lX3RpY2tzPSI0MDYwNTI0NjQzNzM0IiBkb25lX2JlZm9yZV9vb2JlX2NvbXBsZXRlPSIwIi8-PGV2ZW50IGV2ZW50dHlwZT0iMSIgZXZlbnRyZXN1bHQ9IjEiIGVycm9yY29kZT0iMCIgZXh0cmFjb2RlMT0iMCIgc3lzdGVtX3VwdGltZV90aWNrcz0iNDA2MDUzNDc5OTg4NyIgZG9uZV9iZWZvcmVfb29iZV9jb21wbGV0ZT0iMCIvPjxldmVudCBldmVudHR5cGU9IjYiIGV2ZW50cmVzdWx0PSIxIiBlcnJvcmNvZGU9IjAiIGV4dHJhY29kZTE9IjAiIHN5c3RlbV91cHRpbWVfdGlja3M9IjQwNjA1NTAxMTI0MzQiIGRvbmVfYmVmb3JlX29vYmVfY29tcGxldGU9IjAiLz48ZXZlbnQgZXZlbnR0eXBlPSIyIiBldmVudHJlc3VsdD0iMSIgZXJyb3Jjb2RlPSIwIiBleHRyYWNvZGUxPSIxOTY2MDgiIHN5c3RlbV91cHRpbWVfdGlja3M9IjQwNjA3NzE5ODcwMzEiIGRvbmVfYmVmb3JlX29vYmVfY29tcGxldGU9IjAiIHVwZGF0ZV9jaGVja190aW1lX21zPSI0NyIgZG93bmxvYWRlZD0iMTQzMDI1MTEyIiB0b3RhbD0iMTQzMDI1MTEyIiBwYWNrYWdlX2NhY2hlX3Jlc3VsdD0iMSIgaW5zdGFsbF90aW1lX21zPSIyMjA5MyIvPjwvYXBwPjxhcHAgYXBwaWQ9InsyQ0Q4QTAwNy1FMTg5LTQwOUQtQTJDOC05QUY0RUYzQzcyQUF9IiB2ZXJzaW9uPSIxMTYuMC4xOTM4LjI5IiBuZXh0dmVyc2lvbj0iIiBhcD0iYmV0YS1hcmNoX3g2NCIgbGFuZz0iIiBicmFuZD0iR0NFVSIgY2xpZW50PSIiIGluc3RhbGxhZ2U9IjEiIGluc3RhbGxkYXRlPSI2MDY5IiBsYXN0X2xhdW5jaF9jb3VudD0iMSIgbGFzdF9sYXVuY2hfdGltZT0iMTMzMzY2MzUwOTg5NTk2NTYwIj48ZXZlbnQgZXZlbnR0eXBlPSI0IiBldmVudHJlc3VsdD0iMSIgZXJyb3Jjb2RlPSIwIiBleHRyYWNvZGUxPSIwIiBzeXN0ZW1fdXB0aW1lX3RpY2tzPSI0MDYwNTI0NDg5MDcwIi8-PC9hcHA-PC9yZXF1ZXN0Pg]
[08/17/23 16:16:32.824][MicrosoftEdgeUpdate:msedgeupdate][3044:6596][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/17/23 16:16:32.824][MicrosoftEdgeUpdate:msedgeupdate][3044:6596][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/17/23 16:16:33.012][MicrosoftEdgeUpdate:msedgeupdate][3044:6596][IsManaged][Group Policy][1]
[08/17/23 16:16:33.012][MicrosoftEdgeUpdate:msedgeupdate][3044:6596][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/17/23 16:16:33.012][MicrosoftEdgeUpdate:msedgeupdate][3044:6596][App heartbeat][AppName: stable][Channel: 4][pv: 112.0.1722.46][opv: ]
[08/17/23 16:16:33.012][MicrosoftEdgeUpdate:msedgeupdate][3044:6596][DllEntry exit][0x00000000]
[08/17/23 16:16:33.043][MicrosoftEdgeUpdate:msedgeupdate][7740:9592][DllEntry exit][0x00000000]

msedge_installer.log

[7868:8476:0817/161610.747:406055218:VERBOSE1:trace_logging.cc(21)] Register TraceLogging provider
[7868:8476:0817/161610.747:406055218:VERBOSE1:setup_main.cc(2857)] Command Line: "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\EDGEMITMP_F2C52.tmp\setup.exe" --install-archive="C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\MicrosoftEdge_X64_112.0.1722.46.exe" --msedge --verbose-logging --do-not-launch-msedge --system-level /installerdata="C:\Windows\TEMP\guiE858.tmp"
[7868:8476:0817/161610.747:406055218:VERBOSE1:setup_main.cc(2863)] system install is 1
[7868:8476:0817/161610.762:406055234:VERBOSE1:installer_state.cc(95)] Install
[7868:8476:0817/161610.762:406055234:VERBOSE1:install_util.cc(307)] Windows NT 10.0.19045
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(67)] SetupSingleton::Acquire entry for 2
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(157)] SetupSingleton exit_event_mutex acquire begin (5000)
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(166)] SetupSingleton exit_event_mutex acquire success
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(171)] SetupSingleton exit_event_mutex signal
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(175)] SetupSingleton setup_mutex acquire begin (5000)
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(184)] SetupSingleton setup_mutex acquire success
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(186)] SetupSingleton exit_event_mutex reset
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(67)] SetupSingleton::Acquire entry for 0
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(157)] SetupSingleton exit_event_mutex acquire begin (4997)
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(166)] SetupSingleton exit_event_mutex acquire success
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(171)] SetupSingleton exit_event_mutex signal
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(175)] SetupSingleton setup_mutex acquire begin (4997)
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(184)] SetupSingleton setup_mutex acquire success
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_singleton.cc(186)] SetupSingleton exit_event_mutex reset
[7868:8476:0817/161610.762:406055234:VERBOSE1:installer_state.cc(95)] Install
[7868:8476:0817/161610.762:406055234:VERBOSE1:setup_main.cc(1430)] Installing to C:\Program Files (x86)\Microsoft\Edge\Application
[7868:8476:0817/161610.778:406055250:VERBOSE1:setup_main.cc(2428)] version to install: 112.0.1722.46
[7868:8476:0817/161610.778:406055250:VERBOSE1:setup_main.cc(1121)] Created path C:\Program Files (x86)\Microsoft\Edge\Temp
[7868:8476:0817/161610.778:406055250:VERBOSE1:setup_main.cc(1143)] Temp dir's size in bytes: 0, in MB: 0
[7868:8476:0817/161610.778:406055250:VERBOSE1:setup_main.cc(1206)] Found 1 directories in C:\Program Files (x86)\Microsoft\Temp
[7868:8476:0817/161610.778:406055250:VERBOSE1:setup_main.cc(1289)] PruneUnusedCoreVersions keep(2) C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.34
[7868:8476:0817/161610.778:406055250:VERBOSE1:setup_main.cc(1289)] PruneUnusedCoreVersions keep(2) C:\Program Files (x86)\Microsoft\EdgeCore\114.0.1823.82
[7868:8476:0817/161610.778:406055250:VERBOSE1:setup_main.cc(1332)] PruneUnusedCoreVersions count=2
[7868:8476:0817/161610.778:406055250:VERBOSE1:setup_main.cc(2179)] Installing Edge from compressed archive C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\MicrosoftEdge_X64_112.0.1722.46.exe
[7868:8476:0817/161610.778:406055250:VERBOSE1:lzma_util.cc(338)] Opening archive C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\MicrosoftEdge_X64_112.0.1722.46.exe
[7868:8476:0817/161610.778:406055250:VERBOSE1:lzma_util.cc(345)] Uncompressing archive to path C:\Program Files (x86)\Microsoft\Edge\Temp\source7868_1317893441
[7868:8476:0817/161610.778:406055250:VERBOSE1:lzma_util.cc(431)] Unpack options. Soft-Reserve: 1, WOF: 0, Signature cache: 0
[7868:8476:0817/161610.778:406055250:VERBOSE1:lzma_util.cc(548)] Marking target file as a storage soft-reserve candidate: C:\Program Files (x86)\Microsoft\Edge\Temp\source7868_1317893441\MSEDGE.7z
[7868:8476:0817/161619.137:406063609:VERBOSE1:lzma_util.cc(763)] Unpack completed. Size: 495748508
[7868:8476:0817/161619.137:406063609:VERBOSE1:setup_main.cc(2191)] ArchiveUncompressAndPatch success.
[7868:8476:0817/161619.137:406063609:VERBOSE1:setup_main.cc(2574)] Unpacking to EdgeCore: C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.46
[7868:8476:0817/161619.137:406063609:VERBOSE1:setup_main.cc(1243)] Created path C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.46
[7868:8476:0817/161619.137:406063609:VERBOSE1:lzma_util.cc(338)] Opening archive C:\Program Files (x86)\Microsoft\Edge\Temp\source7868_1317893441\msedge.7z
[7868:8476:0817/161619.153:406063625:VERBOSE1:lzma_util.cc(345)] Uncompressing archive to path C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.46
[7868:8476:0817/161619.153:406063625:VERBOSE1:lzma_util.cc(431)] Unpack options. Soft-Reserve: 0, WOF: 0, Signature cache: 1
[7868:8476:0817/161630.715:406075187:VERBOSE1:lzma_util.cc(763)] Unpack completed. Size: 495744870
[7868:8476:0817/161630.731:406075203:VERBOSE1:setup_main.cc(2375)] Unpacked archive to: C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.46
[7868:8476:0817/161630.731:406075203:VERBOSE1:setup_main.cc(2376)] Created archive metadata: C:\Program Files (x86)\Microsoft\Edge\Temp\source7868_1317893441\msedge_7z.data
[7868:8476:0817/161630.731:406075203:VERBOSE1:setup_main.cc(1243)] Created path C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.46\Installer
[7868:8476:0817/161630.840:406075312:VERBOSE1:setup_main.cc(1243)] Created path C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46
[7868:8476:0817/161630.840:406075312:VERBOSE1:install_worker.cc(435)] Will link files from: C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.46 to: C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46
[7868:8476:0817/161630.840:406075312:VERBOSE1:install_worker.cc(293)] AddFireWallRuleWorkItem C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
[7868:8476:0817/161630.840:406075312:VERBOSE1:install_worker.cc(1602)] Adding registration items for Active Setup.
[7868:8476:0817/161630.840:406075312:VERBOSE1:install_worker.cc(293)] AddFireWallRuleWorkItem C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
[7868:8476:0817/161630.840:406075312:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[7868:8476:0817/161630.840:406075312:VERBOSE1:create_dir_work_item.cc(33)] creating directory C:\Program Files (x86)\Microsoft\Edge\Temp
[7868:8476:0817/161630.840:406075312:VERBOSE1:create_dir_work_item.cc(33)] creating directory C:\Program Files (x86)\Microsoft\Edge\Application
[7868:8476:0817/161630.840:406075312:VERBOSE1:install_worker.cc(518)] AddAppContainerFoldersAclWorkItems callback C:\Program Files (x86)\Microsoft\Edge\Application
[7868:8476:0817/161630.934:406075406:VERBOSE1:install_worker.cc(525)] AddAppContainerFoldersAclWorkItems callback C:\Program Files (x86)\Microsoft\EdgeCore
[7868:8476:0817/161631.074:406075546:VERBOSE1:create_dir_work_item.cc(33)] creating directory C:\Program Files (x86)\Microsoft\Edge\Application\SetupMetrics
[7868:8476:0817/161631.074:406075546:VERBOSE1:copy_tree_work_item.cc(87)] Moved destination C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46 to backup path C:\Program Files (x86)\Microsoft\Edge\Temp\scoped_dir7868_54814012\112.0.1722.46
[7868:8476:0817/161631.199:406075671:VERBOSE1:copy_tree_work_item.cc(107)] Copied source C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.46 to destination C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46
[7868:8476:0817/161631.199:406075671:VERBOSE1:system_restore_resiliency.cc(228)] TryWinResiliencyLinkTree under path: 'C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46'.
[7868:8476:0817/161631.309:406075781:VERBOSE1:system_restore_resiliency.cc(257)] TryWinResiliencyLinkTree completed.  Files: 207, Processed: 147, Failed: 0, Ignored: 60.
[7868:8476:0817/161631.309:406075781:VERBOSE1:install_worker.cc(220)] Milliseconds spent on Resiliency Linking: 104. Is background: 0
[7868:8476:0817/161631.309:406075781:VERBOSE1:install.cc(585)] Successfully wrote msedge.VisualElementsManifest.xml to C:\Program Files (x86)\Microsoft\Edge\Application
[7868:8476:0817/161631.309:406075781:VERBOSE1:copy_tree_work_item.cc(87)] Moved destination C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe to backup path C:\Program Files (x86)\Microsoft\Edge\Temp\scoped_dir7868_46434731\msedge.exe
[7868:8476:0817/161631.309:406075781:VERBOSE1:copy_tree_work_item.cc(107)] Copied source C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\msedge.exe to destination C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\Installer\setup.exe into Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  --uninstall --msedge --msi --system-level --verbose-logging into Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161631.418:406075890:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: oopcrashes does not exist.
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 112.0.1722.46 into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\Microsoft\Active Setup\Installed Components\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\Installer\setup.exe" --configure-user-settings --verbose-logging --system-level --msedge into Software\Microsoft\Active Setup\Installed Components\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\Microsoft\Active Setup\Installed Components\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\Active Setup\Installed Components\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 43,0,0,0 into Software\Microsoft\Active Setup\Installed Components\{9459C573-B17A-45AE-9F64-1857B5D58CEE}
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\Installer\setup.exe" --on-os-upgrade --msedge --system-level --verbose-logging into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-os-upgrade
[7868:8476:0817/161631.418:406075890:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-os-upgrade or Value: SendsPings does not exist.
[7868:8476:0817/161631.418:406075890:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-os-upgrade or Value: WebAccessible does not exist.
[7868:8476:0817/161631.418:406075890:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-os-upgrade
[7868:8476:0817/161631.418:406075890:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-os-upgrade or Value: RunAsUser does not exist.
[7868:8476:0817/161631.418:406075890:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-os-upgrade or Value: FinishBrowserReplacement does not exist.
[7868:8476:0817/161631.418:406075890:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-os-upgrade or Value: AutoRunOnLogon does not exist.
[7868:8476:0817/161631.496:406075968:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\CLSID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[7868:8476:0817/161631.496:406075968:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\CLSID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[7868:8476:0817/161631.496:406075968:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\AppID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[7868:8476:0817/161631.496:406075968:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\AppID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[7868:8476:0817/161631.496:406075968:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\Classes\CLSID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[7868:8476:0817/161631.496:406075968:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\Classes\CLSID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}\LocalServer32
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\notification_helper.exe" into Software\Classes\CLSID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}\LocalServer32
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\notification_helper.exe into Software\Classes\CLSID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}\LocalServer32
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {628ACE20-B77A-456F-A88D-547DB6CEEDD5} into Software\Classes\CLSID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[7868:8476:0817/161631.496:406075968:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\Classes\AppID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Classes\AppID\{628ACE20-B77A-456F-A88D-547DB6CEEDD5}
[7868:8476:0817/161631.496:406075968:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FCBE96C-1697-43AF-9140-2897C7C69767} into Software\Classes\CLSID\{1FCBE96C-1697-43AF-9140-2897C7C69767}
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MicrosoftEdgeElevationService into Software\Classes\AppID\{1FCBE96C-1697-43AF-9140-2897C7C69767}
[7868:8476:0817/161631.496:406075968:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Classes\AppID\{1FCBE96C-1697-43AF-9140-2897C7C69767} or Value: ServiceParameters does not exist.
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IElevator into Software\Classes\Interface\{C9C2B807-7731-4F34-81B7-44FF7779522B}
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {00020424-0000-0000-C000-000000000046} into Software\Classes\Interface\{C9C2B807-7731-4F34-81B7-44FF7779522B}\ProxyStubClsid32
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {C9C2B807-7731-4F34-81B7-44FF7779522B} into Software\Classes\Interface\{C9C2B807-7731-4F34-81B7-44FF7779522B}\TypeLib
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1.0 into Software\Classes\Interface\{C9C2B807-7731-4F34-81B7-44FF7779522B}\TypeLib
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\elevation_service.exe into Software\Classes\TypeLib\{C9C2B807-7731-4F34-81B7-44FF7779522B}\1.0\0\win32
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\elevation_service.exe into Software\Classes\TypeLib\{C9C2B807-7731-4F34-81B7-44FF7779522B}\1.0\0\win64
[7868:8476:0817/161631.496:406075968:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application into Software\Microsoft\Internet Explorer\Main\EnterpriseMode
[7868:8476:0817/161631.496:406075968:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {31575964-95F7-414B-85E4-0E9A93699E13} into AppID\ie_to_edge_bho.dll\
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {31575964-95F7-414B-85E4-0E9A93699E13} into AppID\ie_to_edge_bho.dll\
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho into AppID\{31575964-95F7-414B-85E4-0E9A93699E13}
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho into AppID\{31575964-95F7-414B-85E4-0E9A93699E13}
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge BHO into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge BHO into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Apartment into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\InprocServer32\
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Apartment into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\InprocServer32\
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\BHO\ie_to_edge_bho_64.dll into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\InprocServer32\
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\BHO\ie_to_edge_bho.dll into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\InprocServer32\
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO.1 into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\ProgID\
[7868:8476:0817/161631.496:406075968:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO.1 into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\ProgID\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {2397ECFE-3237-400F-AE51-62B25B3F15B5} into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\TypeLib\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {2397ECFE-3237-400F-AE51-62B25B3F15B5} into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\TypeLib\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\VersionIndependentProgID\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO into CLSID\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\VersionIndependentProgID\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdgeBHO Class into ie_to_edge_bho.IEToEdgeBHO\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdgeBHO Class into ie_to_edge_bho.IEToEdgeBHO\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} into ie_to_edge_bho.IEToEdgeBHO\CLSID\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} into ie_to_edge_bho.IEToEdgeBHO\CLSID\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO.1 into ie_to_edge_bho.IEToEdgeBHO\CurVer\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_bho.IEToEdgeBHO.1 into ie_to_edge_bho.IEToEdgeBHO\CurVer\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdgeBHO Class into ie_to_edge_bho.IEToEdgeBHO.1\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdgeBHO Class into ie_to_edge_bho.IEToEdgeBHO.1\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} into ie_to_edge_bho.IEToEdgeBHO.1\CLSID\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} into ie_to_edge_bho.IEToEdgeBHO.1\CLSID\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge Handler into SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge Handler into SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_stub.exe into SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value ie_to_edge_stub.exe into SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\BHO into SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\BHO into SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{c9abcf16-8dc2-4a95-bae3-24fd98f2ed29}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge BHO into SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value IEToEdge BHO into SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1 into SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1 into SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{1FD49718-1D00-4B19-AF5F-070AF6D5D54C}\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1 into SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 1 into SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Ext\CLSID\
[7868:8476:0817/161631.512:406075984:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[7868:8476:0817/161631.512:406075984:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value PDF Preview Handler into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value PDF Preview Handler into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value PDF Preview Handler into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value PDF Preview Handler into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {6d2b5079-2f0b-48dd-ab7f-97cec514d30b} into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {6d2b5079-2f0b-48dd-ab7f-97cec514d30b} into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\PdfPreview\PdfPreviewHandler.dll into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}\InProcServer32
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\PdfPreview\PdfPreviewHandler.dll into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}\InProcServer32
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Apartment into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}\InProcServer32
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Apartment into CLSID\{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}\InProcServer32
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft PDF Previewer into Software\Microsoft\Windows\CurrentVersion\PreviewHandlers
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft PDF Previewer into Software\Microsoft\Windows\CurrentVersion\PreviewHandlers
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {3A84F9C2-6164-485C-A7D9-4B27F8AC009E} into .pdf\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value {3A84F9C2-6164-485C-A7D9-4B27F8AC009E} into .pdf\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}
[7868:8476:0817/161631.512:406075984:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[7868:8476:0817/161631.512:406075984:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\CLSID\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[7868:8476:0817/161631.512:406075984:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\CLSID\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[7868:8476:0817/161631.512:406075984:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\AppID\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[7868:8476:0817/161631.512:406075984:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\AppID\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[7868:8476:0817/161631.512:406075984:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\Classes\CLSID\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}
[7868:8476:0817/161631.512:406075984:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\Classes\CLSID\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}\LocalServer32
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\notification_click_helper.exe" into Software\Classes\CLSID\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}\LocalServer32
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\notification_click_helper.exe into Software\Classes\CLSID\{4A749F25-A9E2-4CBE-9859-CF7B15255E14}\LocalServer32
[7868:8476:0817/161631.512:406075984:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\Internet Explorer\EdgeIntegration\AdapterLocations
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msedge.exe or Value: MaxLoaderThreads does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msedgewebview2.exe or Value: MaxLoaderThreads does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\identity_helper.exe or Value: MaxLoaderThreads does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --launcher=on_logon_windows into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch or Value: SendsPings does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch or Value: WebAccessible does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch or Value: AutoRunOnOSUpgrade does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch or Value: RunAsUser does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch or Value: FinishBrowserReplacement does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch or Value: AutoRunOnLogon does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --no-startup-window into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-startup-boost
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-startup-boost or Value: SendsPings does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-startup-boost or Value: WebAccessible does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-startup-boost or Value: AutoRunOnOSUpgrade does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-startup-boost or Value: RunAsUser does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-startup-boost or Value: FinishBrowserReplacement does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-startup-boost
[7868:8476:0817/161631.527:406076000:VERBOSE1:conditional_work_item_list.cc(16)] Evaluating InUseUpdateWorkItemList condition...
[7868:8476:0817/161631.527:406076000:VERBOSE1:conditional_work_item_list.cc(21)] No work to do in condition work item list InUseUpdateWorkItemList
[7868:8476:0817/161631.527:406076000:VERBOSE1:conditional_work_item_list.cc(16)] Evaluating RegularUpdateWorkItemList condition...
[7868:8476:0817/161631.527:406076000:VERBOSE1:conditional_work_item_list.cc(18)] Beginning conditional work item list
[7868:8476:0817/161631.527:406076000:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list RegularUpdateWorkItemList
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: channel does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\Windows\Windows Error Reporting\RuntimeExceptionHelperModules
[7868:8476:0817/161631.527:406076000:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\Installer\setup.exe" --cleanup-for-downgrade-version=$1 --cleanup-for-downgrade-operation=$2 --msedge --system-level --verbose-logging into Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161631.527:406076000:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value 85.0.4169.0 into Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: opv does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: cpv does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\cmd
[7868:8476:0817/161631.527:406076000:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: cmd does not exist.
[7868:8476:0817/161631.527:406076000:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\rename-chrome-exe
[7868:8476:0817/161631.527:406076000:VERBOSE1:copy_tree_work_item.cc(87)] Moved destination C:\Program Files (x86)\Microsoft\Edge\Application\msedge_proxy.exe to backup path C:\Program Files (x86)\Microsoft\Edge\Temp\scoped_dir7868_77572567\msedge_proxy.exe
[7868:8476:0817/161631.527:406076000:VERBOSE1:copy_tree_work_item.cc(107)] Copied source C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\msedge_proxy.exe to destination C:\Program Files (x86)\Microsoft\Edge\Application\msedge_proxy.exe
[7868:8476:0817/161631.527:406076000:VERBOSE1:copy_tree_work_item.cc(87)] Moved destination C:\Program Files (x86)\Microsoft\Edge\Application\pwahelper.exe to backup path C:\Program Files (x86)\Microsoft\Edge\Temp\scoped_dir7868_1185739677\pwahelper.exe
[7868:8476:0817/161631.527:406076000:VERBOSE1:copy_tree_work_item.cc(107)] Copied source C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\pwahelper.exe to destination C:\Program Files (x86)\Microsoft\Edge\Application\pwahelper.exe
[7868:8476:0817/161631.527:406076000:VERBOSE1:copy_tree_work_item.cc(87)] Moved destination C:\Program Files (x86)\Microsoft\Edge\Application\delegatedWebFeatures.sccd to backup path C:\Program Files (x86)\Microsoft\Edge\Temp\scoped_dir7868_567306583\delegatedWebFeatures.sccd
[7868:8476:0817/161631.527:406076000:VERBOSE1:copy_tree_work_item.cc(107)] Copied source C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\delegatedWebFeatures.sccd to destination C:\Program Files (x86)\Microsoft\Edge\Application\delegatedWebFeatures.sccd
[7868:8476:0817/161632.090:406076562:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list RegularUpdateWorkItemList
[7868:8476:0817/161632.090:406076562:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\Installer\setup.exe" --edge-vbs-disable --system-level --verbose-logging --msedge into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-disable
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-disable or Value: SendsPings does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-disable or Value: WebAccessible does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-disable or Value: AutoRunOnOSUpgrade does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-disable or Value: RunAsUser does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-disable or Value: FinishBrowserReplacement does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-disable or Value: AutoRunOnLogon does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\Installer\setup.exe" --edge-vbs-enable --system-level --verbose-logging --msedge into Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-enable
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-enable or Value: SendsPings does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-enable or Value: WebAccessible does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-enable or Value: AutoRunOnOSUpgrade does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-enable or Value: RunAsUser does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-enable or Value: FinishBrowserReplacement does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\edge-vbs-enable or Value: AutoRunOnLogon does not exist.
[7868:8476:0817/161632.090:406076562:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161632.090:406076562:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge
[7868:8476:0817/161632.090:406076562:VERBOSE1:install.cc(282)] Success copying manifest C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\identity_proxy\stable.identity_helper.exe.manifest to C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46
[7868:8476:0817/161632.090:406076562:VERBOSE1:install.cc(311)] Success copying notification_helper manifest C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\identity_helper.exe.manifest to C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\notification_helper.exe.manifest
[7868:8476:0817/161632.090:406076562:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[7868:8476:0817/161632.090:406076562:VERBOSE1:install.cc(488)] Version updated to 112.0.1722.46
[7868:8476:0817/161632.090:406076562:VERBOSE1:install.cc(839)] Launching ""C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\EDGEMITMP_F2C52.tmp\setup.exe" --msedge --system-level --verbose-logging --create-shortcuts=2 --install-level=1" to create shortcuts
[7896:4680:0817/161632.137:406076609:VERBOSE1:trace_logging.cc(21)] Register TraceLogging provider
[7896:4680:0817/161632.137:406076609:VERBOSE1:setup_main.cc(2857)] Command Line: "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{8980AC71-0DEF-4A43-B95C-8EC4A1E2F9E7}\EDGEMITMP_F2C52.tmp\setup.exe" --msedge --system-level --verbose-logging --create-shortcuts=2 --install-level=1
[7896:4680:0817/161632.137:406076609:VERBOSE1:setup_main.cc(2863)] system install is 1
[7896:4680:0817/161632.152:406076625:VERBOSE1:installer_state.cc(95)] Install
[7896:4680:0817/161632.152:406076625:VERBOSE1:install_util.cc(307)] Windows NT 10.0.19045
[7896:4680:0817/161632.152:406076625:VERBOSE1:shell_util.cc(4576)] IsEnterpriseDevice() returning true VersionType == SUITE_ENTERPRISE
[7896:4680:0817/161632.152:406076625:VERBOSE1:shell_util.cc(2587)] IsEdgeUWPDesktopShortcutPresent() returning false
[7896:4680:0817/161632.152:406076625:VERBOSE1:shell_util.cc(3091)] ShouldCreateDesktopShortcut() returning false
[7896:4680:0817/161632.152:406076625:VERBOSE1:install.cc(187)] Overwriting all-users Desktop "Microsoft Edge" shortcut to C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe.
[7896:4680:0817/161632.152:406076625:WARNING:install.cc(185)] Failed: Overwriting (maybe the shortcut doesn't exist?) all-users Desktop "Microsoft Edge" shortcut to C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe.
[7896:4680:0817/161632.152:406076625:VERBOSE1:install.cc(187)] Overwriting per-user Quick Launch "Microsoft Edge" shortcut to C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe.
[7896:4680:0817/161632.231:406076703:VERBOSE1:install.cc(187)] Overwriting all-users Start menu "Microsoft Edge" shortcut to C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe.
[7896:4680:0817/161632.231:406076703:VERBOSE1:shell_util.cc(2965)] [LnS] Create Migration Shortcut success!
[7896:4680:0817/161632.231:406076703:VERBOSE1:setup_main.cc(3048)] NonInstall operation completed. Exit code: 99
[7868:8476:0817/161632.246:406076718:VERBOSE1:install.cc(855)] Shortcut creation process succeeded.
[7868:8476:0817/161632.246:406076718:VERBOSE1:install.cc(214)] Adding Edge to Media player list at Software\Microsoft\MediaPlayer\ShimInclusionList\msedge.exe
[7868:8476:0817/161632.246:406076718:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\Microsoft\MediaPlayer\ShimInclusionList\msedge.exe
[7868:8476:0817/161632.246:406076718:VERBOSE1:setup_util.cc(1002)] Registering Edge's event log provider at SYSTEM\CurrentControlSet\Services\EventLog\Application\Edge
[7868:8476:0817/161632.246:406076718:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list Register event log provider
[7868:8476:0817/161632.246:406076718:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into SYSTEM\CurrentControlSet\Services\EventLog\Application\Edge
[7868:8476:0817/161632.246:406076718:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into SYSTEM\CurrentControlSet\Services\EventLog\Application\Edge
[7868:8476:0817/161632.246:406076718:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\eventlog_provider.dll into SYSTEM\CurrentControlSet\Services\EventLog\Application\Edge
[7868:8476:0817/161632.246:406076718:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\eventlog_provider.dll into SYSTEM\CurrentControlSet\Services\EventLog\Application\Edge
[7868:8476:0817/161632.246:406076718:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\eventlog_provider.dll into SYSTEM\CurrentControlSet\Services\EventLog\Application\Edge
[7868:8476:0817/161632.246:406076718:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list Register event log provider
[7868:8476:0817/161632.246:406076718:VERBOSE1:install.cc(766)] Registering Edge as browser: C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
[7868:8476:0817/161632.246:406076718:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\MSEdge\.exe\shell\run
[7868:8476:0817/161632.246:406076718:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[7868:8476:0817/161632.246:406076718:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge HTML Document into Software\Classes\MSEdgeHTM
[7868:8476:0817/161632.246:406076718:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,0 into Software\Classes\MSEdgeHTM\DefaultIcon
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --single-argument %1 into Software\Classes\MSEdgeHTM\shell\open\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --do-not-de-elevate --single-argument %1 into Software\Classes\MSEdgeHTM\shell\runas\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\MSEdgeHTM\shell\runas
[7868:8476:0817/161632.262:406076734:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Classes\MSEdgeHTM\shell\open\command or Value: DelegateExecute does not exist.
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\Classes\MSEdgeHTM
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\Classes\MSEdgeHTM\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,0 into Software\Classes\MSEdgeHTM\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\Classes\MSEdgeHTM\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Browse the web into Software\Classes\MSEdgeHTM\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Corporation into Software\Classes\MSEdgeHTM\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge PDF Document into Software\Classes\MSEdgePDF
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,13 into Software\Classes\MSEdgePDF\DefaultIcon
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --single-argument %1 into Software\Classes\MSEdgePDF\shell\open\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --do-not-de-elevate --single-argument %1 into Software\Classes\MSEdgePDF\shell\runas\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\MSEdgePDF\shell\runas
[7868:8476:0817/161632.262:406076734:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Classes\MSEdgePDF\shell\open\command or Value: DelegateExecute does not exist.
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\Classes\MSEdgePDF
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\Classes\MSEdgePDF\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,0 into Software\Classes\MSEdgePDF\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\Classes\MSEdgePDF\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Browse the web into Software\Classes\MSEdgePDF\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Corporation into Software\Classes\MSEdgePDF\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge MHT Document into Software\Classes\MSEdgeMHT
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,0 into Software\Classes\MSEdgeMHT\DefaultIcon
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --single-argument %1 into Software\Classes\MSEdgeMHT\shell\open\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --do-not-de-elevate --single-argument %1 into Software\Classes\MSEdgeMHT\shell\runas\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\MSEdgeMHT\shell\runas
[7868:8476:0817/161632.262:406076734:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Classes\MSEdgeMHT\shell\open\command or Value: DelegateExecute does not exist.
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\Classes\MSEdgeMHT
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdge into Software\Classes\MSEdgeMHT\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,0 into Software\Classes\MSEdgeMHT\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\Classes\MSEdgeMHT\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Browse the web into Software\Classes\MSEdgeMHT\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Corporation into Software\Classes\MSEdgeMHT\Application
[7868:8476:0817/161632.262:406076734:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\MSEdge\.exe\shell
[7868:8476:0817/161632.262:406076734:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\MSEdge\.exe\shell\open
[7868:8476:0817/161632.262:406076734:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\MSEdge\.exe\shell\open\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\MSEdge\.exe\shell\open\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\MSEdge\.exe\shell\opennewwindow
[7868:8476:0817/161632.262:406076734:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\MSEdge\.exe\shell\opennewwindow
[7868:8476:0817/161632.262:406076734:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\MSEdge\.exe\shell\opennewwindow\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\MSEdge\.exe\shell\opennewwindow\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\Microsoft\Windows\CurrentVersion\App Paths\msedge.exe
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe into Software\Microsoft\Windows\CurrentVersion\App Paths\msedge.exe
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application into Software\Microsoft\Windows\CurrentVersion\App Paths\msedge.exe
[7868:8476:0817/161632.262:406076734:VERBOSE1:create_reg_key_work_item.cc(73)] created Software\Microsoft\Windows\CurrentVersion\App Paths\msedge.exe\SupportedProtocols
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Microsoft\Windows\CurrentVersion\App Paths\msedge.exe\SupportedProtocols
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Microsoft\Windows\CurrentVersion\App Paths\msedge.exe\SupportedProtocols
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.htm\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.html\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.shtml\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.svg\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.xht\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.xhtml\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.webp\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.xml\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.pdf\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.mht\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value  into Software\Classes\.mhtml\OpenWithProgids
[7868:8476:0817/161632.262:406076734:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[7868:8476:0817/161632.262:406076734:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\Clients\StartMenuInternet\Microsoft Edge
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" into Software\Clients\StartMenuInternet\Microsoft Edge\shell\open\command
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,0 into Software\Clients\StartMenuInternet\Microsoft Edge\DefaultIcon
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --make-default-browser into Software\Clients\StartMenuInternet\Microsoft Edge\InstallInfo
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --hide-icons into Software\Clients\StartMenuInternet\Microsoft Edge\InstallInfo
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --show-icons into Software\Clients\StartMenuInternet\Microsoft Edge\InstallInfo
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Clients\StartMenuInternet\Microsoft Edge\InstallInfo
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities into Software\RegisteredApplications
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built int into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,0 into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value Microsoft Edge into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\Startmenu
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgePDF into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeMHT into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeMHT into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\FileAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value MSEdgeHTM into Software\Clients\StartMenuInternet\Microsoft Edge\Capabilities\URLAssociations
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts
[7868:8476:0817/161632.262:406076734:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts
[7868:8476:0817/161632.262:406076734:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list
[7868:8476:0817/161632.277:406076750:VERBOSE1:shell_util.cc(4722)] The product primary ProgId is registered on the machine. We will remove unexpected user level registrations if encountered.
[7868:8476:0817/161632.277:406076750:VERBOSE1:registry_util.cc(24)] Deleting registry key S-1-5-21-2449509073-3574142923-3200528817-1103\Software\Classes\MSEdgeHTM
[7868:8476:0817/161632.277:406076750:VERBOSE1:shell_util.cc(4800)] microsoft-edge handler matched mode: {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}, suffix: , target: C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
[7868:8476:0817/161632.277:406076750:VERBOSE1:shell_util.cc(4840)] microsoft-edge seems correctly registered.
[7868:8476:0817/161632.277:406076750:WARNING:delete_old_versions.cc(265)] Attempting to delete stray directory C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.34
[7868:8476:0817/161632.371:406076843:VERBOSE1:delete_old_versions.cc(472)] Removing broken version dir exe firewall rules under C:\Program Files (x86)\Microsoft\Edge\Application
[7868:8476:0817/161632.387:406076859:VERBOSE1:install.cc(1220)] Launching ""C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\Installer\setup.exe" --msedge --register-package-identity --verbose-logging --system-level" to register package identity.
[7868:8476:0817/161632.418:406076890:VERBOSE1:delete_old_versions.cc(524)] Version directories count: 1, full version directories count: 1
[7868:8476:0817/161632.418:406076890:VERBOSE1:setup_main.cc(1305)] PruneUnusedCoreVersions prune(1) C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.34
[7868:8476:0817/161632.418:406076890:VERBOSE1:uninstall.cc(1353)] Changing current directory to: C:\Windows\TEMP
[7868:8476:0817/161632.418:406076890:VERBOSE1:uninstall.cc(1366)] Attempting to move setup.exe to: C:\Windows\Temp\815aa1d2-f697-478f-baa9-905d904838c5.tmp
[8644:2812:0817/161632.418:406076890:VERBOSE1:trace_logging.cc(21)] Register TraceLogging provider
[8644:2812:0817/161632.418:406076890:VERBOSE1:setup_main.cc(2857)] Command Line: "C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\Installer\setup.exe" --msedge --register-package-identity --verbose-logging --system-level
[8644:2812:0817/161632.418:406076890:VERBOSE1:setup_main.cc(2863)] system install is 1
[8644:2812:0817/161632.434:406076906:VERBOSE1:installer_state.cc(95)] Install
[8644:2812:0817/161632.434:406076906:VERBOSE1:install_util.cc(307)] Windows NT 10.0.19045
[8644:2812:0817/161632.449:406076921:VERBOSE1:setup_util.cc(243)] Looking for Edge version folder under C:\Program Files (x86)\Microsoft\Edge\Application
[8644:2812:0817/161632.449:406076921:VERBOSE1:setup_util.cc(255)] directory found: 112.0.1722.46
[8644:2812:0817/161632.449:406076921:VERBOSE1:setup_util.cc(255)] directory found: SetupMetrics
[7868:8476:0817/161632.481:406076953:VERBOSE1:setup_main.cc(1289)] PruneUnusedCoreVersions keep(2) C:\Program Files (x86)\Microsoft\EdgeCore\112.0.1722.46
[7868:8476:0817/161632.481:406076953:VERBOSE1:setup_main.cc(1289)] PruneUnusedCoreVersions keep(2) C:\Program Files (x86)\Microsoft\EdgeCore\114.0.1823.82
[7868:8476:0817/161632.481:406076953:VERBOSE1:setup_main.cc(1332)] PruneUnusedCoreVersions count=2
[7868:8476:0817/161632.481:406076953:VERBOSE1:work_item_list.cc(32)] Beginning execution of work item list Write Installer Result
[7868:8476:0817/161632.481:406076953:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161632.481:406076953:VERBOSE1:set_reg_value_work_item.cc(203)] Successfully wrote into Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161632.481:406076953:VERBOSE1:delete_reg_value_work_item.cc(43)] (delete value) Key: Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} or Value: InstallerResultUIString does not exist.
[7868:8476:0817/161632.481:406076953:VERBOSE1:set_reg_value_work_item.cc(199)] Successfully wrote value "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --from-installer into Software\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}
[7868:8476:0817/161632.481:406076953:VERBOSE1:work_item_list.cc(53)] Successful execution of work item list Write Installer Result
[7868:8476:0817/161632.481:406076953:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\ChromiumExt
[7868:8476:0817/161632.481:406076953:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\.crx
[7868:8476:0817/161632.481:406076953:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\ChromiumExt
[7868:8476:0817/161632.481:406076953:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\.crx
[7868:8476:0817/161632.481:406076953:VERBOSE1:setup_main.cc(2768)] Deleting temporary directory C:\Program Files (x86)\Microsoft\Edge\Temp
[6036:1320:0817/161632.512:406076984:VERBOSE1:trace_logging.cc(21)] Register TraceLogging provider
[6036:1320:0817/161632.512:406076984:VERBOSE1:setup_main.cc(2857)] Command Line: "C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\Installer\setup.exe" --set-display-version-product=0F1D922D-7595-3B9A-B9BF-25F019E0BF5F --set-display-version-value=112.0.1722.46 --startup-event-handle=824 --msedge --system-level --verbose-logging
[6036:1320:0817/161632.512:406076984:VERBOSE1:setup_main.cc(2863)] system install is 1
[6036:1320:0817/161632.527:406077000:VERBOSE1:installer_state.cc(95)] Install
[6036:1320:0817/161632.527:406077000:VERBOSE1:install_util.cc(307)] Windows NT 10.0.19045
[6036:1320:0817/161632.527:406077000:VERBOSE1:setup_main.cc(454)] Blocking to acquire MSI mutex.
[7868:8476:0817/161632.527:406077000:VERBOSE1:setup_main.cc(430)] Proceeding after waiting for DisplayVersion overwrite child.
[7868:8476:0817/161632.590:406077062:VERBOSE1:google_update_settings.cc(751)] Installer result: 0. Removing -full AP hint. New AP hint: stable-arch_x64
[7868:8476:0817/161632.590:406077062:VERBOSE1:setup_main.cc(1465)] Milliseconds spent on install: 21815. Is background: 0
[7868:8476:0817/161632.590:406077062:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\CLSID\{931A0B81-1FA6-45EC-BD59-915C75D9D307}
[7868:8476:0817/161632.590:406077062:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Classes\CLSID\{931A0B81-1FA6-45EC-BD59-915C75D9D307}
[7868:8476:0817/161632.590:406077062:VERBOSE1:registry_util.cc(24)] Deleting registry key Software\Chromium Binaries
[7868:8476:0817/161632.590:406077062:VERBOSE1:setup_main.cc(3222)] Peak pagefile (MB): 33
[7868:8476:0817/161632.590:406077062:VERBOSE1:setup_main.cc(3223)] Peak working-set (MB): 645
[7868:8476:0817/161632.590:406077062:VERBOSE1:setup_main.cc(3225)] Installer disk usage (MB): 494
[7868:8476:0817/161632.590:406077062:VERBOSE1:setup_main.cc(3226)] Free disk space (MB): 67943
[7868:8476:0817/161632.590:406077062:VERBOSE1:setup_main.cc(3239)] Installation complete, returning: 0
[7868:8476:0817/161632.590:406077062:WARNING:setup_util.cc(1448)] Repeated failure count: 0
[7868:8476:0817/161632.590:406077062:VERBOSE1:trace_logging.cc(28)] Unregister TraceLogging provider
[6036:1320:0817/161633.434:406077906:VERBOSE1:setup_main.cc(476)] Acquired MSI mutex; overwriting DisplayVersion.
[6036:1320:0817/161633.434:406077906:VERBOSE1:setup_main.cc(261)] Set DisplayVersion at SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D229D1F05957A9B39BFB520F910EFBF5\InstallProperties to 112.0.1722.46 from 112.0.1722.46
[6036:1320:0817/161633.434:406077906:VERBOSE1:setup_main.cc(245)] Skipping DisplayVersion update because registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0F1D922D-7595-3B9A-B9BF-25F019E0BF5F} does not exist in 64bit hive
[6036:1320:0817/161633.434:406077906:VERBOSE1:setup_main.cc(261)] Set DisplayVersion at SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0F1D922D-7595-3B9A-B9BF-25F019E0BF5F} to 112.0.1722.46 from 112.0.1722.46
[6036:1320:0817/161633.434:406077906:VERBOSE1:setup_main.cc(3048)] NonInstall operation completed. Exit code: 0
[8644:2812:0817/161634.246:406078718:INFO:edge_register_sparse_msix.cc(67)] MSIX Succeeded: Install MSIX package: C:\Program Files (x86)\Microsoft\Edge\Application\112.0.1722.46\identity_proxy\win10\identity_helper.sparse.stable.msix
[8644:2812:0817/161634.371:406078843:VERBOSE1:appx_package_installer.cc(928)] Package Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe is already provisioned, register app to active user instead.
[8644:2812:0817/161635.231:406079703:INFO:edge_register_sparse_msix.cc(67)] MSIX Succeeded: Apply provisions for all users
[8644:2812:0817/161635.231:406079703:VERBOSE1:setup_main.cc(3048)] NonInstall operation completed. Exit code: 0

示例 - 8

包含当前客户端信息的 JSON

[
    {
        "Product": "msedge-stable-win-x64",
        "targetingAttributes": {
            "AppAp": "stable-arch_x64",
            "AppBrandCode": "INBX",
            "AppCohort": "",
            "AppCohortHint": "",
            "AppCohortName": "",
            "AppLang": "",
            "AppMajorVersion": "112",
            "AppRollout": 0.88,
            "AppTargetVersionPrefix": "",
            "AppVersion": "112.0.1722.46",
            "ExpETag": "\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"",
            "HW_AVX": true,
            "HW_DiskType": 2,
            "HW_LogicalCpus": 4,
            "HW_PhysicalRamGB": 3,
            "HW_SSE": true,
            "HW_SSE2": true,
            "HW_SSE3": true,
            "HW_SSE41": true,
            "HW_SSE42": true,
            "HW_SSSE3": true,
            "InstallSource": "update3web-ondemand",
            "IsInternalUser": false,
            "IsMachine": true,
            "IsWIP": false,
            "OemProductManufacturer": "Microsoft Corporation",
            "OemProductName": "Virtual Machine",
            "OsArch": "x64",
            "OsPlatform": "win",
            "OsRegionDMA": false,
            "OsRegionName": "US",
            "OsRegionNation": "244",
            "OsVersion": "10.0.19045.3324",
            "Priority": 10,
            "Updater": "MicrosoftEdgeUpdate",
            "UpdaterVersion": "1.3.177.11",
            "WIPBranch": ""
        }
    }
]

服务器回复的包含最新 Edge 版本下载信息的 JSON 数据

[
    {
        "FileId": "MicrosoftEdge_X64_115.0.1901.203_115.0.1901.188.exe",
        "Url": "http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/cc5b0cae-62c0-497f-a3e2-48ed4ebc67e6?P1=1692943135&P2=404&P3=2&P4=JEQfPhmDxzEVUmSZPDaFuJVoO2%2fUWdLKvHgUdov5xhN4AtBbK%2bbNgOdaypJBNMrixAtt2czB00mZaLByTbwWfQ%3d%3d",
        "SizeInBytes": 12057040,
        "Hashes": {
            "Sha1": "7qIEl6U/q7yftdHD0z3tvtEbrlk=",
            "Sha256": "hcgygZlUxz4GCkWpzow4vNiGlSxg/PLDELj7PcSQQ7I="
        },
        "DeliveryOptimization": {
            "CatalogId": "hcgygZlUxz4GCkWpzow4vNiGlSxg_PLDELj7PcSQQ7I=",
            "Properties": {
                "IntegrityCheckInfo": {
                    "PiecesHashFileUrl": "http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/cc5b0cae-62c0-497f-a3e2-48ed4ebc67e6/pieceshash",
                    "HashOfHashes": "iP1MnML+6/p63T8XDwQF4ttrXv9yvz+Hidf8rjZKJqg="
                }
            }
        }
    },
    {
        "FileId": "MicrosoftEdge_X64_115.0.1901.203.exe",
        "Url": "http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d",
        "SizeInBytes": 151418832,
        "Hashes": {
            "Sha1": "CXFy92Y2lsdoKZ0vlWdASXtkets=",
            "Sha256": "UmlamYwKq9XvLjmwXsJwc6RKPg78Ze7RvSUvkunywOE="
        },
        "DeliveryOptimization": {
            "CatalogId": "UmlamYwKq9XvLjmwXsJwc6RKPg78Ze7RvSUvkunywOE=",
            "Properties": {
                "IntegrityCheckInfo": {
                    "PiecesHashFileUrl": "http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae/pieceshash",
                    "HashOfHashes": "X6nNiemJL8tr+TFyCroU2xDytbcOpHMNRIEfsdui7qg="
                }
            }
        }
    },
    {
        "FileId": "MicrosoftEdge_X64_115.0.1901.203_114.0.1823.79.exe",
        "Url": "http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/be18674d-97eb-4455-84f7-d11f2ebf2587?P1=1692943135&P2=404&P3=2&P4=Xm7CBmBa9fZlu7ze7NWVMdDFKDmeuYcXLkRd8Vq1nRDrZz0VCq2NgDxfqXY%2bBVm1u6AU7xjEFSI6auyKZvucTQ%3d%3d",
        "SizeInBytes": 55421904,
        "Hashes": {
            "Sha1": "GcJU7QeeBzXeRYdjtVJsREv9ilI=",
            "Sha256": "nsWNM9uDKdKdI8S6sYu4T2y67k5YKu/66/E5J7OrJvg="
        },
        "DeliveryOptimization": {
            "CatalogId": "nsWNM9uDKdKdI8S6sYu4T2y67k5YKu_66_E5J7OrJvg=",
            "Properties": {
                "IntegrityCheckInfo": {
                    "PiecesHashFileUrl": "http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/be18674d-97eb-4455-84f7-d11f2ebf2587/pieceshash",
                    "HashOfHashes": "9QNVp5mOTqdyGCyq3OtvKn7ZXbPLj6dts2X6gWyaPbs="
                }
            }
        }
    },
    {
        "FileId": "MicrosoftEdge_X64_115.0.1901.203_114.0.1823.82.exe",
        "Url": "http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/b365c5ae-d246-47c0-9080-1b990f8708e6?P1=1692943135&P2=404&P3=2&P4=UCV5kmfA1gk0WX376gJGbUgo8kvfRWHRUFltVLfpSrPNPr5bdzCe7jaLSJcxmpwKEOarr748X0kpDzNeN0qCIg%3d%3d",
        "SizeInBytes": 55015992,
        "Hashes": {
            "Sha1": "u3UvwiTOOxOPWIDzC58KvEKXjxM=",
            "Sha256": "+9y6Hy6qVY8fqoKw0pCfc5cSWFX+A3Tu0gLKdgEsfbM="
        },
        "DeliveryOptimization": {
            "CatalogId": "-9y6Hy6qVY8fqoKw0pCfc5cSWFX-A3Tu0gLKdgEsfbM=",
            "Properties": {
                "IntegrityCheckInfo": {
                    "PiecesHashFileUrl": "http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/b365c5ae-d246-47c0-9080-1b990f8708e6/pieceshash",
                    "HashOfHashes": "/2QWrJropm1ln5jUapsgdmfQzenad7Er6m1geVOedoY="
                }
            }
        }
    },
    {
        "FileId": "MicrosoftEdge_X64_115.0.1901.203_115.0.1901.200.exe",
        "Url": "http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/9d6dfd9a-7e4d-413c-84ab-a1d6f0069f7d?P1=1692943135&P2=404&P3=2&P4=dfDVnY1IaHGNa%2bx57aAUjRACreV2kuAKtviZCOgOOmzggi1emo1Js0Gigzna2yOGaBu1k5Mguyab5RorMrFITQ%3d%3d",
        "SizeInBytes": 9996856,
        "Hashes": {
            "Sha1": "D9Nf32FiMGMg+Jia+zqAuEtEkqc=",
            "Sha256": "7M4yYuMDoMQmOaDchdFafwWB3Zw0+q6e4ZEXwpeHuHM="
        },
        "DeliveryOptimization": {
            "CatalogId": "7M4yYuMDoMQmOaDchdFafwWB3Zw0-q6e4ZEXwpeHuHM=",
            "Properties": {
                "IntegrityCheckInfo": {
                    "PiecesHashFileUrl": "http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/9d6dfd9a-7e4d-413c-84ab-a1d6f0069f7d/pieceshash",
                    "HashOfHashes": "klytUZYGiOquyhsnbk2wSpor2S7MaRgGCKvBozF5Ogo="
                }
            }
        }
    },
    {
        "FileId": "MicrosoftEdge_X64_115.0.1901.203_114.0.1823.86.exe",
        "Url": "http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/64f1150f-b0f5-422d-8c40-14fb2be82a0d?P1=1692943135&P2=404&P3=2&P4=lYlzAM4Tnm13aRv%2f8LE6Lr5dVz6i4ucJNh7Vd5YDWx%2faEmwXR2yct8z39PcioGDFSn6b7ir94R5qvuqx9y%2bazA%3d%3d",
        "SizeInBytes": 55098320,
        "Hashes": {
            "Sha1": "vTcuIy1ljjNkCxD2nIg/XJVibdk=",
            "Sha256": "iOErxRVdID0LzM/+fLPVj6GKHFokWtfX42IUeinpEas="
        },
        "DeliveryOptimization": {
            "CatalogId": "iOErxRVdID0LzM_-fLPVj6GKHFokWtfX42IUeinpEas=",
            "Properties": {
                "IntegrityCheckInfo": {
                    "PiecesHashFileUrl": "http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/64f1150f-b0f5-422d-8c40-14fb2be82a0d/pieceshash",
                    "HashOfHashes": "TbWDtzRMzPEIRWv0O36hD4Uxu6GSXwZXP2pUiFoAHx0="
                }
            }
        }
    },
    {
        "FileId": "MicrosoftEdge_X64_115.0.1901.203_115.0.1901.183.exe",
        "Url": "http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/0e29e55f-73de-49cc-9347-0142691d11b1?P1=1692943135&P2=404&P3=2&P4=T4tsP6HN1Ucnb%2bUVsgDpziG6fsnFuODUMT%2bHQGOPNwTrrndUl7FQPrLoTwwBu5WqoZ9IEssiGwpLMNBSU%2bCS7g%3d%3d",
        "SizeInBytes": 13652424,
        "Hashes": {
            "Sha1": "sJeKN2UCRkhiWHFRJUJRRi9VME0=",
            "Sha256": "di5rh0jAY5p+YvO7BK/S1vCmB2f3chmLXy7IuYsBMqk="
        },
        "DeliveryOptimization": {
            "CatalogId": "di5rh0jAY5p-YvO7BK_S1vCmB2f3chmLXy7IuYsBMqk=",
            "Properties": {
                "IntegrityCheckInfo": {
                    "PiecesHashFileUrl": "http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/0e29e55f-73de-49cc-9347-0142691d11b1/pieceshash",
                    "HashOfHashes": "SbFc+qtT7l5Az19FecwIlMF+iB8GAgL0kNo4DnC9GNI="
                }
            }
        }
    }
]

MicrosoftEdgeUpdate.log

[08/18/23 13:58:50.701][MicrosoftEdgeUpdate:msedgeupdate][9472:9468][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:50.707][MicrosoftEdgeUpdate:msedgeupdate][9472:9468][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/18/23 13:58:50.707][MicrosoftEdgeUpdate:msedgeupdate][9472:9468][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 13:58:50.708][MicrosoftEdgeUpdate:msedgeupdate][9472:9468][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 13:58:50.764][MicrosoftEdgeUpdate:msedgeupdate][9472:6824][Register Products allowed]
[08/18/23 13:58:50.764][MicrosoftEdgeUpdate:msedgeupdate][9472:6824][IsManaged][Group Policy][1]
[08/18/23 13:58:50.769][MicrosoftEdgeUpdate:msedgeupdate][9472:9468][DllEntry exit][0x00000000]
[08/18/23 13:58:51.358][MicrosoftEdgeUpdate:msedgeupdate][7800:7868][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:51.364][MicrosoftEdgeUpdate:msedgeupdate][7800:7868][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/18/23 13:58:51.364][MicrosoftEdgeUpdate:msedgeupdate][7800:7868][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 13:58:51.365][MicrosoftEdgeUpdate:msedgeupdate][7800:7868][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 13:58:51.390][MicrosoftEdgeUpdate:msedgeupdate][7800:5148][Register Products allowed]
[08/18/23 13:58:51.391][MicrosoftEdgeUpdate:msedgeupdate][7800:5148][IsManaged][Group Policy][1]
[08/18/23 13:58:51.406][MicrosoftEdgeUpdate:msedgeupdate][7800:7868][DllEntry exit][0x00000000]
[08/18/23 13:58:51.655][MicrosoftEdgeUpdate:msedgeupdate][8984:8840][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:51.662][MicrosoftEdgeUpdate:msedgeupdate][8984:8840][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/18/23 13:58:51.664][MicrosoftEdgeUpdate:msedgeupdate][8984:8840][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 13:58:51.666][MicrosoftEdgeUpdate:msedgeupdate][8984:8840][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 13:58:51.710][MicrosoftEdgeUpdate:msedgeupdate][10204:10192][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:51.716][MicrosoftEdgeUpdate:msedgeupdate][10204:10192][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /svc]
[08/18/23 13:58:51.716][MicrosoftEdgeUpdate:msedgeupdate][10204:10192][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 13:58:51.717][MicrosoftEdgeUpdate:msedgeupdate][10204:10192][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 13:58:51.733][MicrosoftEdgeUpdate:psmachine][8984:10176][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:51.789][MicrosoftEdgeUpdate:msedgeupdate][10204:10184][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:51.794][MicrosoftEdgeUpdate:psmachine][8984:8504][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:51.799][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/18/23 13:58:51.800][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][CdpServicesClient::Send][pri 10][session_id {9E8A687A-B0B0-45A3-9D8F-7D87D466F416}][ms-cv emiKnrCwo0Wdj32H1Gb0Fg]
[08/18/23 13:58:51.800][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][cdp_name msedge-stable-win-x64][version 112.0.1722.46][nextversion ]
[08/18/23 13:58:51.829][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][detected configurations][
priority=1, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>
priority=0, source=auto, wpad=1, script=
priority=0, source=direct, direct connection
]
[08/18/23 13:58:51.829][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Send][url=https://msedge.api.cdp.microsoft.com/api/v2/contents/Browser/namespaces/Default/names?action=batchupdates][request=[{"Product":"msedge-stable-win-x64","targetingAttributes":{"AppAp":"stable-arch_x64","AppBrandCode":"INBX","AppCohort":"","AppCohortHint":"","AppCohortName":"","AppLang":"","AppMajorVersion":"112","AppRollout":0.88,"AppTargetVersionPrefix":"","AppVersion":"112.0.1722.46","ExpETag":"\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"","HW_AVX":true,"HW_DiskType":2,"HW_LogicalCpus":4,"HW_PhysicalRamGB":3,"HW_SSE":true,"HW_SSE2":true,"HW_SSE3":true,"HW_SSE41":true,"HW_SSE42":true,"HW_SSSE3":true,"InstallSource":"update3web-ondemand","IsInternalUser":false,"IsMachine":true,"IsWIP":false,"OemProductManufacturer":"Microsoft Corporation","OemProductName":"Virtual Machine","OsArch":"x64","OsPlatform":"win","OsRegionDMA":false,"OsRegionName":"US","OsRegionNation":"244","OsVersion":"10.0.19045.3324","Priority":10,"Updater":"MicrosoftEdgeUpdate","UpdaterVersion":"1.3.177.11","WIPBranch":""}}]][filename=]
[08/18/23 13:58:51.829][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Trying config: priority=1, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>]
[08/18/23 13:58:51.829][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Trying request type: winhttp]
[08/18/23 13:58:51.859][MicrosoftEdgeUpdate:msedgeupdate][10204:5584][WinHttp status callback][00B30A40][handle=00B918F0][connected][127.0.0.1]
[08/18/23 13:58:53.149][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][SimpleRequest::SendRequest][request sent][server: 127.0.0.1][IP: 127.0.0.1]
[08/18/23 13:58:53.150][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Send response received][result 0x0][status code 200][[{"ContentId":{"Namespace":"Default","Name":"msedge-stable-win-x64","Version":"115.0.1901.203"}}]]
[08/18/23 13:58:53.150][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][CheckForUpdate][Latest][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][latest_version 115.0.1901.203]
[08/18/23 13:58:53.157][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][detected configurations][
priority=2, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>
priority=0, source=auto, wpad=1, script=
priority=0, source=direct, direct connection
]
[08/18/23 13:58:53.157][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Send][url=https://msedge.api.cdp.microsoft.com/api/v1.1/internal/contents/Browser/namespaces/Default/names/msedge-stable-win-x64/versions/115.0.1901.203/files?action=GenerateDownloadInfo&foregroundPriority=true][request={}][filename=]
[08/18/23 13:58:53.157][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Trying config: priority=2, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>]
[08/18/23 13:58:53.157][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Trying request type: winhttp]
[08/18/23 13:58:53.386][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][SimpleRequest::SendRequest][request sent][server: ][IP: ]
[08/18/23 13:58:53.386][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][Send response received][result 0x0][status code 200][[{"FileId":"MicrosoftEdge_X64_115.0.1901.203_115.0.1901.188.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/cc5b0cae-62c0-497f-a3e2-48ed4ebc67e6?P1=1692943133&P2=404&P3=2&P4=PQEnUPRbmsAuhhCPEBv9Nq%2bHC%2beTEl%2bZf3C7m5z9IQI0%2bCsbRzz1MHVmLWXzclVRjqtwKirJd9%2frgDH8y5QpFQ%3d%3d","SizeInBytes":12057040,"Hashes":{"Sha1":"7qIEl6U/q7yftdHD0z3tvtEbrlk=","Sha256":"hcgygZlUxz4GCkWpzow4vNiGlSxg/PLDELj7PcSQQ7I="},"DeliveryOptimization":{"CatalogId":"hcgygZlUxz4GCkWpzow4vNiGlSxg_PLDELj7PcSQQ7I=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/cc5b0cae-62c0-497f-a3e2-48ed4ebc67e6/pieceshash","HashOfHashes":"iP1MnML+6/p63T8XDwQF4ttrXv9yvz+Hidf8rjZKJqg="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943133&P2=404&P3=2&P4=KwSGM1OW1nQKv3%2bVLrGa7viBrh2ITdyrj4RJq1KlfNxhyYQIekE5yno%2fTJVQpQDS4DaldrU4s3naOEMP%2bUSqeg%3d%3d","SizeInBytes":151418832,"Hashes":{"Sha1":"CXFy92Y2lsdoKZ0vlWdASXtkets=","Sha256":"UmlamYwKq9XvLjmwXsJwc6RKPg78Ze7RvSUvkunywOE="},"DeliveryOptimization":{"CatalogId":"UmlamYwKq9XvLjmwXsJwc6RKPg78Ze7RvSUvkunywOE=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae/pieceshash","HashOfHashes":"X6nNiemJL8tr+TFyCroU2xDytbcOpHMNRIEfsdui7qg="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_114.0.1823.79.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/be18674d-97eb-4455-84f7-d11f2ebf2587?P1=1692943133&P2=404&P3=2&P4=Gn97LKB%2fScBqBxfRG0jcYRrp%2fu%2bDHxiP7j8MiAPzvLKUV7%2fQQUZ3xCjwA%2bIwhXNM%2fiTveRXRKGleXOadxrYEZA%3d%3d","SizeInBytes":55421904,"Hashes":{"Sha1":"GcJU7QeeBzXeRYdjtVJsREv9ilI=","Sha256":"nsWNM9uDKdKdI8S6sYu4T2y67k5YKu/66/E5J7OrJvg="},"DeliveryOptimization":{"CatalogId":"nsWNM9uDKdKdI8S6sYu4T2y67k5YKu_66_E5J7OrJvg=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/be18674d-97eb-4455-84f7-d11f2ebf2587/pieceshash","HashOfHashes":"9QNVp5mOTqdyGCyq3OtvKn7ZXbPLj6dts2X6gWyaPbs="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_114.0.1823.82.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/b365c5ae-d246-47c0-9080-1b990f8708e6?P1=1692943133&P2=404&P3=2&P4=ldwRYuoNh1AquPio5jaZJrDSGM0E3p8M7lK%2b%2b9EKKwChBLMF8odyRkqHPib18PI%2bDGi%2fq9au%2bqmUBvQmXHfXTA%3d%3d","SizeInBytes":55015992,"Hashes":{"Sha1":"u3UvwiTOOxOPWIDzC58KvEKXjxM=","Sha256":"+9y6Hy6qVY8fqoKw0pCfc5cSWFX+A3Tu0gLKdgEsfbM="},"DeliveryOptimization":{"CatalogId":"-9y6Hy6qVY8fqoKw0pCfc5cSWFX-A3Tu0gLKdgEsfbM=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/b365c5ae-d246-47c0-9080-1b990f8708e6/pieceshash","HashOfHashes":"/2QWrJropm1ln5jUapsgdmfQzenad7Er6m1geVOedoY="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_115.0.1901.200.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/9d6dfd9a-7e4d-413c-84ab-a1d6f0069f7d?P1=1692943133&P2=404&P3=2&P4=GEv%2bVs5zz1gINgom6fYjI6Tw55gxQZSN%2f%2f4vRSVUQubqqT5CN%2b2BYQXfReUtT55EFJk2YhtxlDfYT6dqvV24ZQ%3d%3d","SizeInBytes":9996856,"Hashes":{"Sha1":"D9Nf32FiMGMg+Jia+zqAuEtEkqc=","Sha256":"7M4yYuMDoMQmOaDchdFafwWB3Zw0+q6e4ZEXwpeHuHM="},"DeliveryOptimization":{"CatalogId":"7M4yYuMDoMQmOaDchdFafwWB3Zw0-q6e4ZEXwpeHuHM=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/9d6dfd9a-7e4d-413c-84ab-a1d6f0069f7d/pieceshash","HashOfHashes":"klytUZYGiOquyhsnbk2wSpor2S7MaRgGCKvBozF5Ogo="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_114.0.1823.86.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/64f1150f-b0f5-422d-8c40-14fb2be82a0d?P1=1692943133&P2=404&P3=2&P4=eZroSku7eABm3s0OQwjt%2b%2ft7KgEIXXCEk21EBO0i%2fLwJjcARKdT79eHKT55l3kLWm8LTRqvG41jLIHiHXevc%2fw%3d%3d","SizeInBytes":55098320,"Hashes":{"Sha1":"vTcuIy1ljjNkCxD2nIg/XJVibdk=","Sha256":"iOErxRVdID0LzM/+fLPVj6GKHFokWtfX42IUeinpEas="},"DeliveryOptimization":{"CatalogId":"iOErxRVdID0LzM_-fLPVj6GKHFokWtfX42IUeinpEas=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/64f1150f-b0f5-422d-8c40-14fb2be82a0d/pieceshash","HashOfHashes":"TbWDtzRMzPEIRWv0O36hD4Uxu6GSXwZXP2pUiFoAHx0="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_115.0.1901.183.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/0e29e55f-73de-49cc-9347-0142691d11b1?P1=1692943133&P2=404&P3=2&P4=eHjA9NUqLLfxkDzXBvrL4%2bBG7mWuLHsML%2fEAbTMr6L6GxGj%2bahZ6IvbY5Xt8daZC6xZsV9ORGgKQcZl%2fIJdcTA%3d%3d","SizeInBytes":13652424,"Hashes":{"Sha1":"sJeKN2UCRkhiWHFRJUJRRi9VME0=","Sha256":"di5rh0jAY5p+YvO7BK/S1vCmB2f3chmLXy7IuYsBMqk="},"DeliveryOptimization":{"CatalogId":"di5rh0jAY5p-YvO7BK_S1vCmB2f3chmLXy7IuYsBMqk=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/0e29e55f-73de-49cc-9347-0142691d11b1/pieceshash","HashOfHashes":"SbFc+qtT7l5Az19FecwIlMF+iB8GAgL0kNo4DnC9GNI="}}}}]]
[08/18/23 13:58:53.387][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][TrimToApplicableFiles found full][1][MicrosoftEdge_X64_115.0.1901.203.exe]
[08/18/23 13:58:53.387][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][CheckForUpdate-DownloadInfo][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][files 1]
[08/18/23 13:58:53.387][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][CdpServicesClient::SendInternal][The app_requests were empty for request being sent to][namespace: WebXTApps]
[08/18/23 13:58:53.387][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][CdpServicesClient::LegacySendInternal][There were no apps to request.]
[08/18/23 13:58:53.387][MicrosoftEdgeUpdate:msedgeupdate][10204:1408][CdpServicesClient::Send][finished]
[08/18/23 13:58:53.579][MicrosoftEdgeUpdate:msedgeupdate][8984:8840][DllEntry exit][0x00000000]
[08/18/23 13:58:53.588][MicrosoftEdgeUpdate:msedgeupdate][10204:8480][Started process][9204]
[08/18/23 13:58:53.624][MicrosoftEdgeUpdate:msedgeupdate][9204:8488][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:53.629][MicrosoftEdgeUpdate:msedgeupdate][9204:8488][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzcuMTEiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7OUU4QTY4N0EtQjBCMC00NUEzLTlEOEYtN0Q4N0Q0NjZGNDE2fSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0idXBkYXRlM3dlYi1vbmRlbWFuZCIgcmVxdWVzdGlkPSJ7MDEzQzVBNzEtQUNDNy00RUFBLTk4NzItMUMxMDk5MTkxRDU1fSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjEiPjxodyBsb2dpY2FsX2NwdXM9IjQiIHBoeXNtZW1vcnk9IjMiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0NS4zMzI0IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNCIgb3NfcmVnaW9uX25hbWU9IlVTIiBvc19yZWdpb25fbmF0aW9uPSIyNDQiIG9zX3JlZ2lvbl9kbWE9IjAiIGlzX3dpcD0iMCIgaXNfaW5fbG9ja2Rvd25fbW9kZT0iMCIvPjxvZW0gcHJvZHVjdF9tYW51ZmFjdHVyZXI9Ik1pY3Jvc29mdCBDb3Jwb3JhdGlvbiIgcHJvZHVjdF9uYW1lPSJWaXJ0dWFsIE1hY2hpbmUiLz48ZXhwIGV0YWc9IiZxdW90O3I0NTJ0MStrMlRncS9IWHpqdkZOQlJob3BCV1I5c2JqWHhxZVVESDl1WDA9JnF1b3Q7Ii8-PGFwcCBhcHBpZD0iezU2RUIxOEY4LUIwMDgtNENCRC1CNkQyLThDOTdGRTdFOTA2Mn0iIHZlcnNpb249IjExMi4wLjE3MjIuNDYiIG5leHR2ZXJzaW9uPSIxMTUuMC4xOTAxLjIwMyIgYXA9InN0YWJsZS1hcmNoX3g2NCIgbGFuZz0iIiBicmFuZD0iSU5CWCIgY2xpZW50PSIiIG9vYmVfaW5zdGFsbF90aW1lPSIxMzMzMzYxMTcxNjAzMDg1NTAiIHVwZGF0ZV9jb3VudD0iMiIgaXNfcGlubmVkX3N5c3RlbT0idHJ1ZSIgbGFzdF9sYXVuY2hfY291bnQ9IjEiIGxhc3RfbGF1bmNoX3RpbWU9IjEzMzM2ODExOTI2ODMzMTg4MCI-PHVwZGF0ZWNoZWNrLz48cGluZyBhY3RpdmU9IjEiIGE9IjEiIGFkPSI2MDcyIiByZD0iNjA3MyIgcGluZ19mcmVzaG5lc3M9Ins2MUJGNjY0NS1EQTdBLTQ1RkQtOUM1QS00OUIyNDkwNTRGNDh9Ii8-PC9hcHA-PC9yZXF1ZXN0Pg]
[08/18/23 13:58:53.629][MicrosoftEdgeUpdate:msedgeupdate][9204:8488][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 13:58:53.630][MicrosoftEdgeUpdate:msedgeupdate][9204:8488][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 13:58:53.660][MicrosoftEdgeUpdate:msedgeupdate][9204:8488][IsManaged][Group Policy][1]
[08/18/23 13:58:53.660][MicrosoftEdgeUpdate:msedgeupdate][9204:8488][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/18/23 13:58:53.660][MicrosoftEdgeUpdate:msedgeupdate][9204:8488][App heartbeat][AppName: stable][Channel: 4][pv: 112.0.1722.46][opv: ]
[08/18/23 13:58:53.662][MicrosoftEdgeUpdate:msedgeupdate][9204:8488][DllEntry exit][0x00000000]
[08/18/23 13:58:53.678][MicrosoftEdgeUpdate:msedgeupdate][10204:10192][DllEntry exit][0x00000000]
[08/18/23 13:58:53.687][MicrosoftEdgeUpdate:msedgeupdate][7488:1088][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:53.691][MicrosoftEdgeUpdate:msedgeupdate][7488:1088][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/18/23 13:58:53.691][MicrosoftEdgeUpdate:msedgeupdate][7488:1088][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 13:58:53.691][MicrosoftEdgeUpdate:msedgeupdate][7488:1088][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 13:58:53.726][MicrosoftEdgeUpdate:msedgeupdate][5424:8888][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:53.730][MicrosoftEdgeUpdate:msedgeupdate][5424:8888][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /svc]
[08/18/23 13:58:53.730][MicrosoftEdgeUpdate:msedgeupdate][5424:8888][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 13:58:53.731][MicrosoftEdgeUpdate:msedgeupdate][5424:8888][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 13:58:53.745][MicrosoftEdgeUpdate:psmachine][7488:8492][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:53.780][MicrosoftEdgeUpdate:msedgeupdate][5424:6932][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:58:53.786][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/18/23 13:58:53.787][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][CdpServicesClient::Send][pri 10][session_id {A11325E0-71B5-45B9-A633-5904E10D0BBD}][ms-cv 4CUTobVxuUWmM1kE4Q0LvQ]
[08/18/23 13:58:53.787][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][cdp_name msedge-stable-win-x64][version 112.0.1722.46][nextversion ]
[08/18/23 13:58:53.795][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][detected configurations][
priority=2, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>
priority=0, source=auto, wpad=1, script=
priority=0, source=direct, direct connection
]
[08/18/23 13:58:53.795][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][Send][url=https://msedge.api.cdp.microsoft.com/api/v2/contents/Browser/namespaces/Default/names?action=batchupdates][request=[{"Product":"msedge-stable-win-x64","targetingAttributes":{"AppAp":"stable-arch_x64","AppBrandCode":"INBX","AppCohort":"","AppCohortHint":"","AppCohortName":"","AppLang":"","AppMajorVersion":"112","AppRollout":0.62,"AppTargetVersionPrefix":"","AppVersion":"112.0.1722.46","ExpETag":"\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"","HW_AVX":true,"HW_DiskType":2,"HW_LogicalCpus":4,"HW_PhysicalRamGB":3,"HW_SSE":true,"HW_SSE2":true,"HW_SSE3":true,"HW_SSE41":true,"HW_SSE42":true,"HW_SSSE3":true,"InstallSource":"update3web-ondemand","IsInternalUser":false,"IsMachine":true,"IsWIP":false,"OemProductManufacturer":"Microsoft Corporation","OemProductName":"Virtual Machine","OsArch":"x64","OsPlatform":"win","OsRegionDMA":false,"OsRegionName":"US","OsRegionNation":"244","OsVersion":"10.0.19045.3324","Priority":10,"Updater":"MicrosoftEdgeUpdate","UpdaterVersion":"1.3.177.11","WIPBranch":""}}]][filename=]
[08/18/23 13:58:53.795][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][Trying config: priority=2, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>]
[08/18/23 13:58:53.795][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][Trying request type: winhttp]
[08/18/23 13:58:53.803][MicrosoftEdgeUpdate:msedgeupdate][5424:1288][WinHttp status callback][008AB3C0][handle=00879500][connected][127.0.0.1]
[08/18/23 13:58:54.737][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][SimpleRequest::SendRequest][request sent][server: 127.0.0.1][IP: 127.0.0.1]
[08/18/23 13:58:54.737][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][Send response received][result 0x0][status code 200][[{"ContentId":{"Namespace":"Default","Name":"msedge-stable-win-x64","Version":"115.0.1901.203"}}]]
[08/18/23 13:58:54.738][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][CheckForUpdate][Latest][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][latest_version 115.0.1901.203]
[08/18/23 13:58:54.744][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][detected configurations][
priority=2, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>
priority=0, source=auto, wpad=1, script=
priority=0, source=direct, direct connection
]
[08/18/23 13:58:54.744][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][Send][url=https://msedge.api.cdp.microsoft.com/api/v1.1/internal/contents/Browser/namespaces/Default/names/msedge-stable-win-x64/versions/115.0.1901.203/files?action=GenerateDownloadInfo&foregroundPriority=true][request={}][filename=]
[08/18/23 13:58:54.744][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][Trying config: priority=2, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>]
[08/18/23 13:58:54.744][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][Trying request type: winhttp]
[08/18/23 13:58:54.957][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][SimpleRequest::SendRequest][request sent][server: ][IP: ]
[08/18/23 13:58:54.973][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][Send response received][result 0x0][status code 200][[{"FileId":"MicrosoftEdge_X64_115.0.1901.203_115.0.1901.188.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/cc5b0cae-62c0-497f-a3e2-48ed4ebc67e6?P1=1692943135&P2=404&P3=2&P4=JEQfPhmDxzEVUmSZPDaFuJVoO2%2fUWdLKvHgUdov5xhN4AtBbK%2bbNgOdaypJBNMrixAtt2czB00mZaLByTbwWfQ%3d%3d","SizeInBytes":12057040,"Hashes":{"Sha1":"7qIEl6U/q7yftdHD0z3tvtEbrlk=","Sha256":"hcgygZlUxz4GCkWpzow4vNiGlSxg/PLDELj7PcSQQ7I="},"DeliveryOptimization":{"CatalogId":"hcgygZlUxz4GCkWpzow4vNiGlSxg_PLDELj7PcSQQ7I=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/cc5b0cae-62c0-497f-a3e2-48ed4ebc67e6/pieceshash","HashOfHashes":"iP1MnML+6/p63T8XDwQF4ttrXv9yvz+Hidf8rjZKJqg="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d","SizeInBytes":151418832,"Hashes":{"Sha1":"CXFy92Y2lsdoKZ0vlWdASXtkets=","Sha256":"UmlamYwKq9XvLjmwXsJwc6RKPg78Ze7RvSUvkunywOE="},"DeliveryOptimization":{"CatalogId":"UmlamYwKq9XvLjmwXsJwc6RKPg78Ze7RvSUvkunywOE=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae/pieceshash","HashOfHashes":"X6nNiemJL8tr+TFyCroU2xDytbcOpHMNRIEfsdui7qg="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_114.0.1823.79.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/be18674d-97eb-4455-84f7-d11f2ebf2587?P1=1692943135&P2=404&P3=2&P4=Xm7CBmBa9fZlu7ze7NWVMdDFKDmeuYcXLkRd8Vq1nRDrZz0VCq2NgDxfqXY%2bBVm1u6AU7xjEFSI6auyKZvucTQ%3d%3d","SizeInBytes":55421904,"Hashes":{"Sha1":"GcJU7QeeBzXeRYdjtVJsREv9ilI=","Sha256":"nsWNM9uDKdKdI8S6sYu4T2y67k5YKu/66/E5J7OrJvg="},"DeliveryOptimization":{"CatalogId":"nsWNM9uDKdKdI8S6sYu4T2y67k5YKu_66_E5J7OrJvg=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/be18674d-97eb-4455-84f7-d11f2ebf2587/pieceshash","HashOfHashes":"9QNVp5mOTqdyGCyq3OtvKn7ZXbPLj6dts2X6gWyaPbs="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_114.0.1823.82.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/b365c5ae-d246-47c0-9080-1b990f8708e6?P1=1692943135&P2=404&P3=2&P4=UCV5kmfA1gk0WX376gJGbUgo8kvfRWHRUFltVLfpSrPNPr5bdzCe7jaLSJcxmpwKEOarr748X0kpDzNeN0qCIg%3d%3d","SizeInBytes":55015992,"Hashes":{"Sha1":"u3UvwiTOOxOPWIDzC58KvEKXjxM=","Sha256":"+9y6Hy6qVY8fqoKw0pCfc5cSWFX+A3Tu0gLKdgEsfbM="},"DeliveryOptimization":{"CatalogId":"-9y6Hy6qVY8fqoKw0pCfc5cSWFX-A3Tu0gLKdgEsfbM=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/b365c5ae-d246-47c0-9080-1b990f8708e6/pieceshash","HashOfHashes":"/2QWrJropm1ln5jUapsgdmfQzenad7Er6m1geVOedoY="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_115.0.1901.200.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/9d6dfd9a-7e4d-413c-84ab-a1d6f0069f7d?P1=1692943135&P2=404&P3=2&P4=dfDVnY1IaHGNa%2bx57aAUjRACreV2kuAKtviZCOgOOmzggi1emo1Js0Gigzna2yOGaBu1k5Mguyab5RorMrFITQ%3d%3d","SizeInBytes":9996856,"Hashes":{"Sha1":"D9Nf32FiMGMg+Jia+zqAuEtEkqc=","Sha256":"7M4yYuMDoMQmOaDchdFafwWB3Zw0+q6e4ZEXwpeHuHM="},"DeliveryOptimization":{"CatalogId":"7M4yYuMDoMQmOaDchdFafwWB3Zw0-q6e4ZEXwpeHuHM=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/9d6dfd9a-7e4d-413c-84ab-a1d6f0069f7d/pieceshash","HashOfHashes":"klytUZYGiOquyhsnbk2wSpor2S7MaRgGCKvBozF5Ogo="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_114.0.1823.86.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/64f1150f-b0f5-422d-8c40-14fb2be82a0d?P1=1692943135&P2=404&P3=2&P4=lYlzAM4Tnm13aRv%2f8LE6Lr5dVz6i4ucJNh7Vd5YDWx%2faEmwXR2yct8z39PcioGDFSn6b7ir94R5qvuqx9y%2bazA%3d%3d","SizeInBytes":55098320,"Hashes":{"Sha1":"vTcuIy1ljjNkCxD2nIg/XJVibdk=","Sha256":"iOErxRVdID0LzM/+fLPVj6GKHFokWtfX42IUeinpEas="},"DeliveryOptimization":{"CatalogId":"iOErxRVdID0LzM_-fLPVj6GKHFokWtfX42IUeinpEas=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/64f1150f-b0f5-422d-8c40-14fb2be82a0d/pieceshash","HashOfHashes":"TbWDtzRMzPEIRWv0O36hD4Uxu6GSXwZXP2pUiFoAHx0="}}}},{"FileId":"MicrosoftEdge_X64_115.0.1901.203_115.0.1901.183.exe","Url":"http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/0e29e55f-73de-49cc-9347-0142691d11b1?P1=1692943135&P2=404&P3=2&P4=T4tsP6HN1Ucnb%2bUVsgDpziG6fsnFuODUMT%2bHQGOPNwTrrndUl7FQPrLoTwwBu5WqoZ9IEssiGwpLMNBSU%2bCS7g%3d%3d","SizeInBytes":13652424,"Hashes":{"Sha1":"sJeKN2UCRkhiWHFRJUJRRi9VME0=","Sha256":"di5rh0jAY5p+YvO7BK/S1vCmB2f3chmLXy7IuYsBMqk="},"DeliveryOptimization":{"CatalogId":"di5rh0jAY5p-YvO7BK_S1vCmB2f3chmLXy7IuYsBMqk=","Properties":{"IntegrityCheckInfo":{"PiecesHashFileUrl":"http://msedge.f.dl.delivery.mp.microsoft.com/filestreamingservice/files/0e29e55f-73de-49cc-9347-0142691d11b1/pieceshash","HashOfHashes":"SbFc+qtT7l5Az19FecwIlMF+iB8GAgL0kNo4DnC9GNI="}}}}]]
[08/18/23 13:58:54.973][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][TrimToApplicableFiles found full][1][MicrosoftEdge_X64_115.0.1901.203.exe]
[08/18/23 13:58:54.973][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][CheckForUpdate-DownloadInfo][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][files 1]
[08/18/23 13:58:54.973][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][CdpServicesClient::SendInternal][The app_requests were empty for request being sent to][namespace: WebXTApps]
[08/18/23 13:58:54.973][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][CdpServicesClient::LegacySendInternal][There were no apps to request.]
[08/18/23 13:58:54.973][MicrosoftEdgeUpdate:msedgeupdate][5424:8868][CdpServicesClient::Send][finished]
[08/18/23 13:58:55.114][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][DownloadManager::DoDownloadPackage][appid={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}; version=115.0.1901.203; package_name=MicrosoftEdge_X64_115.0.1901.203.exe]
[08/18/23 13:58:55.114][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][starting download][from 'http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d'][to '**PII**\AppData\Local\Temp\{542C52F9-BB20-45F8-8598-ADE0802916C7}-MicrosoftEdge_X64_115.0.1901.203.exe']
[08/18/23 13:58:55.129][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][detected configurations][
priority=2, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>
priority=0, source=auto, wpad=1, script=
priority=0, source=direct, direct connection
]
[08/18/23 13:58:55.129][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Send][url=http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d][request=][filename=**PII**\AppData\Local\Temp\{542C52F9-BB20-45F8-8598-ADE0802916C7}-MicrosoftEdge_X64_115.0.1901.203.exe]
[08/18/23 13:58:55.129][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Trying config: priority=2, source=IENamed, named proxy=http=127.0.0.1:8888;https=127.0.0.1:8888, bypass=<-loopback>]
[08/18/23 13:58:55.129][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Trying request type: BITS]
[08/18/23 13:58:55.176][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][BitsRequest::DoSend][url http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d][job {C246E873-B182-4300-B19E-0E15ECF5CD7A}][state BG_JOB_STATE_CONNECTING]
[08/18/23 13:58:55.192][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][BitsRequest::DoSend][url http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d][job {C246E873-B182-4300-B19E-0E15ECF5CD7A}][state BG_JOB_STATE_CONNECTING]
[08/18/23 13:58:55.364][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][BitsRequest::DoSend][url http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d][job {C246E873-B182-4300-B19E-0E15ECF5CD7A}][state BG_JOB_STATE_CONNECTING]
[08/18/23 13:58:55.364][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][BitsRequest::DoSend][url http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d][job {C246E873-B182-4300-B19E-0E15ECF5CD7A}][state BG_JOB_STATE_CONNECTING]
[08/18/23 13:58:56.379][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][BitsRequest::DoSend][url http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d][job {C246E873-B182-4300-B19E-0E15ECF5CD7A}][state BG_JOB_STATE_CONNECTING]
[08/18/23 13:58:57.379][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][BitsRequest::DoSend][url http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d][job {C246E873-B182-4300-B19E-0E15ECF5CD7A}][state BG_JOB_STATE_CONNECTING]
[08/18/23 13:58:58.364][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][BitsRequest::DoSend][url http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d][job {C246E873-B182-4300-B19E-0E15ECF5CD7A}][state BG_JOB_STATE_TRANSFERRING]
[08/18/23 13:58:58.910][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][BitsRequest::DoSend][url http://msedge.f.tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/c5858aa2-8db5-4160-bbb9-a71f91c122ae?P1=1692943135&P2=404&P3=2&P4=Z1EHLQ2hpvFJZ3uYN%2bZTprmdG3ksiIl3UMZok9PEynUH8OHfCbGsUhTMD2kx7pEEISWWJxKYuu4X3NCvEhcWAg%3d%3d][job {C246E873-B182-4300-B19E-0E15ECF5CD7A}][state BG_JOB_STATE_TRANSFERRED]
[08/18/23 13:58:59.083][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Send response received][result 0x0][status code 200][]
[08/18/23 13:59:02.105][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][PackageCache::Put][Cache succeeded][destination_file 'C:\Program Files (x86)\Microsoft\EdgeUpdate\Download\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\115.0.1901.203\MicrosoftEdge_X64_115.0.1901.203.exe']
[08/18/23 13:59:03.827][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Installing][display name: Microsoft Edge][app id: {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][installer path: C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{DD4FDD50-A4A9-4F59-9C25-B7F44C908337}\MicrosoftEdge_X64_115.0.1901.203.exe][manifest args: --msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable][additional args: ][all args: --msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable][installer data: ][untrusted data: ][priority: 10]
[08/18/23 13:59:03.832][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Running installer][C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{DD4FDD50-A4A9-4F59-9C25-B7F44C908337}\MicrosoftEdge_X64_115.0.1901.203.exe][--msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}]
[08/18/23 13:59:30.033][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][InstallerResult][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][0]
[08/18/23 13:59:30.033][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][InstallApp returned][0x0][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][type:1][code: 30][][]
[08/18/23 13:59:30.033][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Success action specified launchcmd, but cmd empty]
[08/18/23 13:59:30.037][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Purge version][C:\Program Files (x86)\Microsoft\EdgeUpdate\Download\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\112.0.1722.46][0x0]
[08/18/23 13:59:30.037][MicrosoftEdgeUpdate:msedgeupdate][5424:5388][Purge version][C:\Program Files (x86)\Microsoft\EdgeUpdate\Download\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\114.0.1823.79][0x0]
[08/18/23 13:59:30.199][MicrosoftEdgeUpdate:msedgeupdate][7488:1088][DllEntry exit][0x00000000]
[08/18/23 13:59:30.201][MicrosoftEdgeUpdate:msedgeupdate][5424:6932][Started process][5360]
[08/18/23 13:59:30.255][MicrosoftEdgeUpdate:msedgeupdate][5360:5596][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 13:59:30.259][MicrosoftEdgeUpdate:msedgeupdate][5360:5596][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzcuMTEiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7QTExMzI1RTAtNzFCNS00NUI5LUE2MzMtNTkwNEUxMEQwQkJEfSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0idXBkYXRlM3dlYi1vbmRlbWFuZCIgcmVxdWVzdGlkPSJ7OEZGMTcwNjUtMUY3Ri00RDRBLTg1NDYtNDg3N0ZEQjczRkFDfSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjEiPjxodyBsb2dpY2FsX2NwdXM9IjQiIHBoeXNtZW1vcnk9IjMiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0NS4zMzI0IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNCIgb3NfcmVnaW9uX25hbWU9IlVTIiBvc19yZWdpb25fbmF0aW9uPSIyNDQiIG9zX3JlZ2lvbl9kbWE9IjAiIGlzX3dpcD0iMCIgaXNfaW5fbG9ja2Rvd25fbW9kZT0iMCIvPjxvZW0gcHJvZHVjdF9tYW51ZmFjdHVyZXI9Ik1pY3Jvc29mdCBDb3Jwb3JhdGlvbiIgcHJvZHVjdF9uYW1lPSJWaXJ0dWFsIE1hY2hpbmUiLz48ZXhwIGV0YWc9IiZxdW90O3I0NTJ0MStrMlRncS9IWHpqdkZOQlJob3BCV1I5c2JqWHhxZVVESDl1WDA9JnF1b3Q7Ii8-PGFwcCBhcHBpZD0iezU2RUIxOEY4LUIwMDgtNENCRC1CNkQyLThDOTdGRTdFOTA2Mn0iIHZlcnNpb249IjExMi4wLjE3MjIuNDYiIG5leHR2ZXJzaW9uPSIxMTUuMC4xOTAxLjIwMyIgYXA9InN0YWJsZS1hcmNoX3g2NCIgbGFuZz0iIiBicmFuZD0iSU5CWCIgY2xpZW50PSIiIG9vYmVfaW5zdGFsbF90aW1lPSIxMzMzMzYxMTcxNjAzMDg1NTAiIHVwZGF0ZV9jb3VudD0iMiIgaXNfcGlubmVkX3N5c3RlbT0idHJ1ZSIgbGFzdF9sYXVuY2hfY291bnQ9IjEiIGxhc3RfbGF1bmNoX3RpbWU9IjEzMzM2ODExOTI2ODMzMTg4MCI-PHVwZGF0ZWNoZWNrLz48ZXZlbnQgZXZlbnR0eXBlPSIxMiIgZXZlbnRyZXN1bHQ9IjEiIGVycm9yY29kZT0iMCIgZXh0cmFjb2RlMT0iMCIgc3lzdGVtX3VwdGltZV90aWNrcz0iOTA3MjMwMTQ0NiIgZG9uZV9iZWZvcmVfb29iZV9jb21wbGV0ZT0iMCIvPjxldmVudCBldmVudHR5cGU9IjEzIiBldmVudHJlc3VsdD0iMSIgZXJyb3Jjb2RlPSIwIiBleHRyYWNvZGUxPSIwIiBzeXN0ZW1fdXB0aW1lX3RpY2tzPSI5MDcyMzAxNDQ2IiBkb25lX2JlZm9yZV9vb2JlX2NvbXBsZXRlPSIwIi8-PGV2ZW50IGV2ZW50dHlwZT0iMTQiIGV2ZW50cmVzdWx0PSIxIiBlcnJvcmNvZGU9IjAiIGV4dHJhY29kZTE9IjAiIHN5c3RlbV91cHRpbWVfdGlja3M9IjkxNDIyMTI2NjkiIHNvdXJjZV91cmxfaW5kZXg9IjAiIGRvbmVfYmVmb3JlX29vYmVfY29tcGxldGU9IjAiIGRvd25sb2FkZXI9ImJpdHMiIHVybD0iaHR0cDovL21zZWRnZS5mLnRsdS5kbC5kZWxpdmVyeS5tcC5taWNyb3NvZnQuY29tL2ZpbGVzdHJlYW1pbmdzZXJ2aWNlL2ZpbGVzL2M1ODU4YWEyLThkYjUtNDE2MC1iYmI5LWE3MWY5MWMxMjJhZT9QMT0xNjkyOTQzMTM1JmFtcDtQMj00MDQmYW1wO1AzPTImYW1wO1A0PVoxRUhMUTJocHZGSlozdVlOJTJiWlRwcm1kRzNrc2lJbDNVTVpvazlQRXluVUg4T0hmQ2JHc1VoVE1EMmt4N3BFRUlTV1dKeEtZdXU0WDNOQ3ZFaGNXQWclM2QlM2QiIHNlcnZlcl9pcF9oaW50PSIiIGNkbl9jaWQ9Ii0xIiBjZG5fY2NjPSIiIGNkbl9tc2VkZ2VfcmVmPSIiIGNkbl9henVyZV9yZWZfb3JpZ2luX3NoaWVsZD0iIiBjZG5fY2FjaGU9IiIgY2RuX3AzcD0iIiBkb3dubG9hZGVkPSIxNTE0MTg4MzIiIHRvdGFsPSIxNTE0MTg4MzIiIGRvd25sb2FkX3RpbWVfbXM9IjM4OTEiLz48ZXZlbnQgZXZlbnR0eXBlPSIxNCIgZXZlbnRyZXN1bHQ9IjEiIGVycm9yY29kZT0iMCIgZXh0cmFjb2RlMT0iMCIgc3lzdGVtX3VwdGltZV90aWNrcz0iOTE0MjQzMjY3MiIgc291cmNlX3VybF9pbmRleD0iMCIgZG9uZV9iZWZvcmVfb29iZV9jb21wbGV0ZT0iMCIvPjxldmVudCBldmVudHR5cGU9IjE1IiBldmVudHJlc3VsdD0iMSIgZXJyb3Jjb2RlPSIwIiBleHRyYWNvZGUxPSIwIiBzeXN0ZW1fdXB0aW1lX3RpY2tzPSI5MTU5NDEzNzc4IiBkb25lX2JlZm9yZV9vb2JlX2NvbXBsZXRlPSIwIi8-PGV2ZW50IGV2ZW50dHlwZT0iMyIgZXZlbnRyZXN1bHQ9IjEiIGVycm9yY29kZT0iMCIgZXh0cmFjb2RlMT0iMTk2NjA4IiBzeXN0ZW1fdXB0aW1lX3RpY2tzPSI5NDIxNTQ2MDgxIiBzb3VyY2VfdXJsX2luZGV4PSIwIiBkb25lX2JlZm9yZV9vb2JlX2NvbXBsZXRlPSIwIiB1cGRhdGVfY2hlY2tfdGltZV9tcz0iMTE4NiIgZG93bmxvYWRfdGltZV9tcz0iNzAxMyIgZG93bmxvYWRlZD0iMTUxNDE4ODMyIiB0b3RhbD0iMTUxNDE4ODMyIiBwYWNrYWdlX2NhY2hlX3Jlc3VsdD0iMCIgaW5zdGFsbF90aW1lX21zPSIyNjIwNiIvPjxwaW5nIGFjdGl2ZT0iMCIgcmQ9IjYwNzMiIHBpbmdfZnJlc2huZXNzPSJ7RDAwREE0OUItMEE1NS00QzY3LTk5QkYtQTczMkFENzU0RDc4fSIvPjwvYXBwPjwvcmVxdWVzdD4]
[08/18/23 13:59:30.259][MicrosoftEdgeUpdate:msedgeupdate][5360:5596][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 13:59:30.259][MicrosoftEdgeUpdate:msedgeupdate][5360:5596][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 13:59:30.305][MicrosoftEdgeUpdate:msedgeupdate][5360:5596][IsManaged][Group Policy][1]
[08/18/23 13:59:30.305][MicrosoftEdgeUpdate:msedgeupdate][5360:5596][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/18/23 13:59:30.306][MicrosoftEdgeUpdate:msedgeupdate][5360:5596][App heartbeat][AppName: stable][Channel: 4][pv: 115.0.1901.203][opv: 112.0.1722.46]
[08/18/23 13:59:30.309][MicrosoftEdgeUpdate:msedgeupdate][5360:5596][DllEntry exit][0x00000000]
[08/18/23 13:59:30.319][MicrosoftEdgeUpdate:msedgeupdate][5424:8888][DllEntry exit][0x00000000]

示例 - 9

[08/18/23 15:43:13.651][MicrosoftEdgeUpdate:msedgeupdate][4488:7584][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 15:43:13.657][MicrosoftEdgeUpdate:msedgeupdate][4488:7584][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/18/23 15:43:13.657][MicrosoftEdgeUpdate:msedgeupdate][4488:7584][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 15:43:13.657][MicrosoftEdgeUpdate:msedgeupdate][4488:7584][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 15:43:13.696][MicrosoftEdgeUpdate:msedgeupdate][4488:10156][Register Products allowed]
[08/18/23 15:43:13.696][MicrosoftEdgeUpdate:msedgeupdate][4488:10156][IsManaged][Group Policy][1]
[08/18/23 15:43:13.702][MicrosoftEdgeUpdate:msedgeupdate][4488:7584][DllEntry exit][0x00000000]
[08/18/23 15:43:14.162][MicrosoftEdgeUpdate:msedgeupdate][8760:10224][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 15:43:14.173][MicrosoftEdgeUpdate:msedgeupdate][8760:10224][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/18/23 15:43:14.173][MicrosoftEdgeUpdate:msedgeupdate][8760:10224][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 15:43:14.174][MicrosoftEdgeUpdate:msedgeupdate][8760:10224][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 15:43:14.219][MicrosoftEdgeUpdate:msedgeupdate][8760:9852][Register Products allowed]
[08/18/23 15:43:14.220][MicrosoftEdgeUpdate:msedgeupdate][8760:9852][IsManaged][Group Policy][1]
[08/18/23 15:43:14.228][MicrosoftEdgeUpdate:msedgeupdate][8760:10224][DllEntry exit][0x00000000]
[08/18/23 15:43:16.629][MicrosoftEdgeUpdate:msedgeupdate][1028:6300][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 15:43:16.634][MicrosoftEdgeUpdate:msedgeupdate][1028:6300][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /medsvc]
[08/18/23 15:43:16.634][MicrosoftEdgeUpdate:msedgeupdate][1028:6300][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 15:43:16.635][MicrosoftEdgeUpdate:msedgeupdate][1028:6300][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 15:43:16.675][MicrosoftEdgeUpdate:msedgeupdate][8324:3120][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 15:43:16.681][MicrosoftEdgeUpdate:msedgeupdate][8324:3120][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /svc]
[08/18/23 15:43:16.681][MicrosoftEdgeUpdate:msedgeupdate][8324:3120][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 15:43:16.681][MicrosoftEdgeUpdate:msedgeupdate][8324:3120][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 15:43:16.695][MicrosoftEdgeUpdate:psmachine][1028:6632][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 15:43:16.733][MicrosoftEdgeUpdate:msedgeupdate][8324:5608][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 15:43:16.742][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/18/23 15:43:16.742][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][CdpServicesClient::Send][pri 10][session_id {FA95E94B-33F0-4135-9503-78CEB0449942}][ms-cv S+mV+vAzNUGVA3jOsESZQg]
[08/18/23 15:43:16.742][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][cdp_name msedge-stable-win-x64][version 115.0.1901.203][nextversion ]
[08/18/23 15:43:16.752][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][detected configurations][
priority=1, source=IEWPAD, wpad=1, script=
priority=0, source=direct, direct connection
]
[08/18/23 15:43:16.752][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][Send][url=https://msedge.api.cdp.microsoft.com/api/v2/contents/Browser/namespaces/Default/names?action=batchupdates][request=[{"Product":"msedge-stable-win-x64","targetingAttributes":{"AppAp":"stable-arch_x64","AppBrandCode":"INBX","AppCohort":"rrf@0.15","AppCohortHint":"","AppCohortName":"","AppLang":"","AppMajorVersion":"115","AppRollout":0.15,"AppTargetVersionPrefix":"","AppVersion":"115.0.1901.203","ExpETag":"\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"","HW_AVX":true,"HW_DiskType":2,"HW_LogicalCpus":4,"HW_PhysicalRamGB":3,"HW_SSE":true,"HW_SSE2":true,"HW_SSE3":true,"HW_SSE41":true,"HW_SSE42":true,"HW_SSSE3":true,"InstallSource":"update3web-ondemand","IsInternalUser":false,"IsMachine":true,"IsWIP":false,"OemProductManufacturer":"Microsoft Corporation","OemProductName":"Virtual Machine","OsArch":"x64","OsPlatform":"win","OsRegionDMA":false,"OsRegionName":"US","OsRegionNation":"244","OsVersion":"10.0.19045.3324","Priority":10,"Updater":"MicrosoftEdgeUpdate","UpdaterVersion":"1.3.177.11","WIPBranch":""}}]][filename=]
[08/18/23 15:43:16.752][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][Trying config: priority=1, source=IEWPAD, wpad=1, script=]
[08/18/23 15:43:16.752][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][Trying request type: winhttp]
[08/18/23 15:43:17.037][MicrosoftEdgeUpdate:msedgeupdate][8324:5608][WinHttp status callback][00F7D970][handle=00F98140][connected][[2603:1030:7::10]]
[08/18/23 15:43:17.844][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][SimpleRequest::SendRequest][request sent][server: msedge.api.cdp.microsoft.com][IP: [2603:1030:7::10]]
[08/18/23 15:43:17.844][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][Send response received][result 0x0][status code 200][[{"ContentId":{"Namespace":"Default","Name":"msedge-stable-win-x64","Version":"115.0.1901.203"}}]]
[08/18/23 15:43:17.844][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][CheckForUpdate][Latest][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][latest_version 115.0.1901.203]
[08/18/23 15:43:17.844][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][already up-to-date]
[08/18/23 15:43:17.844][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][CdpServicesClient::SendInternal][The app_requests were empty for request being sent to][namespace: WebXTApps]
[08/18/23 15:43:17.844][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][CdpServicesClient::LegacySendInternal][There were no apps to request.]
[08/18/23 15:43:17.844][MicrosoftEdgeUpdate:msedgeupdate][8324:3680][CdpServicesClient::Send][finished]
[08/18/23 15:43:18.025][MicrosoftEdgeUpdate:msedgeupdate][1028:6300][DllEntry exit][0x00000000]
[08/18/23 15:43:18.040][MicrosoftEdgeUpdate:msedgeupdate][8324:5608][Started process][556]
[08/18/23 15:43:18.068][MicrosoftEdgeUpdate:msedgeupdate][556:6156][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][-1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 15:43:18.073][MicrosoftEdgeUpdate:msedgeupdate][556:6156][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzcuMTEiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7RkE5NUU5NEItMzNGMC00MTM1LTk1MDMtNzhDRUIwNDQ5OTQyfSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0idXBkYXRlM3dlYi1vbmRlbWFuZCIgcmVxdWVzdGlkPSJ7Njk0RjEwNDQtMDdGQS00RTc3LUE5RTAtMTdEMTY0ODI1QzM2fSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjEiPjxodyBsb2dpY2FsX2NwdXM9IjQiIHBoeXNtZW1vcnk9IjMiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0NS4zMzI0IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNCIgb3NfcmVnaW9uX25hbWU9IlVTIiBvc19yZWdpb25fbmF0aW9uPSIyNDQiIG9zX3JlZ2lvbl9kbWE9IjAiIGlzX3dpcD0iMCIgaXNfaW5fbG9ja2Rvd25fbW9kZT0iMCIvPjxvZW0gcHJvZHVjdF9tYW51ZmFjdHVyZXI9Ik1pY3Jvc29mdCBDb3Jwb3JhdGlvbiIgcHJvZHVjdF9uYW1lPSJWaXJ0dWFsIE1hY2hpbmUiLz48ZXhwIGV0YWc9IiZxdW90O3I0NTJ0MStrMlRncS9IWHpqdkZOQlJob3BCV1I5c2JqWHhxZVVESDl1WDA9JnF1b3Q7Ii8-PGFwcCBhcHBpZD0iezU2RUIxOEY4LUIwMDgtNENCRC1CNkQyLThDOTdGRTdFOTA2Mn0iIHZlcnNpb249IjExNS4wLjE5MDEuMjAzIiBuZXh0dmVyc2lvbj0iIiBhcD0ic3RhYmxlLWFyY2hfeDY0IiBsYW5nPSIiIGJyYW5kPSJJTkJYIiBjbGllbnQ9IiIgY29ob3J0PSJycmZAMC4xNSIgb29iZV9pbnN0YWxsX3RpbWU9IjEzMzMzNjExNzE2MDMwODU1MCIgdXBkYXRlX2NvdW50PSIzIiBpc19waW5uZWRfc3lzdGVtPSJ0cnVlIiBsYXN0X2xhdW5jaF9jb3VudD0iMSIgbGFzdF9sYXVuY2hfdGltZT0iMTMzMzY4MTgxNzQ4NTgzODEwIj48dXBkYXRlY2hlY2svPjxwaW5nIGFjdGl2ZT0iMSIgYWQ9IjYwNzMiIHJkPSI2MDczIiBwaW5nX2ZyZXNobmVzcz0iezJBMTdFQ0MyLTc3QjctNDY3Qi05NTdCLTJENTgxRDhEQkY3RX0iLz48L2FwcD48L3JlcXVlc3Q-]
[08/18/23 15:43:18.073][MicrosoftEdgeUpdate:msedgeupdate][556:6156][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 15:43:18.074][MicrosoftEdgeUpdate:msedgeupdate][556:6156][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 15:43:18.095][MicrosoftEdgeUpdate:msedgeupdate][556:6156][IsManaged][Group Policy][1]
[08/18/23 15:43:18.095][MicrosoftEdgeUpdate:msedgeupdate][556:6156][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/18/23 15:43:18.095][MicrosoftEdgeUpdate:msedgeupdate][556:6156][App heartbeat][AppName: stable][Channel: 4][pv: 115.0.1901.203][opv: ]
[08/18/23 15:43:18.096][MicrosoftEdgeUpdate:msedgeupdate][556:6156][DllEntry exit][0x00000000]
[08/18/23 15:43:18.105][MicrosoftEdgeUpdate:msedgeupdate][8324:3120][DllEntry exit][0x00000000]

示例 - 10

包含当前 Edge Update 以及 Edge Stable 客户端信息的 JSON

[
    {
        "Product": "msedgeupdate-stable-win-x86",
        "targetingAttributes": {
            "AppAp": "",
            "AppBrandCode": "INBX",
            "AppCohort": "rrf@0.96",
            "AppCohortHint": "",
            "AppCohortName": "",
            "AppLang": "",
            "AppMajorVersion": "1",
            "AppRollout": 0.96,
            "AppTargetVersionPrefix": "",
            "AppVersion": "1.3.177.11",
            "ExpETag": "\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"",
            "HW_AVX": true,
            "HW_DiskType": 2,
            "HW_LogicalCpus": 4,
            "HW_PhysicalRamGB": 3,
            "HW_SSE": true,
            "HW_SSE2": true,
            "HW_SSE3": true,
            "HW_SSE41": true,
            "HW_SSE42": true,
            "HW_SSSE3": true,
            "InstallSource": "scheduler",
            "IsInternalUser": false,
            "IsMachine": true,
            "IsWIP": false,
            "OemProductManufacturer": "Microsoft Corporation",
            "OemProductName": "Virtual Machine",
            "OsArch": "x64",
            "OsPlatform": "win",
            "OsRegionDMA": false,
            "OsRegionName": "US",
            "OsRegionNation": "244",
            "OsVersion": "10.0.19045.3324",
            "Priority": 0,
            "Updater": "MicrosoftEdgeUpdate",
            "UpdaterVersion": "1.3.177.11",
            "WIPBranch": ""
        }
    },
    {
        "Product": "msedge-stable-win-x64",
        "targetingAttributes": {
            "AppAp": "stable-arch_x64",
            "AppBrandCode": "INBX",
            "AppCohort": "rrf@0.15",
            "AppCohortHint": "",
            "AppCohortName": "",
            "AppLang": "",
            "AppMajorVersion": "115",
            "AppRollout": 0.15,
            "AppTargetVersionPrefix": "",
            "AppVersion": "115.0.1901.203",
            "ExpETag": "\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"",
            "HW_AVX": true,
            "HW_DiskType": 2,
            "HW_LogicalCpus": 4,
            "HW_PhysicalRamGB": 3,
            "HW_SSE": true,
            "HW_SSE2": true,
            "HW_SSE3": true,
            "HW_SSE41": true,
            "HW_SSE42": true,
            "HW_SSSE3": true,
            "InstallSource": "scheduler",
            "IsInternalUser": false,
            "IsMachine": true,
            "IsWIP": false,
            "OemProductManufacturer": "Microsoft Corporation",
            "OemProductName": "Virtual Machine",
            "OsArch": "x64",
            "OsPlatform": "win",
            "OsRegionDMA": false,
            "OsRegionName": "US",
            "OsRegionNation": "244",
            "OsVersion": "10.0.19045.3324",
            "Priority": 0,
            "Updater": "MicrosoftEdgeUpdate",
            "UpdaterVersion": "1.3.177.11",
            "WIPBranch": ""
        }
    }
]

MicrosoftEdgeUpdate.log

[08/18/23 16:01:59.112][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 16:01:59.128][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ua /installsource scheduler]
[08/18/23 16:01:59.128][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 16:01:59.128][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 16:01:59.128][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][EnteredBackgroundPriority][mode 14][original priority0x00000020][new priority 0x00100000]
[08/18/23 16:01:59.128][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][GoopdateImpl::DoUpdateAllApps]
[08/18/23 16:01:59.128][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][IsManaged][Group Policy][1]
[08/18/23 16:01:59.144][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][Register Products allowed]
[08/18/23 16:01:59.144][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][bundle_creator::CreateForceInstallBundle][Adding WebView2 to force-install bundle.]
[08/18/23 16:01:59.159][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][IsManaged][Group Policy][1]
[08/18/23 16:01:59.159][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][Applying update check jitter][11048]
[08/18/23 16:02:10.237][MicrosoftEdgeUpdate:msedgeupdate][6216:9708][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 16:02:10.237][MicrosoftEdgeUpdate:msedgeupdate][6216:9708][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /svc]
[08/18/23 16:02:10.237][MicrosoftEdgeUpdate:msedgeupdate][6216:9708][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 16:02:10.237][MicrosoftEdgeUpdate:msedgeupdate][6216:9708][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 16:02:10.253][MicrosoftEdgeUpdate:psmachine][8776:2984][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 16:02:10.378][MicrosoftEdgeUpdate:msedgeupdate][6216:8616][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 16:02:10.378][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][IsManaged][Group Policy][1]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][IsManaged][Group Policy][1]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][IsManaged][Group Policy][1]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][IsManaged][Group Policy][1]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][ExperimentControlLabels::HasLabelValueArgValueByKeyAndArg][failed to get value][008x]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CdpServicesClient::Send][pri 0][session_id {EB11FD97-6E46-4FE8-8348-0538CC752F30}][ms-cv l/0R60Zu6E+DSAU4zHUvMA]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][app_id {F3C4FE00-EFD5-403B-9569-398A20F1BA4A}][cdp_name msedgeupdate-stable-win-x86][version 1.3.177.11][nextversion ]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][cdp_name msedge-stable-win-x64][version 115.0.1901.203][nextversion ]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][app_id {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][cdp_name msedgewebview-stable-win-x64][version 114.0.1823.82][nextversion ]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][app_id {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][updates disabled]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][detected configurations][
priority=2, source=IEWPAD, wpad=1, script=
priority=0, source=direct, direct connection
]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][Send][url=https://msedge.api.cdp.microsoft.com/api/v2/contents/Browser/namespaces/Default/names?action=batchupdates][request=[{"Product":"msedgeupdate-stable-win-x86","targetingAttributes":{"AppAp":"","AppBrandCode":"INBX","AppCohort":"rrf@0.96","AppCohortHint":"","AppCohortName":"","AppLang":"","AppMajorVersion":"1","AppRollout":0.96,"AppTargetVersionPrefix":"","AppVersion":"1.3.177.11","ExpETag":"\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"","HW_AVX":true,"HW_DiskType":2,"HW_LogicalCpus":4,"HW_PhysicalRamGB":3,"HW_SSE":true,"HW_SSE2":true,"HW_SSE3":true,"HW_SSE41":true,"HW_SSE42":true,"HW_SSSE3":true,"InstallSource":"scheduler","IsInternalUser":false,"IsMachine":true,"IsWIP":false,"OemProductManufacturer":"Microsoft Corporation","OemProductName":"Virtual Machine","OsArch":"x64","OsPlatform":"win","OsRegionDMA":false,"OsRegionName":"US","OsRegionNation":"244","OsVersion":"10.0.19045.3324","Priority":0,"Updater":"MicrosoftEdgeUpdate","UpdaterVersion":"1.3.177.11","WIPBranch":""}},{"Product":"msedge-stable-win-x64","targetingAttributes":{"AppAp":"stable-arch_x64","AppBrandCode":"INBX","AppCohort":"rrf@0.15","AppCohortHint":"","AppCohortName":"","AppLang":"","AppMajorVersion":"115","AppRollout":0.15,"AppTargetVersionPrefix":"","AppVersion":"115.0.1901.203","ExpETag":"\"r452t1+k2Tgq/HXzjvFNBRhopBWR9sbjXxqeUDH9uX0=\"","HW_AVX":true,"HW_DiskType":2,"HW_LogicalCpus":4,"HW_PhysicalRamGB":3,"HW_SSE":true,"HW_SSE2":true,"HW_SSE3":true,"HW_SSE41":true,"HW_SSE42":true,"HW_SSSE3":true,"InstallSource":"scheduler","IsInternalUser":false,"IsMachine":true,"IsWIP":false,"OemProductManufacturer":"Microsoft Corporation","OemProductName":"Virtual Machine","OsArch":"x64","OsPlatform":"win","OsRegionDMA":false,"OsRegionName":"US","OsRegionNation":"244","OsVersion":"10.0.19045.3324","Priority":0,"Updater":"MicrosoftEdgeUpdate","UpdaterVersion":"1.3.177.11","WIPBranch":""}}]][filename=]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][Trying config: priority=2, source=IEWPAD, wpad=1, script=]
[08/18/23 16:02:10.393][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][Trying request type: winhttp]
[08/18/23 16:02:10.643][MicrosoftEdgeUpdate:msedgeupdate][6216:8616][WinHttp status callback][014ECA58][handle=0151FC00][connected][[2a01:111:f100:a004::bfeb:8dc3]]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][SimpleRequest::SendRequest][request sent][server: msedge.api.cdp.microsoft.com][IP: [2a01:111:f100:a004::bfeb:8dc3]]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][Send response received][result 0x0][status code 200][[{"ContentId":{"Namespace":"Default","Name":"msedgeupdate-stable-win-x86","Version":"1.3.177.11"}},{"ContentId":{"Namespace":"Default","Name":"msedge-stable-win-x64","Version":"115.0.1901.203"}}]]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][Latest][app_id {F3C4FE00-EFD5-403B-9569-398A20F1BA4A}][latest_version 1.3.177.11]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][app_id {F3C4FE00-EFD5-403B-9569-398A20F1BA4A}][already up-to-date]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][Latest][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][latest_version 115.0.1901.203]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][already up-to-date]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CdpServicesClient::SendInternal][The app_requests were empty for request being sent to][namespace: WebXTApps]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CdpServicesClient::LegacySendInternal][There were no apps to request.]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][CdpServicesClient::Send][finished]
[08/18/23 16:02:11.331][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][IsManaged][Group Policy][1]
[08/18/23 16:02:11.377][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][IsManaged][Group Policy][1]
[08/18/23 16:02:11.377][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][IsManaged][Group Policy][1]
[08/18/23 16:02:11.377][MicrosoftEdgeUpdate:msedgeupdate][6216:8760][IsManaged][Group Policy][1]
[08/18/23 16:02:11.377][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][DoInstallApps returning][0x00000000]
[08/18/23 16:02:11.377][MicrosoftEdgeUpdate:msedgeupdate][6216:8616][Started process][9260]
[08/18/23 16:02:11.377][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][Update all apps process finished][0x0]
[08/18/23 16:02:11.377][MicrosoftEdgeUpdate:msedgeupdate][8776:2984][DllEntry exit][0x00000000]
[08/18/23 16:02:11.393][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][OmahaPolicyManager::set_policy][Group Policy][[CachedOmahaPolicy][is_initialized][1][is_managed][1][auto_update_check_period_minutes][1][download_preference][][cache_size_limit][-1][cache_life_limit][-1][updates_suppressed][-1][-1][-1][proxy_mode][][proxy_server][][proxy_pac_url][][install_default][-1][update_default][-1][experimentation_configuration_service_control_allowed][-1][application_settings][{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0][target_channel][][target_version_prefix][][rollback_to_target_version][-1][edge_preview_policy][-1]]]
[08/18/23 16:02:11.409][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][DllEntry]["C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xNzcuMTEiIHNoZWxsX3ZlcnNpb249IjEuMy4xNDcuMzciIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7RUIxMUZEOTctNkU0Ni00RkU4LTgzNDgtMDUzOENDNzUyRjMwfSIgdXNlcmlkPSJ7M0REMDQ2NzUtNzg4Ny00QzU5LUIyRkYtRkRENkMwQkRCMEQ5fSIgaW5zdGFsbHNvdXJjZT0ic2NoZWR1bGVyIiByZXF1ZXN0aWQ9InszRDUyMEREQS03NjBFLTRGQjEtOEVFRC01QkQyRDE4OTI3NzV9IiBwZXJpb2RvdmVycmlkZXNlYz0iNjAiIGRlZHVwPSJjciIgZG9tYWluam9pbmVkPSIxIj48aHcgbG9naWNhbF9jcHVzPSI0IiBwaHlzbWVtb3J5PSIzIiBkaXNrX3R5cGU9IjIiIHNzZT0iMSIgc3NlMj0iMSIgc3NlMz0iMSIgc3NzZTM9IjEiIHNzZTQxPSIxIiBzc2U0Mj0iMSIgYXZ4PSIxIi8-PG9zIHBsYXRmb3JtPSJ3aW4iIHZlcnNpb249IjEwLjAuMTkwNDUuMzMyNCIgc3A9IiIgYXJjaD0ieDY0IiBwcm9kdWN0X3R5cGU9IjQiIG9zX3JlZ2lvbl9uYW1lPSJVUyIgb3NfcmVnaW9uX25hdGlvbj0iMjQ0IiBvc19yZWdpb25fZG1hPSIwIiBpc193aXA9IjAiIGlzX2luX2xvY2tkb3duX21vZGU9IjAiLz48b2VtIHByb2R1Y3RfbWFudWZhY3R1cmVyPSJNaWNyb3NvZnQgQ29ycG9yYXRpb24iIHByb2R1Y3RfbmFtZT0iVmlydHVhbCBNYWNoaW5lIi8-PGV4cCBldGFnPSImcXVvdDtyNDUydDErazJUZ3EvSFh6anZGTkJSaG9wQldSOXNialh4cWVVREg5dVgwPSZxdW90OyIvPjxhcHAgYXBwaWQ9IntGM0M0RkUwMC1FRkQ1LTQwM0ItOTU2OS0zOThBMjBGMUJBNEF9IiB2ZXJzaW9uPSIxLjMuMTc3LjExIiBuZXh0dmVyc2lvbj0iIiBsYW5nPSIiIGJyYW5kPSJJTkJYIiBjbGllbnQ9IiIgaW5zdGFsbGFnZT0iMzEiIGNvaG9ydD0icnJmQDAuOTYiPjx1cGRhdGVjaGVjay8-PHBpbmcgcmQ9IjYwNzMiIHBpbmdfZnJlc2huZXNzPSJ7NEZFNjYwMDctODUyRS00Mjg5LThCRkMtMjk2RjAxMEUwRUUwfSIvPjwvYXBwPjxhcHAgYXBwaWQ9Ins1NkVCMThGOC1CMDA4LTRDQkQtQjZEMi04Qzk3RkU3RTkwNjJ9IiB2ZXJzaW9uPSIxMTUuMC4xOTAxLjIwMyIgbmV4dHZlcnNpb249IiIgYXA9InN0YWJsZS1hcmNoX3g2NCIgbGFuZz0iIiBicmFuZD0iSU5CWCIgY2xpZW50PSIiIGNvaG9ydD0icnJmQDAuMTUiIG9vYmVfaW5zdGFsbF90aW1lPSIxMzMzMzYxMTcxNjAzMDg1NTAiIHVwZGF0ZV9jb3VudD0iMyIgaXNfcGlubmVkX3N5c3RlbT0idHJ1ZSIgbGFzdF9sYXVuY2hfY291bnQ9IjEiIGxhc3RfbGF1bmNoX3RpbWU9IjEzMzM2ODE4MTc0ODU4MzgxMCI-PHVwZGF0ZWNoZWNrLz48cGluZyBhY3RpdmU9IjAiIHJkPSI2MDczIiBwaW5nX2ZyZXNobmVzcz0iezE1M0QzMDQxLTQxMDAtNDM4Ny04NTIxLTYxQ0U2OTY2NDcwN30iLz48L2FwcD48YXBwIGFwcGlkPSJ7RjMwMTcyMjYtRkUyQS00Mjk1LThCREYtMDBDM0E5QTdFNEM1fSIgdmVyc2lvbj0iMTE0LjAuMTgyMy44MiIgbmV4dHZlcnNpb249IiIgbGFuZz0iIiBicmFuZD0iRVVXViIgY2xpZW50PSIiIGluc3RhbGxhZ2U9IjM3IiBpbnN0YWxsZGF0ZT0iNjAzNCIgY29ob3J0PSJycmZAMC42NyIgdXBkYXRlX2NvdW50PSIyIj48dXBkYXRlY2hlY2sgdXBkYXRlZGlzYWJsZWQ9InRydWUiLz48cGluZyByZD0iNjA3MyIgcGluZ19mcmVzaG5lc3M9Ins2MjNFODI1NC1EOTQ1LTRCOUQtQTA3OC01NkQyM0RFNUMwOTV9Ii8-PC9hcHA-PC9yZXF1ZXN0Pg]
[08/18/23 16:02:11.409][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11\msedgeupdate.dll][version 1.3.177.11][opt][official]
[08/18/23 16:02:11.409][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][is machine: 1][Current dir][C:\Program Files (x86)\Microsoft\EdgeUpdate\1.3.177.11]
[08/18/23 16:02:11.425][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][IsManaged][Group Policy][1]
[08/18/23 16:02:11.425][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][EcsSyncClient][Experimentation and configuration service control is disabled]
[08/18/23 16:02:11.425][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][App heartbeat][AppName: edgeupdate][Channel: 6][pv: 1.3.177.11][opv: ]
[08/18/23 16:02:11.425][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][App heartbeat][AppName: stable][Channel: 4][pv: 115.0.1901.203][opv: ]
[08/18/23 16:02:11.425][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][App heartbeat][AppName: webview][Channel: 5][pv: 114.0.1823.82][opv: ]
[08/18/23 16:02:11.425][MicrosoftEdgeUpdate:msedgeupdate][9260:8516][DllEntry exit][0x00000000]
[08/18/23 16:02:11.440][MicrosoftEdgeUpdate:msedgeupdate][6216:9708][DllEntry exit][0x00000000]