File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,16 @@ Can also get traces:
2424Navigate 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 `
You can’t perform that action at this time.
0 commit comments