Download IEDigest from https://aka.ms/iedigest and extract
iedigest.exe
from the zip file.Download and unzip Process Monitor from https://learn.microsoft.com/en-us/sysinternals/downloads/procmon.
Download Fiddler from https://www.telerik.com/download/fiddler and install it.
Open Fiddler and go to Tools -> Options -> HTTPS tab. Enable Decrypt HTTPS traffic. You will be prompted to install the Fiddler Root certificate (this step requires elevated permission).
Close Fiddler.
Access
edge://settings/system
in Edge and disable Startup boost.If the setting is greyed out, please launch a CMD or PowerShell window as administrator and execute following command:
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v StartupBoostEnabled /t REG_DWORD /d 0 /f