After SFC /Scannow
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
References:
Use the System File Checker tool to repair missing or corrupted system files - Microsoft Support
After SFC /Scannow
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
References:
Use the System File Checker tool to repair missing or corrupted system files - Microsoft Support
View
Get-NetAdapterBinding | Where-Object ComponentID -EQ 'ms_tcpip6'
Disable one
Disable-NetAdapterBinding -Name 'Ethernet' -ComponentID 'ms_tcpip6'
Disable all
Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6
Add this to registry REG ADD HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent /v AssumeUDPEncapsulationContextOnSendRule /t REG_DWORD /d...