On Fri Jul 18 23:21:29 2025 +0000, Alexandre Julliard wrote:
The real question is what does Windows do in this case?
I don't know if I understand this right. Is the question how Windows fills the `xstate->EnabledFeatures`?
Then one would somehow need to run a Windows at such an ancient machine (I guess a VM could be sufficient with `-cpu host`?) and examine `user_shared_data.XState.EnabledFeatures` (and EnabledVolatileFeatures), by accessing it like in `test_user_shared_data`?