Acer Aspire E5-575G-50PY

Options
Sameera
Sameera Member Posts: 1 New User
edited March 2023 in 2017 Archives

I recently brought Acer Aspire E5-575G-50PY laptop. I cant find virtualization technology in bios. How can I switch it on???

Answers

  • vijaymohanraj
    vijaymohanraj Member Posts: 6

    Tinkerer

    Options

    Some computers support virtualization that allows you to run more than one operating system on your computer. If your computer meets the hardware requirements below, you can configure Hyper-V to utilize software virtualization.

     

    Requirements:

    Windows 8 or 8.1 Professional or Enterprise only
    4 GB of RAM
    A 64-bit processor that can support Second Level Address Translation (SLAT). You can run a utility like Coreinfo to find out if SLAT is supported on your machine.

    If your system meets the above hardware requirements, use the following steps to to install or turn on Hyper-V.

    Press Windows (Image: icon_Windows8_key.png) key + W on your keyboard
    Type Features, then select Turn Windows Features on or off from the list of search results.
    Check the box next to Hyper-V, then click OK to enable this feature.
    You should now have a Hyper-V application listed with your Windows Apps

     

    Windows will display an error message if your hardware does not meet the minimum requirements for virtualization.

     

    Click the Kudos image to say Thanks  for helping! select Accept Solution if your issue is resovled.

  • IronFly
    IronFly ACE Posts: 18,413 Trailblazer
    Options

    Most of recent Acer laptop models support both Hyper-V and VT-x*, they are both enabled even if those options are hidden on BIOS.

    If your laptop has an Intel CPU, you can check if you CPU/system supports virtualization instructions, using Intel Processor Identification Utility:
    https://downloadcenter.intel.com/download/7838

    If your laptop has an AMD CPU, you can check if your CPU/system supports virtualisation instructions, using AMD Virtualization™ Technology and Microsoft® Hyper-V™ System Compatibility Check Utility
    http://download.amd.com/techdownloads/AMD-VwithRVI_Hyper-V_CompatibilityUtility.zip
     
    Devices using Windows 10 Home will need to upgrade home to Windows 10 Professional or Enterprise to use Hyper-V. Windows 10 requirements can be found here:
    https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_compatibility
     
    * If Hyper-V is ON, VT-x will not be available; Hyper-V must be OFF to have VT-x recognised by virtual machines.
     
    Turn OFF Hyper-V
    Open a Command prompt with administrative rights (Admin)
    type
    bcdedit /set hypervisorlaunchtype off
    exit
     
    Reboot your OS
     
    or
     
    Go to Control Panel -> Programs -> Programs and Features -> click Turn Windows features on or off -> un-check Hyper-V -> click OK
     
    Turn ON Hyper-V
     
    Open a Command prompt with administrative rights (Admin)
    type
    bcdedit /set hypervisorlaunchtype auto
    exit
     
    Reboot your OS
     
    or
     
    Go to Control Panel -> Programs -> Programs and Features -> click Turn Windows features on or off -> check Hyper-V -> click OK
     
    Acer provides related information in this FAQ: http://acer.custhelp.com/app/answers/detail/a_id/32650

    I'm not an Acer employee.