如何在Mac OS X上运行Internet Explorer

  • 时间: 2018-11-26
  • 作者:
  • 点击:

  

如何在Mac OS X上运行Internet Explorer

  

 

  

运行Internet Explorer这样你就可以在Mac上使用的ActiveX

  最后的官方互联网浏览器为Mac是因为OS X 10.7(狮子)的版本不再功能,并自2005年起已停止,但我们有一个修复!

  现在你可以运行的Internet Explorer使用虚拟化技术的Mac电脑的最新版本。对于那些你需要的Internet Explorer在Mac上运行的ActiveX控件,这是一个完美的解决方案。

  

要做到这一点,你需要的VirtualBox,免费对下载和免费使用的虚拟化软件,它可以让你在Mac上运行Windows和其他的“客户”操作系统的“主人”。

  VirtualBox的,能够运行在Mac,这意味着Internet Explorer可以成为Mac的应用程序,如果你采取必要的步骤在Windows上的应用程序。只要按照我们一步一步的教程。

  

如何运行Internet Explorer在Mac上

  第1步下载Oracle VirtualBox的Mac和扩展包。安装VirtualBox,之后,双击扩展包,并按照指示。

  第2步:运行一次VirtualBox虚拟管理器,然后将其关闭。这是必要的,以使系统记录某些信息,从而有可能为以下步骤来正常工作。

  步骤3.启动终端并粘贴下面的命令之一,具体取决于哪个版本的IE你想安装。

  如果你的机器是不是新的或强大,我建议安装Internet Explorer8,这将安装Windows XP虚拟机。 XP是旧的和不支持的,但它是完美的在虚拟机上准时的场合使用。

  Internet Explorer 11 - Windows 7映像

  

CODE

  curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="11" bash

  Internet Explorer 10 Only

  

CODE

  curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="10" bash

  Internet Explorer 9 Only

  

CODE

  curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="9" bash

  Internet Explorer 8 Only - Windows XP, small Image

  

CODE

  curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="8" bash

  Internet Explorer 7 Only Windows XP, small Image

  

CODE

  curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="7" bash

  Internet Explorer 7, 8, 9, 10, 11 (will take a while longer, and will occupy a large amount of disk space ~ 50 Gb)

  

CODE

  curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | bash

  Step 4. OS X will ask for your Administrator password. Enter it and wait until all applications are downloaded (it can take up to 2 hours in some cases, so be patient).

  Step 5. Run the Windows virtual machine. In case you're prompted to enter a password, password hint from the login screen and launch Internet Explorer.

  Step 6. Turn on automatic updates and install updates. This will increase the space used by the virtual machine.

  

Note: The Windows XP installation is set to expire after 30 days of use.

  The Windows 7 installation is set to expire after 90 days and can be rearmed 5 times.

  If you have storage problems, just run in Terminal this command after the installation.

  CODE

  find ~/.ievms -type f ! -name "*.vmdk" -exec rm {} \;

  

 

  

 

Produced By CMS 网站群内容管理系统 publishdate:2025/04/20 11:37:49