I believe latest Windows updates correct this reporting in Task Manager (so it doesn't mis-report it as having multiple sockets). Reviewers often stick to one (mature) Windows version for longer in order to avoid retesting everything multiple times a year, and also to avoid the unfortunately common bugs in new versions.
The fix only affects the interpretation and display of the CPU properties, though. Internally Windows still handles the CPU as "processor groups" of 64 threads each¹, resulting in split into 64+64 threads on a 64c/128t part.
----
¹ except the last group, if total thread count is not divisible by 64.