Author: loverboy
Subject: Invalid "feature set" registry key
Posted: 17 February 2018 at 9:42am
Edited by loverboy - 1 hour 30 minutes ago at 9:43am
Subject: Invalid "feature set" registry key
Posted: 17 February 2018 at 9:42am
![]() I'm guessing this is data based on information from the CPUID instruction and read at boot time and is nothing to worry about. Regedit says invalid data because it is not 4 bytes (the size of a DWORD) but Windows code that uses this value should be unaffected. 3rd-party code might fail if it verifies that the data is exactly 4 bytes. The format of this data is undocumented. There is no performance impact, it either works or it does not. The registry itself does not care if the data does not match the REG_* type. |
OK thanks
What I wonder is also why it says it is a "not valid" DWORD when you can see that it has exactly the same content
Edited by loverboy - 1 hour 30 minutes ago at 9:43am