On Tue Aug 15 12:19:59 2023 +0000, Jinoh Kang wrote:
The KB article says it's a "pointer" to ControlSet00X (X determined by
System\Select\Default if boot is successful), which I assume means it's a symlink. Would you mind adding a test for this? See `REG_LINK` tests in advapi32:registry for an example.
Done, I added a test to advapi32/tests that checks the link target (and thus implicitly verifies that it's a link).