How to enable nested Virtualization in Vmware Workstation

Abdelkrim's Procedure for disabling Virtualized based Security

1:
open powershell as administrator and run :
bcdedit /set hypervisorlaunchtype off

2:
Also in PowerShell (Admin):
DISM /Online /Disable-Feature /FeatureName:HypervisorPlatform /NoRestart
DISM /Online /Disable-Feature /FeatureName:VirtualMachinePlatform /NoRestart
DISM /Online /Disable-Feature /FeatureName:Microsoft-Hyper-V-All /NoRestart

Then


then reboot and do the step 3:

3.

Run this (disable.reg file content):
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard]
"EnableVirtualizationBasedSecurity"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity]
"Enabled"=dword:00000000

Complete and Continue