Skip to content

Instantly share code, notes, and snippets.

@oskwazir
Last active March 13, 2024 22:57
Show Gist options
  • Save oskwazir/9281221 to your computer and use it in GitHub Desktop.
Save oskwazir/9281221 to your computer and use it in GitHub Desktop.
How to fix 'VirtualBox Com server is not running or failed to start' error

On windows if you see:

VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code CO_E_SERVER_EXEC_FAILURE (0x80080005) - Server execution failed (extended info not available)
VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or failed to start.

##Try starting VirtualBox as admin.

  • Navigate to where VirtualBox is installed.
  • Right click on VirtualBox.exe and select Properties.
  • Click the Compatability tab.
  • Click the button that says 'Change settings for all users'.
  • In the new window that pops up check 'Run this program as administrator'.
  • Click the Ok button.
  • That windows closes and you are back at the VirtualBox.exe Properties window.
  • Click Apply
  • And now start VirtualBox again by double clicking on VirtualBox.exe

Try doing whatever you were doing before (in my case I was running vagrant up)

@stawmar
Copy link

stawmar commented Nov 26, 2022

Thakns a lot.

@LizardNerd
Copy link

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment