VirtualBox

Changeset 91473 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Sep 29, 2021 8:03:39 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147157
Message:

FE/Qt: UIWizardNewVMNameOSTypePage: Default Windows version these days is 10, not 7 any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp

    r91472 r91473  
    7676    { QRegExp( "(Wi.*11)|(W11)",                  Qt::CaseInsensitive), "Windows11_64" },
    7777    { QRegExp(  "Wi.*3.*1",                       Qt::CaseInsensitive), "Windows31" },
    78     /* Set Windows 7 as default for "Windows". */
    79     { QRegExp(  "Wi.*64",                         Qt::CaseInsensitive), "Windows7_64" },
    80     { QRegExp(  "Wi.*32",                         Qt::CaseInsensitive), "Windows7" },
     78    /* Set Windows 10 as default for "Windows". */
     79    { QRegExp(  "Wi.*64",                         Qt::CaseInsensitive), "Windows10_64" },
     80    { QRegExp(  "Wi.*32",                         Qt::CaseInsensitive), "Windows10" },
    8181    /* ReactOS wants to be considered as Windows 2003 */
    8282    { QRegExp(  "Reac.*",                         Qt::CaseInsensitive), "Windows2003" },
Note: See TracChangeset for help on using the changeset viewer.

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