diff --git a/diagnostics/collect-wsl-logs.ps1 b/diagnostics/collect-wsl-logs.ps1 index a7adc54d..60e9a0bb 100644 --- a/diagnostics/collect-wsl-logs.ps1 +++ b/diagnostics/collect-wsl-logs.ps1 @@ -127,7 +127,7 @@ if ($Dump) $dumpFolder = Join-Path (Resolve-Path "$folder") dumps New-Item -ItemType "directory" -Path "$dumpFolder" - $executables = "wsl", "wslservice", "wslhost", "msrdc" + $executables = "wsl", "wslservice", "wslhost", "msrdc", "dllhost" foreach($process in Get-Process | Where-Object { $executables -contains $_.ProcessName}) { $dumpFile = "$dumpFolder/$($process.ProcessName).$($process.Id).dmp"