出錯:
VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code REGDB_E_CLASSNOTREG (0x80040154) - Class not registered (extended info not available)
VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or failed to start.
在使用Virtualbox的時候,有時候我們需要更新,但是更新后,發現程序啟動不了。這是由于程序更新導致WIN下環境的錯誤。所以只要對環境重新整一下就好了。由于64BIT OS和32BIT OS 不同。所有對于64bit系統的同學們,可能要麻煩一點。下面是解決方法。該方法只解決COM組建注冊失敗的問題。其他問題,請找度娘。
- 打開CMD命令
- 進入VirtualBox安裝目錄:"cd X:\Program Files\VirtualBox"
- 運行命令: "VBoxSVC /ReRegServer"
- 運行命令: regsvr32 VBoxC.dll
- 提示注冊dll成功后,運行正常
如果上面的方法沒有解決問題的話,請繼續:
如圖選擇以兼容模式(不要選擇Win7即可)、管理員身份運行。 即可。