遇到什么问题

Win 7 64 位 安装 VirtualBox 5.2.12成功后,安装 ubuntu 失败,报错 VirtualBox COM对象获取失败
Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown works. PSDis

Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown works. PSDis

解决办法(修改注册表)

  • 进入注册表界面 ,快捷键win + R 输入 regedit
  • 找到 HKEY_CLASSES_ROOT\CLSID\{00020420-0000-0000-C000-000000000046}InprocServer32 默认值修改为C:\Windows\system32\oleaut32.dll
  • HKEY_CLASSES_ROOT\CLSID\{00020424-0000-0000-C000-000000000046}InprocServer32默认值修改为C:\Windows\system32\oleaut32.dll
  • 然后重启计算机,问题解决

参考如下图:
Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown works. PSDis

Refs

http://tieba.baidu.com/p/4867965570#100653215697l

相关文章:

  • 2021-12-11
  • 2022-01-07
  • 2021-07-19
  • 2021-07-03
  • 2021-11-24
  • 2022-02-26
  • 2022-12-23
猜你喜欢
  • 2021-07-05
  • 2022-01-04
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
相关资源
相似解决方案