Skip to content

Commit

Permalink
Collect BCD configuration during log collection (#10468)
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Sep 13, 2023
1 parent 7c39f39 commit 98217a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diagnostics/collect-wsl-logs.ps1
Expand Up @@ -36,6 +36,7 @@ if (Test-Path $wslconfig)
get-appxpackage MicrosoftCorporationII.WindowsSubsystemforLinux > $folder/appxpackage.txt
get-acl "C:\ProgramData\Microsoft\Windows\WindowsApps" -ErrorAction Ignore | Format-List > $folder/acl.txt
Get-WindowsOptionalFeature -Online > $folder/optional-components.txt
bcdedit.exe > $folder/bcdedit.txt

$wprOutputLog = "$folder/wpr.txt"

Expand Down

0 comments on commit 98217a0

Please sign in to comment.