@samitouri / QOSAMI-WSL / commits / 98217a07

Collect BCD configuration during log collection (#10468)

Blue committed Sep 12, 2023 at 17:28 UTC 98217a07c6f4bbf857206a6fdf2a78158ec0a4ce
1 file changed +1
diagnostics/collect-wsl-logs.ps1
+1
@@ -36,6 +36,7 @@ if (Test-Path $wslconfig)
36 get-appxpackage MicrosoftCorporationII.WindowsSubsystemforLinux > $folder/appxpackage.txt
37 get-acl "C:\ProgramData\Microsoft\Windows\WindowsApps" -ErrorAction Ignore | Format-List > $folder/acl.txt
38 Get-WindowsOptionalFeature -Online > $folder/optional-components.txt
39 +bcdedit.exe > $folder/bcdedit.txt
40
41 $wprOutputLog = "$folder/wpr.txt"
42