yesterday I set up a windows 7 guest system on my windows 7 host system. So far it works really nicely except for the screen resolution. I would like to set the resolution to the 1600x900 that's native to my laptop. Naturally I did some research and found many threads and topics. All of which told me to open a command line window, navigate to C:\Programs\Oracle\VirtualBox\ and execute the command:
Code: Select all
VBoxManage.exe setextradata "Win 7 64 Eng" CustomVideoMode1 1600x900x24Code: Select all
VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code CO_E_SERVER_EXEC_FAILURE (0x80080005) - Server execution failed (extended info not available)
VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or failed to start.
Can you suggest anything else I should try?
Thanks in advance for your help.