RegQueryValueExA(HKEY_PERFORMANCE_DATA, ...)
sometimes hangs bitcoind.exe on Windows during startup, at least on CI.
We have other sources of entropy to seed randomness with on Windows, so should be alright removing this. Might resurrect if less drastic fix is found.
Hopefully sufficient to fix #30390.
CI debugged with temporary Windows stack trace dumping + Symbols in #30956.