Understanding the Edge and Edge WebView2 Update Logs
Aug 18, 2023

Addressing the frequently encountered issues with the upgrades and installations of Edge or Edge WebView2, this article aims to help readers gain a better understanding of the common scenarios in the MicrosoftEdgeUpdate.log.

Basics about Edge/Edge WebView2 Updates

  • The storage path for MicrosoftEdgeUpdate.log is %ALLUSERSPROFILE%\Microsoft\EdgeUpdate. In most cases, this file can be found at: C:\ProgramData\Microsoft\EdgeUpdate\Log\MicrosoftEdgeUpdate.log. This file logs every time MicrosoftEdgeUpdate.exe is executed, as well as when Edge or Edge WebView2 installer runs, whether the update or installation actually occurs. We can always find the relevant information in MicrosoftEdgeUpdate.log.

  • The storage path for msedge_installer.log is %SystemRoot%\TEMP. In most cases, this file can be found at: C:\Windows\Temp\msedge_installer.log. This file only logs when an actual update or installation of Edge or Edge WebView2 takes place, mainly capturing logs from the specific execution of the installation package.

  • After installing Edge, the system will automatically create two scheduled tasks: MicrosoftEdgeUpdateTaskMachineUA and MicrosoftEdgeUpdateTaskMachineCore responsible for the automatic updates of Edge and Edge WebView2.

  • MicrosoftEdgeUpdateTaskMachineUA Basics:

    • UA stands for Update Application.
    • When executed, it runs: MicrosoftEdgeUpdate.exe /ua /installsource scheduler.
    • This scheduled task runs once every hour.
    • The products updated during the execution of this task include: Edge Update itself, Edge Stable (if available), Edge Beta (if available), Edge Dev (if available), Edge Canary (if available), Edge WebView2 Runtime (if available).
    • Although this task runs every hour, the actual online update check is limited by the auto-update check interval (defaulted to 595 minutes, about 10 hours). This means that by default, it only connects to Microsoft servers once every ten hours to check for updates. This interval can be changed through group policy settings: Auto-update check period override.
  • MicrosoftEdgeUpdateTaskMachineCore Basics:

    • When executed, it runs: MicrosoftEdgeUpdate.exe /c.

    • This scheduled task runs every time the user logs in and once a day.

    • In most cases, Edge and Edge WebView2 Runtime are updated through MicrosoftEdgeUpdateTaskMachineUA, and MicrosoftEdgeUpdateTaskMachineCore is not commonly used.

    • Whatever MicrosoftEdgeUpdateTaskMachineUA can do, this task can do as well.

    • According to the Omaha source code, this task may run continuously under the following conditions:

      // 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.
      
  • The Edge upgrade can be achieved through: manual update, automatic update, and new version installation package.

    • Manual update: This is done by checking for new versions and updating Edge via accessing edge://settings/help in Edge.
    • Automatic update: This mainly utilizes the MicrosoftEdgeUpdateTaskMachineUA scheduled task to update Edge as well as Edge WebView2.
    • New version installation package: This is mainly achieved by downloading the Edge new version installation package (MSI format) from the Edge official website or Microsoft Update Catalog.

Microsoft Edge Channels and their App GUIDs

Microsoft Edge Channel 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

Decoding MicrosoftEdgeUpdate.log

[OmahaPolicyManager::set_policy]

[OmahaPolicyManager::set_policy] outputs the current Edge Update related Group Policy settings.

  • By default, if no Group Policy is configured, you might see an output like this:

    [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]]
    
  • Allow installation default

    • Always allow Installs (recommended): [install_default][1]
    • Installs disabled: [install_default][0]
    • Not Configured or Disabled: [install_default][-1]
  • Update policy override default

    • Always allow updates (recommended): [update_default][1]
    • Manual updates only: [update_default][2]
    • Automatic silent updates only: [update_default][3]
    • Updates disabled: [update_default][0]
    • Not Configured or Disabled: [update_default][-1]
  • Per channel Edge settings and Edge WebView2 Runtime settings

    There are many policies in the Edge Update Group Policy targeting different Edge Channels and Edge WebView 2 Runtime. The most common ones are: Allow Installation (per channel) and Update policy override (per channel). They can set different values for different Edge Channels, and their priority is higher than the default settings: Allow installation default and Update policy override default.

    These settings for Edge Channel and Edge WebView 2 Runtime are displayed after [OmahaPolicyManager::set_policy] in the format of [application_settings][{<app guid>}][[ApplicationSettings][<setting name>][<setting value>]], where <app guid> should be replaced with the actual App Guid in Microsoft Edge Channels and their App GUIDs. For example, the settings I configured for Microsoft Edge Beta will appear in: [application_settings][{2CD8A007-E189-409D-A2C8-9AF4EF3C72AA}][[ApplicationSettings][<setting name>][<setting value>]]. The specific <setting name> and <setting value> map to the Group Policy settings as follows:

    • Allow installation

      • Always allow Installs (recommended): [install][1]
      • Installs disabled: [install][0]
      • Force Installs (Machine-Wide): [install][5]
      • Always allow Machine-Wide Installs, but not Per-User Installs: [install][4]
      • Force Installs (Per-User): [install][6]
    • Update policy override

      • Always allow updates (recommended): [update][1]
      • Manual updates only: [update][2]
      • Automatic silent updates only: [update][3]
      • Updates disabled: [update][0]
    • Target Channel override

      • Stable: [target_channel][stable]
      • Beta: [target_channel][beta]
      • Dev: [target_channel][dev]
      • Extended Stable: [target_channel][extended]
    • Target version override

      [target_version_prefix][<version prefix>], for example, if you input 113.0.1774.35, the log will display: [target_version_prefix][113.0.1774.35].

    • Rollback to Target version

      • Not Configured: [rollback_to_target_version][-1]
      • Enabled: [rollback_to_target_version][1]
      • Disabled: [rollback_to_target_version][0]
    • Allow users in the Windows Insider Program to be enrolled in Edge Preview

      • Not Configured: [edge_preview_policy][-1]
      • Enabled: [edge_preview_policy][1]
      • Disabled: [edge_preview_policy][0]
  • Auto-update check period override

    • Not Configured: [auto_update_check_period_minutes][-1]
    • Enabled: [auto_update_check_period_minutes][<value>], for example, if you set 0 minutes, the log will display: [auto_update_check_period_minutes][0].
    • Disabled: [auto_update_check_period_minutes][-1]
  • Time period in each day to suppress auto-update check

    • Not Configured: [updates_suppressed][-1]
    • Enabled: [updates_suppressed][<hour>][<minute>][<duration>], for example, if you set to suppress auto update checks at 20 hours, 30 minutes for 120 minutes, the log will display: [updates_suppressed][20][30][120].
    • Disabled: [updates_suppressed][-1]
  • Choose how to specify proxy server settings

    • Never use a proxy: [proxy_mode][direct]
    • Auto detect proxy settings: [proxy_mode][auto_detect]
    • Use a .pac proxy script: [proxy_mode][pac_script]
    • Use fixed proxy servers: [proxy_mode][fixed_servers]
    • Use system proxy settings: [proxy_mode][system]
    • Not Configured or Disabled: [proxy_mode][]
  • URL to a proxy .pac file

    • Not Configured: [proxy_pac_url][]
    • Enabled: [proxy_pac_url][<pac url>], for example, if you set https://contoso.com/proxy.pac as the auto proxy script path, the log will display: [proxy_pac_url][https://contoso.com/proxy.pac].
  • Address or URL of proxy server

    • Not Configured: [proxy_server][]
    • Enabled: [proxy_server][<proxy url>], for example, if you set corp-proxy:8080 as the proxy server, the log will display: [proxy_server][corp-proxy:8080].
    • Disabled: [proxy_server][]
  • Control updater's communication with the Experimentation and Configuration Service

    • Disable communication with the Experimentation and Configuration Service: [experimentation_configuration_service_control_allowed][0]
    • Enable communication and download experiments: [experimentation_configuration_service_control_allowed][1]
    • Not Configured or Disabled: [experimentation_configuration_service_control_allowed][-1]

[DllEntry]

The [DllEntry] indicates an entry point in the Main() function of Edge Update, representing a launch of MicrosoftEdgeUpdate.exe. The most valuable information in every [DllEntry] record is the parameters passed when launching MicrosoftEdgeUpdate.exe. Here are some common parameters:

  • /installsource: Represents the installation source. It's typically followed by the source itself, such as scheduler indicating it's from a scheduled task or enterprisemsi indicating it's from an MSI installation package.
  • /medsvc: Indicates that MicrosoftEdgeUpdate.exe is accepting a COM call from a medium integrity level process. This is commonly seen when manually updating from the edge://settings/help page since the Edge browser usually runs at a medium integrity level.
  • /ua: Stands for Update Application. It is commonly seen during the execution of the scheduled task: MicrosoftEdgeUpdateTaskMachineUA.
  • /svc: Indicates that MicrosoftEdgeUpdate.exe only accepts COM calls from a high integrity level process. Typically, /ua, /medsvc, and /installsource enterprisemsi all end up invoking /svc.
  • /ping: Followed by a string of Base64 encoding that includes detailed version information of the current client. This is then sent to Microsoft's servers. Once the server responds, an [App heartbeat] message is logged, informing you of the current client version number. /ping only works when there is a network connection.
  • /silent: Indicates silent installation and is usually seen during the installation of Edge MSI.
  • /install: Represents the execution of installation, typically seen when installing Edge MSI.
  • /healthcheck: Indicates a check on whether the currently installed Microsoft Edge Update is running properly. It's commonly seen during the installation of Edge MSI.
  • /handoff: Represents initiating an installation, followed by launching /svc to execute the installation. This is also typically seen when installing Edge MSI.

All supported parameters for MicrosoftEdgeUpdate.exe and their description can be found in the Omaha source code: omaha/common /const_cmd_line.h.

Common Scenario Analysis

1. Edge auto-update not executed: Did not reach the auto-update check interval

If the default 595-minute interval (or another value set through the Auto-update check period override policy) has not elapsed since the last update check, the log will display: [Update check not needed at this time].

View the full example

2. Edge auto-update not executed: AutoUpdateCheckPeriodMinutes set to 0

  • You will see [OmahaPolicyManager::set_policy] followed by [auto_update_check_period_minutes][0], indicating that AutoUpdateCheckPeriodMinutes has been set to 0.
  • You will see key message: [ShouldCheckForUpdates returned 0][checks disabled].

View the full example

3. Edge manual update not executed: Edge Update policy set to "Updates disabled"

  • You will see [OmahaPolicyManager::set_policy] followed by [update_default][0], indicating that Edge Update policy has been set to Updates disabled.

  • Multiple instances of the MicrosoftEdgeUpdate.exe /medsvc process startup information will be seen.

  • You will see key message: [App Update disabled][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}].

  • You will see key message: [AppState::Error][0x01484330][0x80040813][Your organization has applied a Group Policy that prevents installation.].

View the full example

4. Edge auto-update not executed: Within the "UpdatesSuppressed" time period of the day

View the full example

5. Edge and Edge WebView2 auto-update not executed: Both Edge update policy and Edge WebView2 update policy are set to "Updates disabled"

  • You will see [OmahaPolicyManager::set_policy] followed by [update_default][0], indicating that Edge Update policy has been set to Updates disabled.
  • You will see [OmahaPolicyManager::set_policy] followed by [{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][[ApplicationSettings][install][-1][update][0], indicating that Edge WebView 2 Update policy has been set to Updates disabled.
  • When the automatic update check surpasses its set auto-update check interval, you will see [Applying update check jitter].
  • You will see key message: [CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][updates disabled], indicating the Edge Update policy has been set to Updates disabled.
  • You will see key message: [CheckForUpdate][app_id {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][updates disabled], indicating the Edge WebView 2 Update policy has been set to Updates disabled.
  • The current Edge version shown in [CheckForUpdate][app_id {56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][cdp_name msedge-stable-win-x64][version 112.0.1722.34][nextversion ] should match the last version displayed in [App heartbeat][AppName: stable][Channel: 4][pv: 112.0.1722.34][opv: ], indicating no upgrade occurred for Edge.
  • The current Edge WebView2 version shown in [CheckForUpdate][app_id {F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}][cdp_name msedgewebview-stable-win-x64][version 114.0.1823.82][nextversion ] should match the last version displayed in [App heartbeat][AppName: webview][Channel: 5][pv: 114.0.1823.82][opv: ], indicating no upgrade occurred for Edge WebView2.

View the full example

6. Edge MSI installation not executed: Edge install policy set to "Installs disabled"

  • You will see [OmahaPolicyManager::set_policy] followed by [install_default][0], indicating that Edge Install policy has been set to Installs disabled.
  • In the first [DllEntry] record, we can see that the executed MicrosoftEdgeUpdate.exe comes from a temporary directory, likely extracted from the installer package. Its running parameters: /installsource enterprisemsi indicate that this installer is an MSI.
  • You will see key message: [App Update disabled][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}] and [AppState::Error][0x0128E7A8][0x80040812][Your organization has applied a Group Policy that prevents installation.], indicating the Edge Install policy has been set to Installs disabled.

View the full example

7. Edge MSI installation succeeded

  • In the first [DllEntry] record, we can see that the executed MicrosoftEdgeUpdate.exe comes from a temporary directory, likely extracted from the installer package. Its running parameters: /installsource enterprisemsi indicate that this installer is an MSI. /appargs decoded reveals: 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}}. This includes information about the Edge Stable installation target and related installation options.

    [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"]
    
  • Next, MicrosoftEdgeUpdate.exe will check which version of the currently running MicrosoftEdgeUpdate.exe in the temporary directory is newer than the installed MicrosoftEdgeUpdate.exe to determine if an update is needed.

  • After that, you'll see another [DllEntry] running the MicrosoftEdgeUpdate.exe from the installation directory with the /handoff parameter, followed by detailed installation information. Finally, there's an /offlinedir parameter with a 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}"]
    
  • You will then witness the DoHandoff event. Subsequently, you can see the [InstallApps] event taking place, printing the attributes of the installation, such as whether it's a machine-level installation, if there's an interactive interface, whether the End user license agreement has been accepted, if it's an offline installation, etc. The value for offline_directory should be the same as the previous /offlinedir parameter value.

    [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}]
    
  • You can then see the exe responsible for this Edge installation being extracted to 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']
    
  • Installation will then officially commence. We can locate the specific installer exe path and the parameters passed during execution within the [Installing] and [Running installer] logs. A significant time gap will occur after [Running installer], during which the installation package is being installed.

    [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}]
    
    [ A long time interval, during which the Edge installation package is being installed ]
    
    [08/17/23 16:16:32.621][MicrosoftEdgeUpdate:msedgeupdate][7740:3492][InstallerResult][{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}][0]
    
  • At this point, in the msedge_installer.log, you can find the information indicating that the installation program has successfully started.

    [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"
    
  • The result of a successful installation can also be found in the 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
    
  • In MicrosoftEdgeUpdate.log, you can also observe that [InstallerResult] is [0] and [InstallApp returned][0x0] signifies a successful installation.

    [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]
    

View the full example

8. Edge manual update succeeded

  • Initiating a manual update from edge://settings/help triggers multiple launches of MicrosoftEdgeUpdate.exe, accompanied by the startup parameter: /medsvc. Several entries similar to the following [DllEntry] can be observed:

    [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]
    
  • Subsequently, MicrosoftEdgeUpdate.exe sends the current Edge version and client details in JSON format to the server: https://msedge.api.cdp.microsoft.com/api/ to check the latest version information of 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=]
    

    Click here to view the formatted JSON data

  • If the internet connection is stable, we should see [Send response received][result 0x0][status code 200], indicating a 200 OK response from the server. Following that, the server returns JSON data: [{"ContentId":{"Namespace":"Default","Name":"msedge-stable-win-x64","Version":"115.0.1901.203"}}]. We can infer from this that the latest Edge version is: 115.0.19001.203.

  • You will then see [TrimToApplicableFiles found full][1][MicrosoftEdge_X64_115.0.1901.203.exe], indicating that the installation package to be downloaded is MicrosoftEdge_X64_115.0.1901.203.exe.

  • Following this, another request is sent to 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 to request download information for this version.

    [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=]
    
  • If the internet connection is stable, we should see a [Send response received][result 0x0][status code 200] entry, indicating a successful server response. This is followed by the server returning JSON data with detailed download information for that version of Edge. Click here to view the detailed JSON data.

  • You will then see the [TrimToApplicableFiles found full][1][MicrosoftEdge_X64_115.0.1901.203.exe] entry. Given the significant version leap (112.0.1722.46115.0.1901.203), a full new version of the Edge installation package needs to be downloaded. The download information for MicrosoftEdge_X64_115.0.1901.203.exe can be matched using the FileId attribute in the aforementioned JSON data.

    {
        "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="
                }
            }
        }
    }
    
  • Thereafter, you will encounter the [DownloadManager::DoDownloadPackage] and [starting download] events, signaling the start of the package download, followed by the download URL and the temporary save location for the exe installation program.

    [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 utilizes the Background Intelligent Transfer Service to download the installation package. Later entries such as [Trying request type: BITS] and [BitsRequest::DoSend] indicate that the installation package is being downloaded.

  • Upon successful download, you will observe the [Send response received][result 0x0][status code 200][] entry.

  • The installation process then commences. You can identify the specific exe path and the parameters passed during execution in the [Installing] and [Running installer] events. Following the [Running installer] event, there will be a considerable delay as the installer completes the installation. Eventually, the [InstallerResult] displays a result of [0], and [InstallApp returned][0x0], indicating a successful installation.

    [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}]
    
    [ A long time interval, during which the Edge installation package is being installed ]
    
    [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][][]
    
  • Lastly, the [Purge version] event will remove the old version of Edge 112.0.1722.46 directory.

View the full example

9. Edge manual update not executed: Edge is already the latest version

  • The preliminary steps for this scenario are similar to 8. Edge manual update succeeded. However, after the first request to get the current latest Edge version information, a [CheckForUpdate] event will appear, and the [already up-to-date] result indicates that it's already the latest version.

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

View the full example

10. Edge auto-update not executed: Edge is already the latest version

This scenario is mainly different from 9. Edge manual update not executed: Edge is already the latest version in the following ways:

  1. The Edge auto-update is done via the MicrosoftEdgeUpdateTaskMachineUA scheduled task. When it starts MicrosoftEdgeUpdate.exe, the passed parameters are: /ua /installsource scheduler and not the manual update parameter: /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. During auto-updates, when querying the https://msedge.api.cdp.microsoft.com/api/ server for the latest version information, it sends both the current Edge Update version info and the Edge Stable version info to inquire about the latest versions of Edge Update and 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"}}]]
    

    Click here to view the formatted sent JSON data

    The server returns the following JSON data:

    [
        {
            "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. Lastly, you'll notice two [already up-to-date] messages indicating both Edge Update and Edge Stable are already the latest versions.

    [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]
    

View the full example

Examples

Example - 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]

Example - 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]

Example - 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]

Example - 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]

Example - 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]

Example - 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]

Example - 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

Example - 8

JSON containing the current client information

[
    {
        "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": ""
        }
    }
]

JSON data from the server containing the download information for the latest Edge version

[
    {
        "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]

Example - 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]

Example - 10

JSON containing the current Edge Update and Edge Stable client information

[
    {
        "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]

Categories

Microsoft Edge