mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Capture the state of wslservice in collect-wsl-logs.ps1 (#11338)
This commit is contained in:
parent
02d29c0e5d
commit
1ebe3e325f
@ -43,6 +43,8 @@ reg.exe export HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2 $fo
|
||||
reg.exe export "HKEY_CLASSES_ROOT\CLSID\{e66b0f30-e7b4-4f8c-acfd-d100c46c6278}" $folder/wslsupport-proxy.txt 2>&1 | Out-Null
|
||||
reg.exe export "HKEY_CLASSES_ROOT\CLSID\{a9b7a1b9-0671-405c-95f1-e0612cb4ce7e}" $folder/wslsupport-impl.txt 2>&1 | Out-Null
|
||||
|
||||
Get-Service wslservice -ErrorAction Ignore | Format-list * -Force > $folder/wslservice.txt
|
||||
|
||||
$wslconfig = "$env:USERPROFILE/.wslconfig"
|
||||
if (Test-Path $wslconfig)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user