Hi Anh Le,
Thank you for posting in Q&A forum.
Regarding the question of "how to completely disable hyper-v", please try the following solution.
- Launch the Start menu, enter "cmd", right-click and run as an administrator.
- Execute the command below, and a string of characters similar to {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} will pop up. Copy it:
bcdedit /copy {current} /d "Windows10 no Hyper-V
Note: Replace windows10 with your actual environment system
- Continue to execute the command below and replace {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} with the characters copied in the previous command:
bcdedit /copy {current} /d "Windows10 no Hyper-V
bcdedit /set {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} hypervisorlaunchtype OFF
- After execution, restart the device to see if hyper-v can be completely disabled.
I hope the information above is helpful.
Best regards
Zunhui
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.