How to turn off Hyper-V??

Anh Le 20 Reputation points
2024-07-03T02:43:17.83+00:00

Hi,

I can't turn off my Hyper-V because after restarting it says "We couldn't complete the updates, Undoing changes" I tried many ways to turn it off but it didn't work and I also uninstalled the newest updates but it didn't work again. I hope someone can share how to fix it with me

(I deleted SoftwareDistrubution and checked DISM -Restorehealth but DISM -Restorehealth was error again (error: 87) )

Someone please help me

Thanks.

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,613 questions
0 comments No comments
{count} votes

Accepted answer
  1. Zunhui Han 880 Reputation points Microsoft Vendor
    2024-07-03T08:46:50.09+00:00

    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.

    1. Launch the Start menu, enter "cmd", right-click and run as an administrator.
    2. 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

    1. 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

    User's image

    1. After execution, restart the device to see if hyper-v can be completely disabled.

    https://video2.skills-academy.com/en-us/troubleshoot/windows-client/application-management/virtualization-apps-not-work-with-hyper-v

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


0 additional answers

Sort by: Most helpful