`Hello team,
I need support to get GNS3 hostVM running, I just added GNS3 image to my VMware workstation 17 player but getting this error every time I try to start the VM :
Virtualized Intel VT-x/EPT is not supported on this platform.
Steps taken:
Confirmed that Virtualization is enabled in BIOS setting
ran bcdedit command in cmd:
C:\windows\system32>bcdedit /set hypervisorlaunchtype off
The operation completed successfully.
ran PS command as well:
PS C:\windows\system32> Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All Disable-WindowsOptionalFeature : Feature name Microsoft-Hyper-V-All is unknown.
At line:1 char:1
+ Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Disable-WindowsOptionalFeature], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.DisableWindowsOptionalFeatureCommand
Need assistance to get this working please