C:\users\administrator\virtualbox>vagrant upbringing machine ' default ' up with ' VirtualBox ' provider ... There is an error while executing ' vboxmanage ', a CLI used by vagrantfor controlling VirtualBox. The command and stderr is shown below. Command: ["List", "Hostonlyifs"]stderr:vboxmanage.exe:error:failed to create the VirtualBox object! VBoxManage.exe:error:Code E_nointerface (0x80004002)-No Such interface supported (extended info not available) Vboxmana Ge.exe:error:Most likely, the VirtualBox COM server is not running orfailed to start.
based on the online VirtualBox compatibility issue, locate VBoxManage.exe in the VirtualBox installation directory, right-click to select Properties, and set Windows Server 2008 compatibility mode to run. Then perform vagrant up, normal operation, problem solving.
Vagrant starting the VirtualBox problem