Skip to content

Commit 98217a0

Browse files
authored
Collect BCD configuration during log collection (#10468)
1 parent 7c39f39 commit 98217a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

diagnostics/collect-wsl-logs.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if (Test-Path $wslconfig)
3636
get-appxpackage MicrosoftCorporationII.WindowsSubsystemforLinux > $folder/appxpackage.txt
3737
get-acl "C:\ProgramData\Microsoft\Windows\WindowsApps" -ErrorAction Ignore | Format-List > $folder/acl.txt
3838
Get-WindowsOptionalFeature -Online > $folder/optional-components.txt
39+
bcdedit.exe > $folder/bcdedit.txt
3940

4041
$wprOutputLog = "$folder/wpr.txt"
4142

0 commit comments

Comments
 (0)