I'm using the following command to open IE within the image at the specified address, which is actually addressing a server on my host machine.
Code: Select all
VBoxManage guestcontrol "IE10 - Win7" execute \
--username "IEUser" \
--password "Passw0rd\!" \
--image "C:\\Program Files\\Internet Explorer\\iexplore.exe" \
--verbose \
-- "LINK_TO_HOST_MACHINE"However, when launched in this fashion I get errors on the console that I don't otherwise. For example, if you open the dev tools (F12) after it's launched in this way, and type "window.localStorage" it will give the following the following error:
It behaves correctly if I just open it manually within the VM itself. Both open it under the exact same user, which has administrator privileges. The only difference I can figure out is that VBoxManage opens it in Guest mode, but I'm unsure of what that really means. If that is in fact the issue, are there any particular work-arounds to get IE to behave properly?An internal error occurred in the Microsoft Internet extensions
Thanks!