Jump to content

Basically I had to use vmware for another project previously and disabled hypervisor through these commands in this video

https://www.youtube.com/watch?v=CGpv2Dvzyeg

bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader

bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi"

bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}

bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS

bcdedit /set hypervisorlaunchtype off

I currently need to use android studio emulation and have to turn it back on.

Can anyone help me reverse this?

I am using a ryzen processor which is what caused me all this headache in the first place...

Link to comment
https://linustechtips.com/topic/1022443-reenabling-hypervisor/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×