VirtualBox

Changeset 102788 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 8, 2024 4:31:52 PM (13 months ago)
Author:
vboxsync
Message:

Devices/DevFwCommon.cpp: Unconditionally set "Enable targeted content distribution" which is checked by Windows for populating the registry from SMBIOS information (and likewise for .NET API).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevFwCommon.cpp

    r101427 r102788  
    720720                                         /* any more?? */
    721721                                         ;
    722         pBIOSInf->u8CharacteristicsByte2 = fUefi ? RT_BIT(3) : 0
     722        pBIOSInf->u8CharacteristicsByte2 = RT_BIT(2)   /* Enable targeted content distribution, needed by Windows to populate registry, see
     723                                                          https://download.microsoft.com/download/5/D/6/5D6EAF2B-7DDF-476B-93DC-7CF0072878E6/SMBIOS.doc */
     724                                         | fUefi ? RT_BIT(3) : 0
    723725                                         /* any more?? */
    724726                                         ;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette