Vagrant locks each machine for access by only one process at a time

When aborting vagrant up command, the ruby process in Windows may not be killed, causing other further vagrant command failed with the error ‘Vagrant locks each machine for access by only one process at a time’

Solution: Open Task Manager, find all ‘ruby.exe’ under Process Tab and kill them.