Skip to content

Instantly share code, notes, and snippets.

@heikki
Last active November 19, 2015 12:29
Show Gist options
  • Save heikki/4030954 to your computer and use it in GitHub Desktop.
Save heikki/4030954 to your computer and use it in GitHub Desktop.
Notes for VirtualBox IE setup
https://www.virtualbox.org/wiki/Downloads
https://github.com/xdissent/ievms
For each installed VM:
- Enable copy&paste (Settings -> General -> Advanced -> Shared Clipboard -> Host To Guest)
- Add more video memory (Settings -> Display -> Video -> Video Memory -> 128 MB ?)
- Add Finnish keyboard layout as default and remove others
- Set IE homepage to about:blank
- Disable Windows key http://support.microsoft.com/kb/216893#FixItForMeAlways
- Take snapshot
Add aliases to .bash_profile:
alias ie10="VBoxManage startvm '<your vm name here>'"
Mac localhost is accessible from http://10.0.2.2
When quitting the VM select "Power off the machine" & "Restore current snapshot '<your snapshot name here>'"
@jkarttunen
Copy link

  • Add more video memory

@jkarttunen
Copy link

IE11 Dev tools is broken currently in ievms image, fix is installing security update
http://www.microsoft.com/en-us/download/confirmation.aspx?id=44431

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