There is a way to set xy position to a vm, or simply save the position before closing it? I don't want to change it everytime
My version is 4.0.8
Thanks for support
Same here, but I don't believe Windows does the memorizing. All apps will store this info somewhere themselves, e.g. Windows apps will usually put this in the Windows registry or in an .ini file, but in VBox's case it gets stored it in the .vbox xml - e.g. :-BillG wrote:My vm windows always open where they were they were closed. I believe this is done by the Windows OS, not by Virtualbox.
Code: Select all
<ExtraData>
<ExtraDataItem name="GUI/LastGuestSizeHint" value="1152,864"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="377,62,1152,905"/>
</ExtraData>