For many users, Windows has a hidden built-in feature for easily creating and managing virtual machines. This feature is called Hypervisor or Hyper-V. But like other Windows features, this one isn't completely bug-free. In this article, we will show you how to resolve Hyper-V issues easily and quickly. So without further ado, let’s jump into the solution and get the virtual machine up and running.
The first thing you should try is to check if your system supports Hyper-V and is still active.
1. You must restart the system. To do this safely, press the Windows key once and click Close or log off.
2. Next, click " Restart " to restart the system.
#3. When your system boots and the manufacturer logo appears, press and hold the " Delete " key on your keyboard to access the BIOS settings.
NOTE ——
Please keep in mind that this BIOS key may vary from device to device.
When your computer boots up, keep your eyes peeled for the actual button to access the BIOS. [If you are unable to open the BIOS, please allow your computer to boot normally and retry the entire process. ]
3. After opening the BIOS window, go to the "Advanced" tab*.
4. Next, use the arrows on your keyboard to select "Virtualization" from the list and set it to "Enabled".
[
*Note -
You may not find the "Virtualization" option on the Advanced Settings page. On some computers, this option is in the "Performance" section.
]
5. Press the key associated with it again to save the settings.
[This is the “F10” key of this machine. ]
6. After that, select "is" and finally save and exit the BIOS settings on your computer.
Your computer will start normally.
For AMD users
While the method is similar to Intel users, the terminology is different for AMD users.
1. Reboot your system and open BIOS setup as we detailed above.
2. You will find the " MIT " section. where to.
3. Next, go to "Advanced Frequency Settings".
4. Here you can find "Advanced Core Settings".
5. Here you will see the “SVM Mode” option on the screen.
6. Just switch it to "Enable".
When finished, click the Save button to save the changes.
After completing this operation, let your computer start normally.
You can check whether virtualization is enabled directly from Task Manager.
1. First, right-click the Windows icon and click "Task Manager".
2. Then, go to the "Performance" tab.
3. Here, click on the “ CPU ” section.
4. You will notice the status of several parameters of the CPU. Just check if "Virtualization" says "Enabled".
#After checking the status, it says "Enabled", just try to turn on Hyper-V Quick Create. Check if this works.
Hyper-V may not be activated correctly on the system.
1. You need to open the running terminal. So, press the Win key and the R key at the same time.
2. After that, enter the word in the run and click "OK".
Windows features will appear later.
3. When Windows features are turned on, scroll down to " Hyper-V".
4. Justcheck the box next to "Hyper-V". Then, click "OK" to enable Hyper-V functionality.
#Windows will now download the components of the Hyper-V feature and activate it on the system.
This process takes some time. So, all we can do is wait patiently.
6. Once completed, click "Restart" to restart your computer.
After the computer restarts, search for "Hyper-V" from the search box and check if it is working properly.
You can ensure that Hyper-V starts automatically at system startup.
1. Automating Hyper-V startup is easy. You just need to pass a command.
2. To do this, type "cmd" in the search box, then right-click "Command Prompt" and click " to Run as administrator".
3. Once you find the terminal, paste this code and press Enter.
bcdedit /set hypervisorlaunchtype auto
Afterwards, close the terminal and restart the computer. After restarting the system, the hypervisor will start.
You can stop-start Hyper-V service.
1. First, press the Win key and R key at the same time.
2. Then, write this and press Enter.
服务.msc
3. Look for the " Hyper-V Virtual Machine Management" service. Double-click to modify it.
[If you cannot find a specific service, look for " Hyper-V Remote Desktop Virtualization" and open its properties. ]
4. If it is already running, click "Stop" to stop the service.
5. After stopping, click "Start" to start it.
After that, close the Services screen. Then, start Hyper-V to see if it works properly. It should work fine this time.
Additional Tips–
1. Open Windows Update on your system and check for new updates.
2.Also, you can also try running a disk check operation from an elevated command prompt screen using the following command -
The above is the detailed content of How to fix hypervisor errors in Windows 11. For more information, please follow other related articles on the PHP Chinese website!