mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Adding the regitry values under tcpip6/parameters to see if users have tried to disable ipv6 from the old stack registry keys which is not supported
This commit is contained in:
parent
ac56cd5e3d
commit
874178562c
@ -255,6 +255,14 @@ try
|
||||
}
|
||||
catch {}
|
||||
|
||||
# Collect the old Tcpip6 registry values - as they can break WSL if DisabledComponents is set to 0xff
|
||||
# see https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows
|
||||
try
|
||||
{
|
||||
Get-Item HKLM:SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters | Out-File -FilePath "$folder/tcpip6_parameters.log" -Append
|
||||
}
|
||||
catch {}
|
||||
|
||||
# Collect the setup and NetSetup log files
|
||||
$netSetupPath = "$env:WINDIR/logs/netsetup"
|
||||
if (Test-Path $netSetupPath)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user