We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c39f39 commit 98217a0Copy full SHA for 98217a0
1 file changed
diagnostics/collect-wsl-logs.ps1
@@ -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
0 commit comments