install minikube from powershell using choco installer, if you don’t have choco already from here
choco install minikube choco install kubernetes-cli minikube start -–vm-driver=virtualbox
Method-2
If the above method doesn’t work, then you can set up virtualbox
as the default driver and start,
minikube config set vm-driver virtualbox minikube start
read more info about setting up other virtualization drivers here