Machine already provisioned

If you suddently are getting an error when you send the vagrant up command and you get a message to reprovision, you are getting this message because you are currently running the virutal machine so you need to close the window in virtual box.

This is what my error looked lik:

PS F:\apachefriends\xampp\htdocs\LARAVEL\Homestead> vagrant up
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Checking if box 'laravel/homestead' version '8.2.1' is up to date...
==> homestead: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> homestead: flag to force provisioning. Provisioners marked to run always will still run.

Its that simple.