You may have noticed that "Acidanthera" is used as Computer Name and Mother Board Model if you boot Windows via OpenCore.
That's due to the following settings (which are the defaults in the sample.plist):
Kernel/Quirks/CustomSMBIOSGuid→DisabledPlatformInfo/Generic/SpoofVendor→Enabled(should always be enabled when running macOS)PlatformInfo/SMBIOS/UpdateSMBIOSMode→Create
Besides the fact that it not only looks odd to have a mainboard manufactured by "Acidanthera" (with a Mac Board-ID attached to it), it can also cause issue with Windows Activation data on some systems.
To prevent OpenCore from injecting it's SMBIOS data into Windows, change the following Settings in your config.plist:
Kernel/Quirks/CustomSMBIOSGuid→EnabledPlatformInfo/SMBIOS/UpdateSMBIOSMode→Custom
For more technical details about booting Windows via OpenCore check the explanations in this guide.