Solve the problem that VMware cannot install 64-bit operating system in win10 home version

Solve the problem that VMware cannot install 64-bit operating system in win10 home version

Problem Description

When VMware Workstation creates a new virtual machine and chooses to install a 64-bit operating system, an error message pops up: This host does not support 64-bit guest operating systems and this system cannot run

Solution

Since there is no Hyper-V option in the Windows startup and shutdown functions of Win10 Home Edition, you need to use the command line to shut it down.


Windows Features

by Run the command prompt as an administrator and execute the command bcdedit /enum You can see that the value of the last item in the Windows boot loader, which is current identifier, is hypervisorlaunchtype . If it is displayed as Auto , you need to change it to Off

cmd

Image link: https://blog.csdn.net/hotcoffie/article/details/85043894.

Since mine is closed, it doesn't show up.


shell

Execute the command bcdedit /set hypervisorlaunchtype off

Restart and run VMware.

If you want to restore hyper startup, change it back to bcdedit / set hypervisorlaunchtype auto

At first, I tried to enable Intel Virtualization Technology in BIOS, but found that it was already turned on.

Summarize

The above is what I introduced to you about how to solve the problem that VMware cannot install a 64-bit operating system in Win10 Home Edition. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Installing Win10 system on VMware workstation 14 pro
  • Tutorial on installing win10 system using vmware on ubuntu (sharing)
  • Detailed tutorial on installing VMware on Windows 10
  • VMware workstation installation tutorial on Win10
  • VMware Workstation Pro installs Win10 pure version operating system

<<:  Several ways to manually implement HMR in webpack

>>:  Reasons and methods for Waiting for table metadata lock in MySQL

Recommend

HTML implements the function of detecting input completion

Use "onInput(event)" to detect whether ...

Mysql uses insert to insert multiple records to add data in batches

If you want to insert 5 records into table1, the ...

Disable autocomplete in html so it doesn't show history

The input box always displays the input history wh...

Analyze the problem of pulling down the Oracle 11g image configuration in Docker

1. Pull the image docker pull registry.cn-hangzho...

Detailed explanation of how to enter and exit the Docker container

1 Start the Docker service First you need to know...

Detailed examples of variable and function promotion in JavaScript

js execution Lexical analysis phase: includes thr...

JavaScript web page entry-level development detailed explanation

Part 3: ❤Three ways to overlook backend data rece...

Centos8 (minimum installation) tutorial on how to install Python3.8+pip

After minimizing the installation of Python8, I i...

How to detect if the current browser is a headless browser with JavaScript

Table of contents What is a headless browser? Why...

Vue implements click feedback instructions for water ripple effect

Table of contents Water wave effect Let's see...

Sample code for implementing two-way authentication with Nginx+SSL

First create a directory cd /etc/nginx mkdir ssl ...

Vue implements 3 ways to switch tabs and switch to maintain data status

3 ways to implement tab switching in Vue 1. v-sho...

Vue implements image dragging and sorting

This article example shares the specific code of ...

Summary of basic knowledge points of MySql database

Table of contents Basic database operations 2) Vi...