Hi@akhtar,
To install Minikube manually on Windows using Windows Installer, download minikube-installer.exe and execute the installer in your windows system.
After that you can start your minikube using the below given command from CMD.
minikube start --driver=<driver_name>
Hope this will help.