Skip to content

Commit

Permalink
Export the wslsuppot COM class registration during log collection (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Dec 15, 2023
1 parent dcd0348 commit 1d54151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diagnostics/collect-wsl-logs.ps1
Expand Up @@ -26,6 +26,8 @@ reg.exe export HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss
reg.exe export HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Lxss $folder/HKLM.txt | Out-Null
reg.exe export HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\P9NP $folder/P9NP.txt | Out-Null
reg.exe export HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2 $folder/Winsock2.txt | Out-Null
reg.exe export "HKEY_CLASSES_ROOT\CLSID\{e66b0f30-e7b4-4f8c-acfd-d100c46c6278}" $folder/wslsupport-proxy.txt | Out-Null
reg.exe export "HKEY_CLASSES_ROOT\CLSID\{a9b7a1b9-0671-405c-95f1-e0612cb4ce7e}" $folder/wslsupport-impl.txt | Out-Null

$wslconfig = "$env:USERPROFILE/.wslconfig"
if (Test-Path $wslconfig)
Expand Down

0 comments on commit 1d54151

Please sign in to comment.