On my Ubuntu 18.04, I\'ve installed VirtualBox 6.0 in order to have nested virtualization. Virtualization is
From the directory where VirtualBox is executed, I run a similar command that works (note the placement of the quotes!
VBoxManage modifyvm "path\to\ubuntu 18.04.3.vbox" --nested-hw-virt on
Hope this helps. BD