Unable to install Kubernetes on Windows 10

When I try installing kubectl first i.e before minikube, I use “curl -LO https://dl.k8s.io/release/v1.21.0/bin/windows/amd64/kubectl.exe” , but get the following error:

Invoke-WebRequest : A parameter cannot be found that matches parameter name ‘LO’.
At line:1 char:6

Hello, @Joe1
You can try from cmd .

Hello @Joe1 you can try this method for installation:

by running those commands:
installing kubectl on Windows you can use either Chocolatey package manager or Scoop command-line installer.‏

scoop install curl ‏

scoop install kubectl

then you can test to ensure the version you installed is up-to-date:
kubectl version --client