filmov
tv
How to fix Bluestacks Hardware virtualization issue on VMWare Workstation? #shorts #viral #trending
Показать описание
Steps followed:
1. Disable Hyper-V via the GUI and restart the system.
2. Use systeminfo and msinfo32 to check the status of Hyper-V.
3. DeActivate the hypervisor launch type.
Command: bcdedit /set hypervisorlaunchtype off”
4. Using PowerCLI, remove all Hyper-V features.
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Or
Disable-WindowsOptionalFeature -Online -FeatureName HypervisorPlatform
5. DISM /Online /Disable-Feature /All /FeatureName:HypervisorPlatform
1. Disable Hyper-V via the GUI and restart the system.
2. Use systeminfo and msinfo32 to check the status of Hyper-V.
3. DeActivate the hypervisor launch type.
Command: bcdedit /set hypervisorlaunchtype off”
4. Using PowerCLI, remove all Hyper-V features.
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Or
Disable-WindowsOptionalFeature -Online -FeatureName HypervisorPlatform
5. DISM /Online /Disable-Feature /All /FeatureName:HypervisorPlatform