dantmnf
dantmnf
Seems the issue is only related to ICC shim ("Use legacy display ICC color management" in compatibility settings) and it is a totally black box. In my previous tests, the...
### In case you are talking about some dark color in ICC-unaware apps become brighter… This is expected behavior. Source content is assumed encoded in sRGB transfer function instead of...
It is possible to enable ACM without ICC profiles, which will use EDID data for color transform and likely result in an identity transform.
After `wsl --shutdown`, find the orphaned endpoint with `hcsdiag list endpoints -d` ```json > hcsdiag list endpoints -d { "ID":"373d79f3-8aff-2b1f-e39e-1d5e6778e085", "Name":"Ethernet", "Version":64424509440, "AdditionalParams":{ "SwitchId":"05712AA4-F8BD-4C7B-A6EE-1D5E6778E085", "SwitchPortId":"373D79F3-8AFF-2B1F-E39E-1D5E6778E085", "VmSwitchNicName":"F9B87977-8D0D-4CB9-803A-2E9C3A01A3C5--B6E33AEF-2D04-5717-A760-2E6278FB8F93" }, "Resources":{ "AdditionalParams":{ },...
Try running the program outside of WSL.
They are revealed from logging handler. "Local" means LAN but no Internet access. "Max" seems like a convention on enums to indicate the valid range of a value[^1], while the...
The JSON schema in Microsoft docs has been updated to a totally different version since the initial release of this project. Now we are on the old schema version and...
Looks like your WSL setup is having issues with win32 interop. Try running the tool in Windows Command Prompt or PowerShell.
尝试使用 [Sysinternals Suite](https://docs.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite) 中的 dbgview.exe 查看是否有调试信息输出,注意选中 Capture Global Win32。 
> 我实测发现Windows 11新版本中使用netprofmsvc.dll提供NlaSvc的实现。 检查发现 NCSI 相关 event log 是从 netprofm 服务进程中发出,可以尝试注入此服务。