Skip to content

Commit f823bbc

Browse files
authored
Update diagnostics.md
1 parent c077cde commit f823bbc

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

diagnostics.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@ Can also get traces:
2424
Navigate to `about:tracing`and use with the `Edge developer (navigation)` profile
2525

2626
## Installer / Setup Logs
27-
1. **Export the EdgeUpdate Key to a reg file via regedit**
28-
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate
29-
1. **Edge Update and installer logs**
30-
C:\ProgramData\Microsoft\EdgeUpdate\Log\MicrosoftEdgeUpdate.log
31-
C:\Windows\Temp\msedge_installer.log
32-
1. **Grab all the files on disk for Edge** - the below command will do the trick and create edgefiles.txt
33-
dir /s /b "c:\Program Files (x86)\Microsoft\EdgeWebView\" > edgefiles.txt
27+
1. Export the EdgeUpdate Key to a reg file via regedit
28+
29+
`HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate`
30+
31+
2. Edge Update and installer logs
32+
33+
`C:\ProgramData\Microsoft\EdgeUpdate\Log\MicrosoftEdgeUpdate.log`
34+
`%localappdata%\Temp\MicrosoftEdgeUpdate.log`
35+
`C:\Windows\Temp\msedge_installer.log`
36+
37+
3. Grab all the files on disk for Edge - the below command will do the trick and create edgefiles.txt
38+
39+
`dir /s /b "c:\Program Files (x86)\Microsoft\EdgeWebView\" > edgefiles.txt`

0 commit comments

Comments
 (0)